Zaber Stages
Maintenance of the Zaber stages in MagAO-X
![]()
The main zaber stage daisy chain
Configuring
Identify the tty device of the zaber USB adapter. You can find this in the log for the relevant zaberLowLevel process or using dmesg. For dmesg you may need to unplug/plugin the adapter.
Shutdown the assocated zaberLowLevel process.
Open a connection with screen to the tty:
[exao3 ~]$ sudo screen /dev/ttyUSBX 115200
Note that screen does not echo, so when typing you will not see what you type.
To enumerate the devices in the chain
/ get system.serial
To renumber the devices in the chain
/renumber
To get the max position (in counts) of the devices
/ get limit.max
To set the max position of a device:
/4 set limit.max 2257638
This sets the limit of device 4 to 2257638
To exit screen, type ctrl-a and press the \ key. Then say yes.