a13650172982
好好學習!天天向上!
級別: 論壇先鋒
|
誰知道告訴我一下,謝謝!是不是在plc控制和宏程序里面 |
---|---|
|
ytzidonghua
plc 觸摸屏 自動化技術培訓等電話0535-6380506
級別: 網絡英雄
|
版本還挺高的 |
|
---|---|---|
|
無名指
隨風飄揚的青春。。。。。。。。
級別: 探索解密
|
看窗口觸發的地址就知道了,版本太高,打不開。 |
|
---|---|---|
|
langui
級別: 論壇先鋒
|
macro_command main() bool status,OFF=false,ON=true short page GetData(status, "Local HMI", LB, 9060, 1) if status==true then SetData(ON, "Local HMI", LB, 1, 1) else if status==false then page=31 SetData(page, "DELTA DVP", D, 0, 1) end if end if SetData(OFF, "Local HMI", LB, 0, 1) end macro_command 樓主留言:你好!這個宏程序是什么意思? |
---|---|
|
湖北張軍
級別: 探索解密
|
macro_command main() //定義變量 bool status,OFF=false,ON=true short page //讀取lb 9060的狀態值 GetData(status, "Local HMI", LB, 9060, 1) //判斷 如果狀態為 TRUE 將LB1 置1 if status==true then SetData(ON, "Local HMI", LB, 1, 1) else //判斷 如果狀態為 FALSE 跳轉畫面到 31 同時將31數值傳輸到 PLC D0中 if status==false then page=31 SetData(page, "DELTA DVP", D, 0, 1) end if end if SetData(OFF, "Local HMI", LB, 0, 1) end macro_command |
---|---|
本帖最近評分記錄: |
13544710769
級別: 正式會員
|
不至于正品 |
---|---|
|