คำอธิบาย
เซนเซอร์ก๊าซ เคมีไฟฟ้า Gas Sensors Electrochemical ZE11-C2H4 การประยุกต์ใช้งาน อุตสาหกรรมปิโตรเลียมและเคมี, การปกป้องสิ่งแวดล้อม ZE11 เป็นโมดูลไฟฟ้าเคมีอเนกประสงค์และประสิทธิภาพสูง ตามหลักการไฟฟ้าเคมี มีการคัดเลือกที่ดีและมีเสถียรภาพ มีเซ็นเซอร์อุณหภูมิในตัวเพื่อชดเชยอุณหภูมิ มีเอาต์พุตดิจิทัลและเอาต์พุตแรงดันไฟฟ้าแบบอะนาล็อกในเวลาเดียวกัน ซึ่งอำนวยความสะดวกในการใช้งานและการสอบเทียบ และลดระยะเวลาการพัฒนาให้สั้นลง เป็นการผสมผสานระหว่างการตรวจจับไฟฟ้าเคมี
ในชุดประกอบด้วย
- หัวเซ็นเซอร์ C2H4
- โมดูล PCB บอร์ด ZE11 DAC + UART
หมายเหตุ
- ZE11 เป็น โมดูลบอร์ด DAC + UART
- ZE11-C2H4 เป็นหัวเซ็นเซอร์ C2H4 พร้อมกับโมดูล PCB บอร์ด ZE11 (DAC + UART)
Features
- การตรวจจับ Ethylene เอทิลีน, คลอโรเอทิลีน
- High sensitivity & resolution
- Low power consumption & long working life
- UART and analog voltage output
- Good stability and excellent anti-interference ability
- Temperature compensation and excellent linear output
Technical Parameter
- Model ZE11
- Output UART OUTPUT DAC ( 0.4~2V standard voltage output) Sensor amplified voltage signal
- Working Voltage DC 5 V ±0.1V
- Preheat time ≤ 3minutes
- Response Time ≤ 60s
- Detection Range 0-100ppm (C2H4) Ethylene
- Operating Temperature -20~50 Degrees Celsius
Pin definition
- Pin 1 NC
- Pin 2 DAC (0.4~2V for 0~full measurement )
- Pin 3 GND
- Pin 4 Vin (Voltage input 5.0±0.1V)
- Pin 5 UART(RXD) data input
- Pin 6 UART(TXD) data output
- Pin 7 Sensor amplified voltage
Communication Protocol
- Baud Rate 9600
- Data Bits 8 bytes
- Stop Bits 1 byte check bits Null
Gas Code Description
- 0x08 Ethylene
- 0x15 Ethanol
- 0x17 Formaldehyde
- 0x1B Benzene
- 0x1C Toluene
- 0x34 VOC
- 0x3B Vinyl chloride
Communication Specification
The default communication mode is active upload and query & answer mode. Active upload by default, it sends gas concentration every one second.
For example, if detect ethylene, The module return value format is as below Table
For example: FF 08 03 01 02 E3 03 E8 24 (using the ethylene module, the reading concentration value is 73.9ppm, the range is 100.0ppm as an example)
Gas concentration value=(concentration high order*256+concentration low order)* Resolution
Note: If the number of Decimal digits is 0x00, the resolution is 1ppm. If the number of Decimal digits is 0x01, the resolution is 0.1ppm
For example, the above return value format shows that the module is ethylene module (0x08), the concentration unit is ppm (0x03), the resolution is 0.1ppm (0x01), The ethylene gas concentration value =(0x02*256+0xE3)*0.1= (2*256+227)*0.1= 73.9ppm. Detection Range =(0x03*256+0xE8)*0.1=(3*256+232)*0.1=100.0ppm.
Shift to query and answer mode, command line format as below
In query and answer mode, read the concentration command line format as below
Sensor returned value format as below
Gas concentration value=(concentration high order*256+concentration low order)* Resolution
Note: If the number of Decimal digits is 0x00, the resolution is 1ppm. If the number of Decimal digits is 0x01, the resolution is 0.1ppm.
For example: the above gas concentration value = (0x05*256+0xC6) *0.1= (5*256+198) *0.1=147.8mg/m3 (the 2nd and 3rd byte mg/m3 concentration value);
Or the above gas concentration value =(0x02*256+0xE3)*0.1= (2*256+227)*0.1=73.9ppm
(the 6th and 7th byte ppm concentration value).
(Note: the conversion relationship between unit mg/m3 and ppm in the return value: 2mg/m3=1ppm, the coefficient is calculated on behalf of ethylene oxide. Due to the different coefficients of different gas types, it is recommended to take the ppm concentration value of the 6th and 7th bytes as the standard.
Switch to active upload , command line format as below
Checksum and calculation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
/********************************************************************** * Function Name: unsigned char FucCheckSum(uchar *i,ucharln) * Functional description: Sum check【Take the sum of 1\2\3\4\5\6\7 of the sending and receiving protocols and take the inverse +1】 * * Function declaration: array[n] NOT ﹛Sum (array[1]~array[n-1])}+1 (number of array must be larger than2) **********************************************************************/ unsigned char FucCheckSum(unsigned char *i,unsigned char ln) { unsigned char j,tempq=0; i+=1; for(j=0;j<(ln-2);j++) { tempq+=*i; i++; } tempq=(~tempq)+1; return(tempq); } |
Dimensions (mm)
- Dimension Ø32mm x 31.2mm
Datasheet
The main gases Other Model
- O2, O3, NH3, ASH3, CO2, CO, CL2, LEL, C2H4O, F2, H2, HCL, HBR, HF, H2S, CH4, NO, NO2, COCL2, PH3, SIH4, SO2, C4H8S
รีวิว
ยังไม่มีบทวิจารณ์