Closedown

This commit is contained in:
gac-S_Changer
2017-02-27 10:12:32 +01:00
parent a28e53631c
commit 94e61def69
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ from ch.psi.pshell.serial import TcpDevice
from ch.psi.pshell.modbus import ModbusTCP
run("RobotMX")
run("RobotSC")

View File

@@ -14,7 +14,7 @@ print robot.get_task_status("test")
print robot.is_powered()
print robot.get_monitor_speed()
#print robot.set_monitor_speed(20)
print robot.enable()
#print robot.enable()
print robot.disable()
print robot.is_calibrated()
print robot.read_working_mode()