etherlab/EthercatCIA402Slave.py
changeset 2375 cfa68a06a24d
parent 2364 4ea781f30555
child 2380 b35bce45bc5a
equal deleted inserted replaced
2374:aed3ca79a10a 2375:cfa68a06a24d
   110 
   110 
   111     NODE_PROFILE = 402
   111     NODE_PROFILE = 402
   112     EditorType = CIA402NodeEditor
   112     EditorType = CIA402NodeEditor
   113 
   113 
   114     ConfNodeMethods = [
   114     ConfNodeMethods = [
   115         {"bitmap" : "CIA402AxisRef",
   115         {
   116          "name" : _("Axis Ref"),
   116             "bitmap": "CIA402AxisRef",
   117          "tooltip" : _("Initiate Drag'n drop of Axis ref located variable"),
   117             "name": _("Axis Ref"),
   118          "method" : "_getCIA402AxisRef",
   118             "tooltip": _("Initiate Drag'n drop of Axis ref located variable"),
   119          "push": True},
   119             "method": "_getCIA402AxisRef",
   120         {"bitmap" : "CIA402NetPos",
   120             "push": True,
   121          "name" : _("Axis Pos"),
   121         },
   122          "tooltip" : _("Initiate Drag'n drop of Network position located variable"),
   122         {
   123          "method" : "_getCIA402NetworkPosition",
   123             "bitmap": "CIA402NetPos",
   124          "push": True},
   124             "name": _("Axis Pos"),
       
   125             "tooltip": _("Initiate Drag'n drop of Network position located variable"),
       
   126             "method": "_getCIA402NetworkPosition",
       
   127             "push": True,
       
   128         },
   125     ]
   129     ]
   126 
   130 
   127 # --------------------------------------------------
   131 # --------------------------------------------------
   128 #    class code
   132 #    class code
   129 # --------------------------------------------------
   133 # --------------------------------------------------