Đang cập nhật
Bài viết này phục vụ cho PLC tương thích FX3U của thiết bị YKHMI
this post for compatible PLC FX3U of YKHMI device.
NỘI DUNG CHÍNH
Cài đặt thông số cho Modbus D8400 / D8420
When using the communication port (Ch1) RS485-1, set D8400: Default baud 19200, MODBUS-RTU / RS / RS2 ( option )
When using the communication port (Ch2) RS485-2, set D8420: Default baud 19200, MODBUS-RTU / RS / RS2 ( option )
Khi dùng cổng RS485-1, cài đặt D8400: tốc độ mặc định 19200, giao tiếp MODBUS-RTU / RS / RS2 ( tuỳ chọn )
Khi dùng cổng RS485-2, cài đặt D8420: tốc độ mặc định 19200, giao tiếp MODBUS-RTU / RS / RS2 ( tuỳ chọn )
Chú ý:
*1: Khi bit dữ liệu là 7 bit, không thể chọn tính chẵn lẻ – không kiểm tra (báo cáo lỗi 6304);
Data length: 7-bit, parity: none ( b2, b1: 0, 0 ).
*FX programming port protocol: data length 7, stop bit 1, parity EVEN is fixed, rate can be set;
Giao thức cổng lập trình FX:
Data length: 7-bit, stop bit: 1-bit, parity: even ( b2, b1: 1, 1 ), tốc độ baud: tuỳ chọn.
*MODBUS-RTU protocol: data length, stop bit, parity, rate can be set;
Có thể lựa chọn các thông số cài đặt.
*RS command: data length, parity, stop bit, and rate can be set;
Có thể lựa chọn các thông số cài đặt.
*RS2 command: data length, parity, stop bit, and rate can be set;
Có thể lựa chọn các thông số cài đặt.
*D8401 ( RS485-1) / D8421 ( RS485-2) is H0, select the MODBUS master protocol;
D8401 ( RS485-1) / D8421 ( RS485-2) is H10, select the MODBUS slave protocol
Special Data Registers Thanh ghi đặc biệt
Set up protocol
D8400: H3081. Port: 485-1. Format: 8 bit / None/1 – bit / 9600/ modbus,
D8401: H0. Master
D8414: H10. address is 16 for PLC FX3U
Function code / command code
PLC tương thích FX3U của thiết bị YKHMI hỗ trợ các function code command code bên dưới
Instruction ADPRW
This instruction allows the MODBUS Master to communicate (read/write data) with its associated Slaves
ADPRW S S1 S2 S3 S4
S: Slave Node Address
Địa chỉ slave
S1: Command Code
lệnh function code
S2: Command Parameter depending on the Command Code
S3: Command Parameter depending on the Command Code
S4/D: Command Parameter depending on the Command Code
Example
Nguồn: MODBUS Serial Communication fx3s_fx3u. Chi tiết