huoshi
为所当为
级别: 网络英雄

精华主题: 0
发帖数量: 2592 个
工控威望: 21433 点
下载积分: 14634 分
在线时间: 2756(小时)
注册时间: 2010-12-27
最后登录: 2025-01-18
查看huoshi的 主题 / 回贴
楼主  发表于: 2016-07-30 15:11
(*泄压阀与液位控制*)
if XYMo3=1  and  P221_to_HMI>Pxy3  then
   XYDCFQT3_m:=1;
else if XYMo3=1  and  P221_to_HMI<Pxy3 and LV1_to_HMI<LVMIN  then
   XYDCFQT3_m:=1;
end_IF;
END_IF;
if XYMo3=1  and  P221_to_HMI<Pxy3-Pxy  then
   XYDCFQT3_m:=0;
ELSE IF  XYMo3=1  and  P221_to_HMI<Pxy3 and LV1_to_HMI>LVMAX  then
   XYDCFQT3_m:=0;
END_IF;
end_if;
source08
级别: 网络英雄
精华主题: 0
发帖数量: 543 个
工控威望: 6775 点
下载积分: 8786 分
在线时间: 213(小时)
注册时间: 2011-03-01
最后登录: 2025-01-18
查看source08的 主题 / 回贴
1楼  发表于: 2016-07-30 18:00
+++++++++++++++++