etherlab/EthercatSlave.py
changeset 2396 41adf1dfc7a7
parent 2381 1c40e3976cc2
child 2397 25f16349644b
equal deleted inserted replaced
2395:d47666f33923 2396:41adf1dfc7a7
     7 #                          RTES Lab : CRKim, JBLee, youcu
     7 #                          RTES Lab : CRKim, JBLee, youcu
     8 #                          Higen Motor : Donggu Kang
     8 #                          Higen Motor : Donggu Kang
     9 #
     9 #
    10 # See COPYING file for copyrights details.
    10 # See COPYING file for copyrights details.
    11 
    11 
    12 import wx
    12 from PLCControler import LOCATION_CONFNODE, LOCATION_VAR_INPUT, LOCATION_VAR_OUTPUT, LOCATION_VAR_MEMORY
    13 
       
    14 from PLCControler import LOCATION_CONFNODE, LOCATION_MODULE, LOCATION_GROUP, LOCATION_VAR_INPUT, LOCATION_VAR_OUTPUT, LOCATION_VAR_MEMORY
       
    15 from ConfigTreeNode import ConfigTreeNode
    13 from ConfigTreeNode import ConfigTreeNode
    16 
    14 
    17 from ConfigEditor import NodeEditor
    15 from ConfigEditor import NodeEditor
    18 
    16 
    19 # ------------------------------------------
    17 # ------------------------------------------