所属产品线:
Modicon M238解决方法:
在CPU停机的情况下,可以使用外部通讯的方式,如串口调试工具或HMI设备,给重新定位表赋值即可控制CPU运行。
如下:添加重新定位表即可 ,执行顺序
STOP:PLC_W.q_wPLCControl 赋值01,PLC_W.q_wuiOpenPLCControl 赋值6699
RUN: PLC_W.q_wPLCControl 赋值02,PLC_W.q_wuiOpenPLCControl 赋值6699
是否有帮助?
{}
在CPU停机的情况下,可以使用外部通讯的方式,如串口调试工具或HMI设备,给重新定位表赋值即可控制CPU运行。
如下:添加重新定位表即可 ,执行顺序
STOP:PLC_W.q_wPLCControl 赋值01,PLC_W.q_wuiOpenPLCControl 赋值6699
RUN: PLC_W.q_wPLCControl 赋值02,PLC_W.q_wuiOpenPLCControl 赋值6699
是否有帮助?