Hello Bob,
The PT100 temperature sensing circuit (Ratio metric method) using ADS122U04 is now working absolutely fine.
Now I have a query related to Pressure Transducer (0.5 to 4.5Vdc Output) sensing using ADS122U04.
Presently since I have not finalized and procured a Pressure Transducer I am using a voltage divider (7K5 and 10K POT) supplied by 3v3dc-
to simulate a Pressure Transducer input. This voltage divider gives 0 to 1.9vdc (which is within the ADC i/p limit of 2.4vdc which is 'Avdd - 0.9').
When the POT is at Max position (AIN0 = 1.9VDC), I get ADC count as: 0x77985F
When the POT is at Mid position (AIN0 = 1.0VDC), I get ADC count as: 0x3E3A77
When the POT is at near min position (AIN0 = 0.5VDC), I get ADC count as: 0x1F66F2
When the POT is at Minimum position (AIN0 = 0.0VDC), I get ADC count as: 0xFFFC34
My question is: I don't understand why, after gradually decreasing from 1.9 to 0.5vdc, the ADC count gives negative value at 0vdc?
The config Register values are as follows:-
//Commands for Writing to the 'Configuration Registers' of ADC ADS122U04 IC
extern uint8_t CMD_WRITE_CONFIGREG_ZERO_ADC_PRESSURE[3] = {0x55,0x40,0x81}; //PGA disabled & bypassed,Gain=1(default),AINp=AIN0 and AINn=AVss
extern uint8_t CMD_WRITE_CONFIGREG_ONE_ADC_PRESSURE[3] = {0x55,0x42,0x08}; //Internal 2.048vdc as ref.,Continuous conv.,Normal mode,Data Rate 20SPS
extern uint8_t CMD_WRITE_CONFIGREG_TWO_ADC_PRESSURE[3] = {0x55,0x44,0x00}; //Data counter disabled,IDAC Off,Data integrity check disabled
extern uint8_t CMD_WRITE_CONFIGREG_THREE_ADC_PRESSURE[3] = {0x55,0x46,0x00}; //Manual data read mode,IDAC2 disabled, IDAC1 disabled
extern uint8_t CMD_WRITE_CONFIGREG_FOUR_ADC_PRESSURE[3] = {0x55,0x48,0x00}; //all default setting kept unchanged
The Analog i/p to AIN0 is single-ended (i.e. Not differential). Kindly refer schematic of the same shown below.
Please give your suggestions regarding:
a) Possible reason for negative ADC count at AIN0 = 0VDC
b) A better scheme to interface a Pressure Transducer (0.5 to 4.5Vdc Output).
I will be using a Baumer or MEAS make Pressure Transducer.
I am not going to use a 4to20mA output Pressure Transmitter because it will need an additional 10vdc power source.
I need to use just a single 5VDC power source for the sensor as well as ADC circuit.
Thank you in advance,
Best Regards,
Milind Risbud.