etherlab/EthercatSlave.py
changeset 2397 25f16349644b
parent 2396 41adf1dfc7a7
child 2405 af050469fc5c
equal deleted inserted replaced
2396:41adf1dfc7a7 2397:25f16349644b
    62 
    62 
    63 # --------------------------------------------------
    63 # --------------------------------------------------
    64 #                    Ethercat Node
    64 #                    Ethercat Node
    65 # --------------------------------------------------
    65 # --------------------------------------------------
    66 
    66 
    67 class _EthercatSlaveCTN:
    67 class _EthercatSlaveCTN(object):
    68     NODE_PROFILE = None
    68     NODE_PROFILE = None
    69     EditorType = NodeEditor
    69     EditorType = NodeEditor
    70 
    70 
    71     def __init__(self):
    71     def __init__(self):
    72         # ----------- call ethercat mng. function --------------
    72         # ----------- call ethercat mng. function --------------