Closedown

This commit is contained in:
gac-S_Changer
2017-01-26 11:13:58 +01:00
parent 6a352acd5a
commit b1cafed8d6

View File

@@ -45,7 +45,8 @@ class RobotModbus(DeviceBase):
args = [0,0,0,0,0,0]
index = 0
for arg in argv:
args[index++] = arg
args[index] = arg
index = index + 1
robot_args.write(args)
robot_req.write(1)
try: