![Mitsubishi Electric MELSEC System Q Special Instructions Manual Download Page 210](http://html.mh-extra.com/html/mitsubishi-electric/melsec-system-q/melsec-system-q_special-instructions-manual_239154210.webp)
208
5 MODULE DEDICATED INSTRUCTION
5.4 Network Dedicated Instruction
[ST]
IF((X19=TRUE) AND (Var_Flag_Open=TRUE))THEN (* Initialization normal completion signal/connection 1 open completion signal*)
PLS(TRUE,Var_Flag_Inst); (* Send instruction 1PLS *)
END_IF;
IF(Var_Flag_Inst=TRUE)THEN (* Send instruction 1PLS *)
MOV(TRUE,3,D300); (* Sets data length (number of words) *)
MOV(TRUE,1234,D301); (* Sets send data *)
MOV(TRUE,5678,D302); (* Sets send data *)
MOV(TRUE,8901,D303); (* Sets send data *)
ZP_BUFSND(TRUE,"U0",1,Var_ControlData,D300,Var_Result); (* Sends data in fixed buffer communication *)
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;
(* Process on normal completion *)
(* Process on error completion *)
Summary of Contents for MELSEC System Q
Page 1: ...MELSEC Q L Structured Programming Manual Special Instructions ...
Page 2: ......
Page 307: ...10 SFC CONTROL INSTRUCTION 10 2 SFC Transition Condition Comment Read 305 10 MEMO ...
Page 309: ...I 307 MEMO ...
Page 315: ......