huoshi
為所當為
級別: 網(wǎng)絡(luò)英雄

精華主題: 0
發(fā)帖數(shù)量: 2592 個
工控威望: 21433 點
下載積分: 14334 分
在線時間: 2753(小時)
注冊時間: 2010-12-27
最后登錄: 2025-01-02
查看huoshi的 主題 / 回貼
樓主  發(fā)表于: 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
級別: 網(wǎng)絡(luò)英雄
精華主題: 0
發(fā)帖數(shù)量: 542 個
工控威望: 6774 點
下載積分: 8264 分
在線時間: 211(小時)
注冊時間: 2011-03-01
最后登錄: 2025-01-03
查看source08的 主題 / 回貼
1樓  發(fā)表于: 2016-07-30 18:00
+++++++++++++++++