Is it possible to perform a Cold Reset in logic using a SoMachine V4.3 / EcoStruxure Machine Expert Logic controller?
Issue
Is it possible to perform a Cold Reset in a logic subroutine using a SoMachine V4.3 / EcoStruxure Machine Expert Logic controller?
Product Lines
Modicon M238, M258, M241, M251, M262, HMISCU
SoMachine v4.3, EcoStruxure Machine Expert
Environment
PLC Programming software in Windows
Resolution
The two steps required are:
1. Set/write PLC_W.q_wPLCControl := PLC_W_RESET_COLD
2. Write PLC_W.uiOpenPLCControl := 6699
For example, the Structured Text (ST) code would look like this:
IF PLCColdReset=TRUE
THEN
PLC_W.q_wPLCControl:=4;
PLC_W.q_uiOpenPLCControl:=6699;
END_IF
For more information, search for the "PLCSystem Library Guide" for the specific PLC family in the Software Help system or the User Guide PDF on our website.
Is it possible to perform a Cold Reset in a logic subroutine using a SoMachine V4.3 / EcoStruxure Machine Expert Logic controller?
Product Lines
Modicon M238, M258, M241, M251, M262, HMISCU
SoMachine v4.3, EcoStruxure Machine Expert
Environment
PLC Programming software in Windows
Resolution
The two steps required are:
1. Set/write PLC_W.q_wPLCControl := PLC_W_RESET_COLD
2. Write PLC_W.uiOpenPLCControl := 6699
For example, the Structured Text (ST) code would look like this:
IF PLCColdReset=TRUE
THEN
PLC_W.q_wPLCControl:=4;
PLC_W.q_uiOpenPLCControl:=6699;
END_IF
For more information, search for the "PLCSystem Library Guide" for the specific PLC family in the Software Help system or the User Guide PDF on our website.
發佈於: 施耐德電機Taiwan


需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。