Mitsubishi Electric MELSEC-L Special Instructions Manual page 64

Melsec-q/l structured programming manual
Hide thumbs Also See for MELSEC-L:
Table of Contents

Advertisement

Program example
• The following program receives data using the bidirectional protocol and stores the data in the devices starting from D10.
(For the Q series C24 whose I/O signals are X/Y00 to X/Y1F)
[Structured ladder/FBD]
[ST]
IF(X3=TRUE)THEN
MOVP(TRUE, 1, Var_ControlData[0]); (* Sets receive channel to 1 *)
MOVP(TRUE, 10, Var_ControlData[3]); (* Sets allowable number of words for receive data to 10 *)
G_BIDIN(TRUE, H00, Var_ControlData, D10, Var_Result); (* Receives data *)
END_IF;
IF((Var_Result[0]=TRUE)&(Var_Result[1]=FALSE))THEN
BMOV(TRUE, D10, Var_ControlData[2], D110); (* Stores receive data *)
END_IF;
5 MODULE DEDICATED INSTRUCTION
62
5.3 Serial Communication Instruction
Sets receive channel
to 1
Sets allowable number
of words for receive data
to 10 words
Receives data
Stores receive data

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec-q

Table of Contents