Closedown

This commit is contained in:
gac-S_Changer
2017-01-26 11:19:24 +01:00
parent f9a0f91497
commit d9ecc3e239

View File

@@ -47,7 +47,7 @@ class RobotModbus(DeviceBase):
for arg in argv: for arg in argv:
args[index] = arg args[index] = arg
index = index + 1 index = index + 1
robot_args.write(args) robot_args.write(to_array(args, 'i'))
robot_req.write(1) robot_req.write(1)
try: try:
self.request() self.request()