beremiz

0f7ab170c862
Parents caae3ad2d03b
Children 579af800b359
Fix Axis_Ref type defined in VariableLocationTree
--- a/etherlab/etherlab.py Wed Oct 17 19:12:08 2012 +0200
+++ b/etherlab/etherlab.py Thu Oct 18 01:23:35 2012 +0200
@@ -209,7 +209,7 @@
children = [{"name": "%s Axis Ref" % (axis_name),
"type": LOCATION_VAR_INPUT,
"size": "W",
- "IEC_type": "INT",
+ "IEC_type": "AXIS_REF",
"var_name": axis_name,
"location": "%%IW%s.0" % (".".join(map(str, current_location))),
"description": "",