etherlab/EthercatSlave.py
changeset 2643 b98d9e08231f
parent 2405 af050469fc5c
parent 2641 c9deff128c37
child 3750 f62625418bff
equal deleted inserted replaced
2640:1b4b335e19ea 2643:b98d9e08231f
    71     EditorType = NodeEditor
    71     EditorType = NodeEditor
    72 
    72 
    73     def __init__(self):
    73     def __init__(self):
    74         # ----------- call ethercat mng. function --------------
    74         # ----------- call ethercat mng. function --------------
    75         self.CommonMethod = _CommonSlave(self)
    75         self.CommonMethod = _CommonSlave(self)
       
    76         self.SelectedRxPDOIndex = []
       
    77         self.SelectedTxPDOIndex = []
    76 
    78 
    77     def GetIconName(self):
    79     def GetIconName(self):
    78         return "Slave"
    80         return "Slave"
    79 
    81 
    80     def ExtractHexDecValue(self, value):
    82     def ExtractHexDecValue(self, value):