Channel reset in a commanded channel

The MCV_GrpResetForced command forces a channel reset in another channel.

Release Note

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.
For example, this JobID is used in the #WAIT MC_Status command for job identification.

Programing Example

prg_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