etherlab/EthercatCIA402Slave.py
changeset 2396 41adf1dfc7a7
parent 2393 fddc29dee614
child 2405 af050469fc5c
equal deleted inserted replaced
2395:d47666f33923 2396:41adf1dfc7a7
    11 
    11 
    12 import os
    12 import os
    13 
    13 
    14 import wx
    14 import wx
    15 
    15 
    16 from PLCControler import LOCATION_CONFNODE, LOCATION_MODULE, LOCATION_GROUP, LOCATION_VAR_INPUT, LOCATION_VAR_OUTPUT, LOCATION_VAR_MEMORY
    16 from PLCControler import LOCATION_CONFNODE, LOCATION_VAR_INPUT
    17 
    17 
    18 from MotionLibrary import Headers, AxisXSD
    18 from MotionLibrary import Headers, AxisXSD
    19 from EthercatSlave import _EthercatSlaveCTN, _CommonSlave
    19 from EthercatSlave import _EthercatSlaveCTN, _CommonSlave
    20 from ConfigEditor import CIA402NodeEditor
    20 from ConfigEditor import CIA402NodeEditor
    21 
    21