+

10 Cara NTC Tahan Panas Suhu Modul Akuisisi Standar Modbus-RTU Presisi Tinggi Kontrol Industri Konfigurasi

USD 44.78

10 Cara NTC Tahan Panas Suhu Modul Akuisisi Standar Modbus-RTU Presisi Tinggi Kontrol Industri Konfigurasi

Description
Basic functions:Support standardMODBUS devices such as text, touch screen, PLC, etc.

 

  • 10-way NTC thermal resistance temperature output, minimum measurementPrecision is 0.1 degree C, no transmitter is needed, direct thermal resistance measurement.
  • 1 way standard RS485serial portCommunication Port (supporting modbus-RTU protocol)
  • 1-way standard RS232 serial port (supporting modbus-RTU protocol)
  • NTC negative temperature coefficient thermistor temperature range:The measurement time is less than 1 ms.

Common thermistors are supported. The parameters or models of thermistors that are not in the list can be customized free of charge! uuuuuuuuu

0 = NTC R (25 C) = 10K, B25/50 = 3600 (thermistor)

1 = NTC R (25 C) = 5K, B25/50 = 3950 (thermistor)2 = NTC R (25 C) = 10K, B25/50 = 3892 (thermistor)3 = NTC YSI-B-Mix-10K (Thermistor)4 = NTC YSI-H-Mix-10K (Thermistor)5 = NTC R (25 C) = 10K, B25/50 = 34556 = NTC R (25 C) = 10K, B25/50 = 34357 = NTC R (25 C) = 10K, B25/50 = 39778 = NTC R (25 C) = 5K, B25/50 = 34709 = NTC R (25 C) = 10K, B25/50 = 347010 = NTC R (25 C) = 10K, B25/50 = 3950(default value)11 = NTC R (25 C) = 100K, B25/50 = 3950

-Functional characteristics

  • 32 bit ARM processor
  • Embedded Real-time Operating System
  • Input channel: 16 way
  • Input type:NTCSeries of thermal resistance
  • Wiring mode: 2-wire system
  • Sampling rate: not less than 1000 sampling points per second
  • Resolution: 0.1 C
  • Accuracy: + 0.05%
  • Supporting periodic self-calibration
  • Channel Controllable (Close/Open, Alarm Settings)
  • Operating temperature range: 0 ~85
  • Measuring temperature range:From -35 to +300 C,
  • Plastic Shell, Standard DIN Guide Installation
Application scope
  • Industrial Field Temperature Control System
  • Remote Monitoring and Data Acquisition
  • Iron and Steel, Metallurgy and Chemical Industry
  • ...
The accuracy of the thermistor thermometer with negative temperature coefficient can reach 0.1 C, and the temperature sensing time can be as little as 0.1 C.0.1s belowIt is not only suitable for temperature measurement in granary, but also for temperature measurement in food storage, medical and health, scientific farming, ocean, deep well, high altitude, glacier, etc.

Code Function Support Function Code:

Function code
Definition
Operations (binary)
0x02
Read switch inputRead one or more switch state input data
0x01
Read switch outputRead one or more switch output status data
0x03
0x04
Read register data
Read data from one or more registers
 
0x05
0X0F
Write switch output
Write multiple switches
Control all the wayRelay"Hop / sub" output
 
0x06
Write single path registerWrite a set of binary data into a single register
0x10
Write multiplexer registerWrite multiple sets of binary data into multiple registers

**************************************************************************************************************

1. Adding multiple coils or registers to read.

2. Adding Coils or Registers to Force Functions
3. Updating the address is more convenient to call.
MODBUS address1
Baud rate: 9600
8Bit data bits
1 bit stop bits
No check
 
 
Temperature Output of 30001-30010 Thermal Resistors
Temperature Output of 40001-40010 Thermal Resistors (Remapping)
**********************************************

 

 

Read analog input (0x04)

Host sends:Addr 04 regH regL NumH numL crcH crcL

From the machine back:Addr 04 len d0H d0L...DnH dnL crcH crcL

Interpretation: Register address from0Start counting.numH numLRepresents the number of routes of the analog quantity to be read. This card has 5 analog input channels.12bitADCEach analog takes up two bytes of data. For example, to read the2Lu He3The register address is0001The number of registers is0002 For example, to read all analog quantities1Lu Zhi di8The address of the register is uuuuuuuuuuuuu0000The number of registers is0008 Return data0-0xFFFRepresents the collected analog quantities, such as analog quantities.0-20mAThe data read are18CThe decimal number is396So the current value isI = 20mA*396/1023 = 7.742mA Sensors are generally4-20mAIf the reading value is less than4mAThe connection line is faulty.

Example: read the first1Lu Zhi di8Road analogue

Host sends:01 04 00 00 08 F1 CC

From the machine back:0104 0C d0H d0L...D5H d5L crcH crcL

-
Analog quantityInput and outputVC source code(clear notes):
// Read the status of a single register//ip_Addr slave MODBUS address//data_Addr Data Storage Register AddressUInt16 readBUF (byte ip_Addr, UInt16 data_Addr){UInt16 crc; //check valueByte [] MSG = new byte [8]; // instruction array

MSG [0] = ip_Addr; //slave addressMSG [1] = 0x04; // Read a single registerMSG [2] = byte (data_Addr > 8); high bit of // register addressMSG [3]= (byte) data_Addr; low bit // register addressMSG [4] = 0x00; high bit of data length to readMSG [5] = 0x01; the base length of the data to be readCRC = CRC16 (msg, 6);MSG [6] = byte (crc > 8); 8 digits higher in // checkMSG [7] = (byte) crc; //check low 8 bits

Comm.Write(msg); //Send Read Request Zheng

Receive_A_Frame(); //Receive the Zhen reply signal// Add here: Judge the received data}

...
More source code, please contact seller after buying.
Specification

Type : Logic ICs

Condition : New

+