这里是关于wincc显示的相关步骤。
1、在变量属性里面进行线性转换,比如 PL C 读到的是0-100,你想显示0-500,那勾选上线性标定,然后 AS 范围填写0-100, OS 范围填写0-500就好了,就相当于自动乘以5
2、在I0变量里面直接写公式,也以变量*5为例
3、 winccio 域属性中设置。
4、 wincc 脚本中判断当前输入
值:
dim mytag
mytag = hiruntime tags (" tag ') read if mytag >100 then
mytag =100
end if
if mytag < O then mytag =0
end if
hmiruntime tags (" tag ") write mytag
欢迎分享,转载请注明来源:品搜搜测评网