background image

 

www.wobit.com.pl 

Manual  -MD150T – 27.10.2014 – v.1.3 

   page 12 

 

 

Map of MD150T records 

Address 

Name 

Variable type 

 

Mode(Modbus 

function) 

Description 

0 -1 (*1-2) 

MES_DINT 

DINT  

R (0x03) 

Measurement value (only complete part)  

2 -3 (*3-4) 

MES_MIN_DINT 

DINT 

R (0x03) 

Registered  minimal  value  (only  complete 
part) 

4 -5 (*5-6) 

MES_MAX_DINT 

DINT 

R (0x03) 

Registered  maximal  value  (only  complete 
part)  

6 -7 (*7-8) 

MES_REAL 

REAL 

R (0x03) 

Measurement value (floating point) 

8 -9 (*9-10) 

MES_MIN_REAL 

REAL 

R (0x03) 

Registered minimal value (floating point) 

10 -11 (*11-12) 

MES_MAX_REAL 

REAL 

R (0x03) 

Registered maximal value (floating point) 

5000 (*5001) 

TARA 

BYTE  

W (0x05) 

Reset of sensor indications. 

5002 (*5003) 

PK_OUT 

BYTE  

R (0x01) 

Reading of relay outputs status 
(bit 0:PK1, bit 1:PK2) 

4000 (*4001) 

INPUTS 

BYTE  

R (0x01) 

Reading of inputs status 
(bit 0: TARA. bit 1: DIN2)  

*

 for devices with address starting with 

1  value(offset a1) 

R – reading register, W - record

 

CAUTION: 4-Byte number of type REAL is contained in two registries. The first registry contains younger part of the number, 
the second - its older part. In order to read REAL number value correctly, read registries of number 2 and 3 and then 
conduct appropriate conversion.  
Conversion of 2 registries (4 Byte) into 32 Bit number REAL  
Registry_2 HI           <-> Byte1  
Registry_2 LO          <-> Byte0  
Registry_3 HI         <-> Byte3  
Registry_3 LO        <-> Byte2 
 
Number _32_bit = Byte3<<24 + Byte2<<16 + Byte1<<8 + Byte0  
Or number_32_bit = Regi Registry_3<<16

 

For DINT registers,  if measurement result is within range -32768 up to 32767 reading of first register 
is enough.   
 
 
  

Example of  MODBUS communication table 

Reading of measurement (DINT value) – MES_DINT  (

Function: 03, 

Registry address: 0

Request (MODBUS MASTER -> MD150T) 

Response (MD150T -> MODBUS MASTER) 

Device address 

0x01 

Device address 

0x01 

Function 

0x03 

Function 

0x03 

Hi registry address 

0x00 

Byte number 

0x04 

Lo registry address 

0x00 

Registry 0x02 Hi 

REAL  (Byte1) 

Number of Hi registries 

0x00 

Registry 0x02 Lo 

REAL  (Byte 0) 

Number of Lo registries 

0x02 

Registry 0x03 Hi 

REAL  ( Byte 3) 

CRC Hi 

0xC4 

Registry 0x03 Lo 

REAL  (Byte 2) 

CRC Lo 

0x0B 

CRC Hi 

8 bit 

 

 

CRC Lo 

8 bit 

 
Reset of digital processing unit - 

TARA

 (

Function: 05, 

Registry address: 5000

Request (MODBUS  MASTER -> MD150T) 

Response (MD150T) -> MODBUS  MASTER) 

Device address 

0x01 

Device address 

0x01 

Function 

0x05 

Function 

0x05 

Address of Hi registries 

0x13 

Address of Hi registries 

0x13 

Address of Lo registries 

0x88 

Address of Lo registries 

0x88 

Registry 0x00 Hi 

0xFF 

Registry0x00 Hi 

0xFF 

Registry 0x00 Lo 

0x00 

Registry0x00 Lo 

0x00 

CRC 

16 Bytes 

CRC 

16

 

Bytes 

 

Содержание MD150T

Страница 1: ...t E J K s c D borzyce 16 62 045 Pniewy tel 48 61 22 27 422 fax 48 61 22 27 439 e mail wobit wobit com pl www wobit com pl MD150T Manual Digital processing unit with display for force sensors without a...

Страница 2: ...s 13 9 2 Measuring range of sensor 13 10 Technical parameters 14 Thank you for selecting our product This instruction will help you at correct service and accurate exploitation of described device Inf...

Страница 3: ...nments of unknown levels of interruptions it is recommended to use the following means preventing against possible interruptions of the device operation Ground or zero the metal rails on which instrum...

Страница 4: ...iguration and recording measurement data in PC e g to Excel file with the use of MD150 PC software MODBUS RTU allows for reading of measurements from several indicators at the same time to PLC control...

Страница 5: ...sensor Signal 3 S Signal sensor Signal 4 E Power supply sensor Excitatnion 5 TARA Tare input 5 24V 6 DIN2 Universal input 7 485A A Signal of RS485 interface 8 485B B Signal of RS485 interface 9 10 PK1...

Страница 6: ...White White Yellow Green Tab 1 Description of cable colors for force sensors of WObit s offer CAUTION In longer period of time can happen that derivation colors can change Wrong connection do not caus...

Страница 7: ...asurements 6 OFFS Offset for measuring value 999999 7 UNIT Units N kN g kg T funt 8 RATE Measurement frequency 10 Hz 80 Hz 9 FILT Level of averaging continuous filter 0 99 10 TRA Bridge range N config...

Страница 8: ...key you confirm the introduced change and with key you abort the change or exit the menu Prolonged pressing of keys or results in automatic increase decrease of a given position value 4 Configuration...

Страница 9: ...Units of measurement are set by 7 UNIT parameter The user has following units for selection 1 N Newton s 2 kN kilonewtons 2 g grams 3 kg kilograms 4 T tones 5 Funt pound Additionally 12 DP parameter...

Страница 10: ...s set with the first digit and the last 4 digits are used for password entry 0 0000 4 digit password 0 9999 Protection level 0 Settings protection above 12 DP parameter 1 Settings protection above 3 P...

Страница 11: ...ferrite beads at the cable beginning and its end Use of optically insulated USB hubs at PC side In the conditions of severe interference e g high interference of power grid the communication may not b...

Страница 12: ...ppropriate conversion Conversion of 2 registries 4 Byte into 32 Bit number REAL Registry_2 HI Byte1 Registry_2 LO Byte0 Registry_3 HI Byte3 Registry_3 LO Byte2 Number _32_bit Byte3 24 Byte2 16 Byte1 8...

Страница 13: ...ge tension force Range of measured force 0 75kN Example of models K1401 K1501 K1505 K1506 K1600 Round To measure large and small tension force Range of measured force 0 100kN Example of models KB52 KB...

Страница 14: ...zero tolerance 2 of measuring range hysteresis 0 2 of range and creep measured in time of 30 minutes 0 1 Temperature factor of zero point and constant is 0 1 of range 10o C Bridge resistance on input...

Отзывы: