modbus/modbus.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3784 a5f58ca4629b
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    21 #
    21 #
    22 # This code is made available on the understanding that it will not be
    22 # This code is made available on the understanding that it will not be
    23 # used in safety-critical situations without a full and competent review.
    23 # used in safety-critical situations without a full and competent review.
    24 
    24 
    25 
    25 
    26 
       
    27 import os
    26 import os
    28 from six.moves import xrange
       
    29 
    27 
    30 from modbus.mb_utils import *
    28 from modbus.mb_utils import *
    31 from ConfigTreeNode import ConfigTreeNode
    29 from ConfigTreeNode import ConfigTreeNode
    32 from PLCControler import LOCATION_CONFNODE, LOCATION_VAR_MEMORY
    30 from PLCControler import LOCATION_CONFNODE, LOCATION_VAR_MEMORY
    33 import util.paths as paths
    31 import util.paths as paths