5.4 Network Dedicated Instruction
5.4.18 RRUN instruction
5-201
Z_RRUN_J, Z_RRUN_U
5
MODULE DEDICATED
INSTRUCTION
Z_RRUN_J,
Z_RRUN_U
[ST]
IF((Var_Flag_Exe=TRUE) AND (SB47=FALSE) AND (SW0A0.1=FALSE)) THEN
Z_RRUN_J(TRUE,"J1",3,2,H3FF,H1,Var_Result);(* Performs remote RUN *)
END_IF;
IF(Var_Result[0]=TRUE)THEN (* Execution finished *)
IF(Var_Result[1]=FALSE)THEN (* Normal completion *)
ELSE (* Error completion *)
END_IF;
END_IF;
MOV(SM400,SW32,Var_ErrorCode); (* Stores error code *)
(* Process on completion *)
(* Process on normal completion *)
(* Process on error completion *)