etherlab/CommonEtherCATFunction.py
changeset 2397 25f16349644b
parent 2396 41adf1dfc7a7
child 2398 0ae721a79654
equal deleted inserted replaced
2396:41adf1dfc7a7 2397:25f16349644b
   140 
   140 
   141 
   141 
   142 # --------------------------------------------------
   142 # --------------------------------------------------
   143 #    Common Method For EtherCAT Management
   143 #    Common Method For EtherCAT Management
   144 # --------------------------------------------------
   144 # --------------------------------------------------
   145 class _CommonSlave:
   145 class _CommonSlave(object):
   146 
   146 
   147     # ----- Data Structure for ethercat management ----
   147     # ----- Data Structure for ethercat management ----
   148     SlaveState = ""
   148     SlaveState = ""
   149 
   149 
   150     # category of SDO data
   150     # category of SDO data