大家好,我用SIMOTION读写配置数据,参照下载中心的文档写入VAR
lreal_var : LREAL;
END_VAR;
lreal_var := Axis_Y1.setconfigdata.Modulo.length;
// Read access to saved value
lreal_var := Axis_Y1. activeconfigdata.Modulo.length;
// Read access to value currently in effect
上面指令,编译不过,显示下面错误,我的轴名称是Y1,是模态轴。请高手指点下。
Error: ST_1(20) : 10014 :Already specified technology packages do not support the type of TO "axis_y1"
Error: ST_1(20) : 6003 :Variable ID expected axis_y1