etherlab/EthercatCIA402Slave.py
changeset 2393 fddc29dee614
parent 2391 3315e621d7fb
child 2396 41adf1dfc7a7
equal deleted inserted replaced
2392:aad985da14f7 2393:fddc29dee614
   131 # --------------------------------------------------
   131 # --------------------------------------------------
   132 #    class code
   132 #    class code
   133 # --------------------------------------------------
   133 # --------------------------------------------------
   134 
   134 
   135     def __init__(self):
   135     def __init__(self):
       
   136         _EthercatSlaveCTN.__init__(self)
       
   137 
   136         # ----------- call ethercat mng. function --------------
   138         # ----------- call ethercat mng. function --------------
   137         self.CommonMethod = _CommonSlave(self)
   139         self.CommonMethod = _CommonSlave(self)
   138 
   140 
   139     def GetIconName(self):
   141     def GetIconName(self):
   140         return "CIA402Slave"
   142         return "CIA402Slave"