background image

Response

 

    with register value

 

  40124 / 30124 (Cp SV value) 

Byte no.

Designation 

Size 

Value [hex] 

00 

Converter Address 

1- Byte 

40 [01 to F7] 

01 

Code of the function 

1- Byte 

03 / 04 

02 

Number of data bytes N- Byte 

02 

03 

Data1-Hi 

1- Byte 

04 

04 

Data1- Lo 

1- Byte 

D2 

05 

CRC-Lo 

1- Byte 

- - - 

06 

CRC-Hi 

1- Byte 

- - - 

 Example. 

Reading value from the register address 40124 / address 30124 (Cp SV value). 

40-03-02-04-D2-CRCLo-CRCHi 

40-04-02-04-D2-CRCLo-CRCHi 

In response value from the register (Cp SV value) is introduced to 2-byte with values: 

T_SV = 0x04D2 = 1234, real value = T_SV/DW = 1234 / 1000 = 1,234 ° C 

Response

 

  - in case of error 

Byte no.

 

Designation 

Size 

Value [hex] 

00 

Converter Address 

1- Byte 

40 [01 to F7] 

01 

Function Code

1- Byte 

83 / 84 

02 

Error code 

1- Byte 

01-unknown function
02-unknown data address
03-unknown amount of data
04-JCT controller is not responding, is not 
connected, or is damaged

03 

CRC-Lo 

1- Byte 

04 

CRC-Hi 

1- Byte 

8.3.2. 0x06 FUNCTION - SAVE VALUES TO 16-BITS REGISTER [4 X-REFERENCES] 

0x06 function is used for save values to 16-bits of the MODBUS register of the ADA-4040PC8 converter. 

The saved value in the register is processed and transmitted to the JCT controller. 

MODBUS registers are in the format of the 16-bits integral number with the character (in C/C++ type short int). 

The value saved in the MODBUS register of ADA-4040PC8, is obtained by multiplying real measurement value by the 

DW 

factor, 

according to the following algorithm. 

Algorithm 1. 

The value of the MODBUS siMeasureReg register is obtained by multiplying the real value of the measurement 

represented by the variable fMeasureVal of the float type by the DW 

factor

 (table above).

/ / Fragment of code in C language (VS6.0) presenting above algorithm
short int siMeasureReg; 
float fMeasureVal; 

siMeasureReg = (short int) (fMeasureVal * DW); 
siMeasureReg = 1,235 * 1000 = 1235 = 0x04D3 (HEX) 

Data saving to register 40124 (Cp SV value) 

Byte no. 

Designation 

Size 

Value [hex] 

00 

Converter Address

1 Byte 

40 [01 to F7] 

01 

Code of the function 

1 Byte 

06 

02 

Address of the register Hi

1 Byte 

00 

03 

Address of the register Lo 

1 Byte 

7C 

04 

Value of the register Hi 

1 Byte 

04 

05 

Value of the register Lo 

1 Byte 

D3 

06 

CRC-Lo 

1 Byte 

- - - 

07 

CRC-Hi 

1 Byte 

- - - 

14

ADA-4040PC8 

Содержание ADA-4040PC8

Страница 1: ...User manual ADA 4040PC8 VIRAP JCT ASCII to MODBUS RTU Protocol Converter 1 ADA 4040PC8 Copyright 2001 2021 CEL MAR io_ada 4040pc8_v1 02_en...

Страница 2: ...ING 7 5 CONFIGURATION 7 5 1 OPERATION MODE 7 5 2 CONFIGURATION BY USING ADACONFIG 8 5 3 FIRMWARE UPDATE 9 5 4 EMERGENCY FIRMWARE UPDATE 10 5 5 FACTORY DEFAULT 10 6 DATA TRANSMISSION DIAGNOSTICS 10 7 O...

Страница 3: ...the power supply circuit voltage Do not carry out the assembly or disassembly of the device if it is enabled This may result to short circuit and damage the device The device can not be used for appli...

Страница 4: ...reliability ADA 4040PC8 supports asynchronous data transmission with baudrate up to 230 4 kbps through two or one pair of twisted pairs connected to screw terminals The device for its operation uses...

Страница 5: ...e the rail upper part of the cover then press bottom part it hear characteristic Click sound 3 2 COMPUTER CONNECTION To connect ADA 4040PC8 to computer is needed additional converter e g ADA I9141 USB...

Страница 6: ...bus and JCT1 controller to ADA 4040PC8 6 ADA 4040PC8 RS485 RS422 connector RS485 4W BUS 19200Bd 8 N 1 MODBUS RTU MASTER MODBUS RTU DEVICE SLAVE 1 MODBUS RTU GND Rt Rt Rx Rx Tx A Tx B RS485 2W 9600Bd 8...

Страница 7: ...the LEDs Tx and Rx should blink ATTENTION AT BAUD RATE ABOVE 38 4 KBPS OF THE TX DIODE MORE POORLY WILL LIGHT RX DURING THE DATA TRANSFER 4 1 DESCRIPTION OF SIGNALLING LEDS LED Description PWR Signal...

Страница 8: ...nd in the field Address enter the MODBUS RTU converter address from the RTU port 4 setting the address of the connected VIRAP JCT device to the JTC RS485 port Mapped Address field range 1 99 In the se...

Страница 9: ...e the software delivered by manufacturer The Select File window will open fig below and select the bin file then click Open software will be load to ADAConfig buffer storage and will be checked If the...

Страница 10: ...tes 4 4 Set SW1 microswitch mode as in the table below SW1 1 SW1 2 OFF ON Disconnect the power and after while connect again the power After that will be loaded the factory default setting to the conv...

Страница 11: ...IMPLEMENTATION OF THE MODBUS RTU PROTOCOL MODBUS protocol frames with the CRC error are rejected by the converter JCT ASCII protocol frames with a checksum error are rejected by the converter In case...

Страница 12: ...000 0 2000 1000 EV Event value 15 30135 Read 0 1 0 1 1 CM Communication mode 16 30136 Read 0 1 0 1 1 AM Automatic manual mode 17 30137 Read 0 1 0 1 1 SR Execution stop mode 18 30138 No Read 0 100 0 1...

Страница 13: ...saved to regular type variable float and then divide it by the DW factor Fragment of code in C language VS6 0 presenting above algorithm short int siMeasureReg float fMeasureVal fMeasureVal float siMe...

Страница 14: ...ave values to 16 bits of the MODBUS register of the ADA 4040PC8 converter The saved value in the register is processed and transmitted to the JCT controller MODBUS registers are in the format of the 1...

Страница 15: ...1 Byte 40 01 to F7 01 Code of the function 1 Byte 86 02 Error code 1 Byte 01 unknown function 02 unknown data address 03 unknown amount of data 04 JCT controller is not responding is not connected or...

Страница 16: ...ate from RTU of ports RS485 RS422 TX yellow LED date transmission through RTU of ports RS485 RS422 Electrical Parameters Power requirements 10 24 30 V DC Power Cable Recommended length of power cable...

Страница 17: ...data transmission converters with interface RS232 RS485 RS422 USB Current Loop Fibre Optic Converters and Ethernet or Wi Fi Please contact us to tell how you like our products and how we can satisfy y...

Отзывы: