author | Andrey Skvortsov <andrej.skvortzov@gmail.com> |
Sat, 29 Sep 2018 16:31:54 +0300 | |
changeset 2393 | fddc29dee614 |
parent 2392 | aad985da14f7 |
child 2394 | bbc3d3d93562 |
--- a/etherlab/EthercatCIA402Slave.py Sat Sep 29 16:29:41 2018 +0300 +++ b/etherlab/EthercatCIA402Slave.py Sat Sep 29 16:31:54 2018 +0300 @@ -133,6 +133,8 @@ # -------------------------------------------------- def __init__(self): + _EthercatSlaveCTN.__init__(self) + # ----------- call ethercat mng. function -------------- self.CommonMethod = _CommonSlave(self)