Changes

Jump to: navigation, search

SiTech

1,861 bytes added, 18:18, 3 March 2022
/* Troubleshooting */
5. '''Focus is unresponsive'''. This is typically a comms loss to the SiTech focuser GUI and doesn't respond to the instructions in point 2. Follow the full instructions on [[#Starting SiTech software| starting SiTech software]] to restart.
 
6. '''No rotator comms'''. First try shutting down and restarting all SiTech. If that doesn't work, log into 1ms1 and do the following:
ssh observer@1ms1.suth.saao.ac.za
ls -l /dev/ttyU*
 
The output will be something like this:
crw-rw---- 1 root dialout 188, 1 Mar 3 20:07 /dev/ttyUSB1
crwxr-xr-x 1 observer observer 188, 2 Mar 3 20:07 /dev/ttyUSB2
crw-rw---- 1 root dialout 188, 3 Mar 3 2022 /dev/ttyUSB3
crw-rw---- 1 root dialout 188, 5 Mar 3 2022 /dev/ttyUSB5
lrwxrwxrwx 1 observer observer 7 Dec 15 01:34 /dev/ttyUSBDom4 -> ttyUSB2
lrwxrwxrwx 1 root root 7 Feb 28 10:35 /dev/ttyUSBFoc3 -> ttyUSB3
lrwxrwxrwx 1 root root 7 Feb 28 10:35 /dev/ttyUSBRot2 -> ttyUSB1
lrwxrwxrwx 1 root root 7 Feb 28 10:35 /dev/ttyUSBScp1 -> ttyUSB5
 
Look for the USB port associated with ttyUSBRot2 - in this case it is ttyUSB1. Check the serial number of the device on port ttyUSB1:
observer@sa1:~$ udevadm info -a -n /dev/ttyUSB1 | grep '{serial}'
ATTRS{serial}=="A603G14W"
ATTRS{serial}=="0000:00:14.0"
 
The serial number of the rotator controller is A603G14W, so this confirms that the rotators are communicating on port ttyUSB1. If the above command gives you a different serial number, edit the command to try each port from ttyUSB0 to ttyUSB5 until you find A603G14W. Now go to the ServoSCommunicator GUI and select the Rotators tab. In the dropdown menu, select the appropriate port - in this case ttyUSB1. Go to each of the Left Rotator GUI and the Right Rotator GUI and click on the pink warning complaining of no comms. If the warning doesn't clear, shutdown and restart all SiTech. ServoSCommunicator should wake up with the ttyUSB1 port selected, and communications to the rotator GUIs should be restored.
1,054
edits