04-25-2023 07:58 AM
I am using pressure transmitter PR3860 and I am using NI 9207 to read this transmitter, Ni max is reading this transmitter as a current signal, that is okay but in Lab view while adding a channel to DAQ, selecting the pressure bridge option, its not reading the device, and its saying no channel found, but in lab view if we select it as current source it reads the device. what should i do, shortly i can read my pressure transmitter in milli ampares but not able to read it in bars or pascals. Is NI 9207 is adequate to read the pressure transmitter?
Kindly help me with this
Solved! Go to Solution.
04-25-2023 08:07 AM
@hmumtaz wrote:
I am using pressure transmitter PR3860 and I am using NI 9207 to read this transmitter, Ni max is reading this transmitter as a current signal, that is okay but in Lab view while adding a channel to DAQ, selecting the pressure bridge option, its not reading the device, and its saying no channel found, but in lab view if we select it as current source it reads the device. what should i do, shortly i can read my pressure transmitter in milli ampares but not able to read it in bars or pascals. Is NI 9207 is adequate to read the pressure transmitter?
Kindly help me with this
I guess NI 9207 is Voltage and current input module, where you can convert the acquired Voltage/Current to equivalent pressure Value (Check datasheet/Specifications of NI 9207)
04-25-2023 08:12 AM
Thank you for the response, so you are suggesting me to involve some methametics here, yes? My purpose of asking is that I could not get the direct measurements here?
Thanks
04-25-2023 08:24 AM
@hmumtaz wrote:
Thank you for the response, so you are suggesting me to involve some methametics here, yes? My purpose of asking is that I could not get the direct measurements here?
Thanks
Please check whether your NI Card Supports reading pressure values directly.
04-25-2023 08:31 AM
@hmumtaz wrote:
I am using pressure transmitter PR3860 and I am using NI 9207 to read this transmitter, Ni max is reading this transmitter as a current signal, that is okay but in Lab view while adding a channel to DAQ, selecting the pressure bridge option, its not reading the device, and its saying no channel found, but in lab view if we select it as current source it reads the device. what should i do, shortly i can read my pressure transmitter in milli ampares but not able to read it in bars or pascals. Is NI 9207 is adequate to read the pressure transmitter?
Kindly help me with this
The sensor isn't a bressure bridge (ok, internally it might be) the output is industrial standard current loop.
You can create a scale in MAX 4-20mA to your pressure range (or better calibration report )
now create a measurement task in MAX , analog input, current , and add the scale created. use this task.
(my actual system doesn't have the most recent software versions)
04-25-2023 08:38 AM
Based on the datasheet, PR3860 does not seem like a bridge-based pressure transducer. You simply supply 13-36 VDC and it will output a current of 4-20 mA. You should create a current input task instead of a pressure bridge task. (Only NI-923x supports bridge measurement.) Then you use NI-DAQmx Custom Scales
to convert from 4-20mA to the pressure ranges of your transducer.
05-10-2023 02:58 AM
Thank you for the response, It helped me a lot and I solved the problem.