global.tcl - this file sets up the following useful global constants:
- debuglevel: 0/1/2 no warnings/serious warnings/all debug messages
- PI: relationship between the diameter and the perimeter of a circle
- PI2: 2 times PI
- RO: 180*3600/PI, 1 radian in seconds
- max: maximum number of tries to get answer from the instrument used in Send
- maxtry: maximum number of tries to find prism used in Robot
- com: used port name e.g. com1: or /dev/tty/
- buf: I/O buffer for serial port
- reg: array with 4 regexp
- reg(0): for any text
- reg(1): for integer value
- reg(2): for float values
- reg(3): fom DMS values
Ulyxes - an open source project to drive total stations and
publish observation results
GPL v2.0 license
Copyright (C) 2010-2012 Zoltan Siki
- Version:
- 1.1
- Author:
- Zoltan Siki
- Daniel Moka (TclDoc comments)