问题描述:
SoMachine软件中PLC_W有哪些控制命令代码?所属产品线:
EcoStruxure Machine Expert(原SoMachine)解决方法:
有PLC_W_STOP、PLC_W_RUN、PLC_W_RESET_COLD、PLC_W_RESET_WARM
通过PLC_W.q_wPLCControl与PLC_W.q_wuiOpenPLCControl系统变量控制其启、停、冷启、暖启
执行需添加重新定位表,执行顺序:
STOP:PLC_W.q_wPLCControl 赋值01,PLC_W.q_wuiOpenPLCControl 赋值6699
RUN: PLC_W.q_wPLCControl 赋值02,PLC_W.q_wuiOpenPLCControl 赋值6699
COLD RESET:PLC_W.q_wPLCControl 赋值04,PLC_W.q_wuiOpenPLCControl 赋值6699
WARM RESET: PLC_W.q_wPLCControl 赋值08,PLC_W.q_wuiOpenPLCControl 赋值6699
是否有帮助?