DVP- ES2/ EX2/ SS2/ SA2/ SX2/ SE&TP O pe r a t i on Ma nua l - Pr ogr am m i ng3- 372Register Data DescriptionsD1071 low byte ‘0’ 30 H CMD 1D1071 high byte ‘5’ 35H CMD 0D1072 low byte ‘0’ 30 HData AddressD1072 high byte ‘5’ 35 HD1073 low byte ‘0’ 30 HD1073 high byte ‘0’ 30 HD1074 low byte ‘F’ 46 H High byte to be force ON/OFFD1074 high byte ‘F’ 46 HD1075 low byte ‘0’ 30H Low byte to be force ON/OFFD1075 high byte ‘0’ 30 HD1076 low byte ‘6’ 36 H LRC CHK 1D1076 high byte ‘F’ 46 H LRC CHK 0RTU mode (M1143 = ON)When X0 = ON, MODRW instruction executes the function specified by Function Code 05PLC1 PLC2, PLC1 sends: “01 05 0500 FF00 8C F6”PLC2 PLC1, PLC1 receives: “01 05 0500 FF00 8C F6”Registers for data to be sent (sending messages)Register Data DescriptionsD1256 Low byte 01 H AddressD1257 Low byte 05 H FunctionD1258 Low byte 05 H Data AddressD1259 Low byte 00 HD1260 Low byte FF H Data content (ON = FF00H)D1261 Low byte 00 HD1262 Low byte 8C H CRC CHK LowD1263 Low byte F6 H CRC CHK HighRegisters for received data (responding messages)Register Data DescriptionsD1070 Low byte 01 H AddressD1071 Low byte 05 H FunctionD1072 Low byte 05 H Data AddressD1073 Low byte 00 HD1074 Low byte FF H Data content (ON = FF00H)D1075 Low byte 00 HD1076 Low byte 8C H CRC CHK LowD1077 Low byte F6 H CRC CHK HighProgram example 6: COM1(RS-232) / COM3(RS-485), Function Code H051. Function Code K5 (H05): Force ON/OFF bit device.2. PLC1 connects PLC2: (M1320 = OFF, ASCII Mode ), (M1320 = ON, RTU Mode)3. n = 1 indicates Force ON (set FF00H) and n = 0 indicates Force OFF (set 0000H)4. PLC COM1/COM3 will not process the received data.5. Take the connection between PLC1 (PLC COM3) and PLC2(PLC COM1) for example, thetables below explains the status when PLC1 reads Y0~Y17 of PLC2