Skip to content

Commit

Permalink
V1.19.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Nov 10, 2023
1 parent 9a14541 commit 7884741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genmonlib/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -3325,8 +3325,10 @@ def Close(self):
pass

if self.ModBus != None:
# close modbus last
try:
if self.ControllerSelected.lower() == "h_100":
# H100 has problems with locking up if partial modbus packets are sent so delay here
time.sleep(0.5)
self.ModBus.Close()
except:
Expand Down

0 comments on commit 7884741

Please sign in to comment.