jiabin_liang
級別: 正式會員
![]() |
圖片:
![]() 威綸通宏指令:我想批量復位PLC M370到M382 13個點 ,用威綸通的 bool OFF=false SetDataEx(OFF, "Mitsubishi FX5U - Binary Mode (Ethernet)", M, 370, 13) 我寫1的時候是正常。我寫13的時候就出錯了,難道不是這個指令嘛 |
---|---|
|
hlq_0815
人生的成功不在于拿到一副好牌,而是怎樣將壞牌打好。
級別: 論壇版主
![]() ![]() ![]() |
bool OFF[13]={false, false, false, false, false, false, false, false, false, false, false, false, false} SetDataEx(OFF[0], "Mitsubishi FX5U - Binary Mode (Ethernet)", M, 370, 13) |
|
---|---|---|
本帖最近評分記錄:
|