etherlab/EthercatMaster.py
changeset 2353 8f1a2846b2f5
parent 2165 02a2b5dee5e3
child 2355 fec77f2b9e07
equal deleted inserted replaced
2352:fec90dc70e16 2353:8f1a2846b2f5
    29 from POULibrary import POULibrary
    29 from POULibrary import POULibrary
    30 
    30 
    31 try:
    31 try:
    32     from EthercatCIA402Slave import _EthercatCIA402SlaveCTN
    32     from EthercatCIA402Slave import _EthercatCIA402SlaveCTN
    33     HAS_MCL = True
    33     HAS_MCL = True
    34 except:
    34 except Exception:
    35     HAS_MCL = False
    35     HAS_MCL = False
    36 
    36 
    37 #--------------------------------------------------
    37 #--------------------------------------------------
    38 #         Remote Exec Etherlab Commands
    38 #         Remote Exec Etherlab Commands
    39 #--------------------------------------------------
    39 #--------------------------------------------------