diff -r fec77f2b9e07 -r c26e0c66d8d5 etherlab/EthercatCIA402Slave.py --- a/etherlab/EthercatCIA402Slave.py Fri Sep 28 17:20:11 2018 +0300 +++ b/etherlab/EthercatCIA402Slave.py Fri Sep 28 17:48:10 2018 +0300 @@ -89,9 +89,9 @@ "outputs": []}, ] -#-------------------------------------------------- +# -------------------------------------------------- # Ethercat CIA402 Node -#-------------------------------------------------- +# -------------------------------------------------- class _EthercatCIA402SlaveCTN(_EthercatSlaveCTN): XSD = """ @@ -123,9 +123,9 @@ "push": True}, ] -#-------------------------------------------------- +# -------------------------------------------------- # class code -#-------------------------------------------------- +# -------------------------------------------------- def __init__(self): # ----------- call ethercat mng. function --------------