Channel reset in a commanded channel
The MCV_GrpResetForced command forces a channel reset in another channel.
Release Note

Available as of V3.1.3110.
Syntax: |
#MCV_GrpResetForced [SYN] [CH=.. JobID=..]
|
SYN | Synchronous command execution of the ISO program. Before the command is executed, an implicit channel synchronisation takes place (implicit #FLUSH WAIT). Without SYN the command is executed without channel synchronisation. |
CH=.. | Logical channel number P-STUP-00208 of the channel in which the job is executed. |
JobID=.. | User-specific job identification number(JobID). Every number must be unique in the current commanding program of the master channel. |
Programing Example

Executes a reset in another channel
The executed program resets channel 3.
%ExampleMCV_GrpResetForced
N010 N030 #MCV_GrpResetForced SYN [ CH=3 ID=634]
N020 M30