The CT840a chamber has a Modbus interface that can provide telemetry about the the door-closed sensor, light control, and turntable control and position. In order to have access to the Modbus protocol, you need a Modbus package installed on your system. The modbus controller in these chambers is simple and does not understand IP routing. You have to be connected on the same network as the modbus system. | |
$ ./chamber-test.sh 192.168.3.123 The desktop linux is 192.168.3.64, remember to use Alt-F2, 'mate-terminal' to get a shell. Testing chamber at 192.168.3.123 Please close door. Current-Angle: 3599 Door-Open: 0 Table-Moving: 0 Lights: 0 Fan: 1 Jog-Speed: 3 Return-Speed: 3 Absolute-Speed: 3 Jog Angle: 0 check output if door is closed: door == 1 Please open door. Current-Angle: 3599 Door-Open: 0 Table-Moving: 0 Lights: 0 Fan: 1 Jog-Speed: 3 Return-Speed: 3 Absolute-Speed: 3 Jog Angle: 0 check output if door is closed: door == 0 Toggle lights Did lights turn on? Current clockwise angle: 3599 counter-clockwise-angle: 1 new-angle: 450 Did platform rotate 45 degrees? Did platform rotate another 45? It should be at 90 Current clockwise angle: 2978 counter-clockwise-angle: 622 new-angle: 1 Did platform rotate back to zero? Did fan turn on? Toggle fan Did fan turn off? Toggle lights Did lights turn off? Current-Angle: 2700 Door-Open: 0 Table-Moving: 0 Lights: 0 Fan: 0 Jog-Speed: 3 Return-Speed: 3 Absolute-Speed: 3 Jog Angle: 621 You may close the chamber.