09-07-2016 10:00 AM
Hey everyone.
I need help with connecting my pressure sensor to my DAQ device and read the signal? I need all the help that I can get since I am really new to this stuff and would really appreciate it ! This is the pressure sensor I am working with: http://www.sika.net/en/products/sensors-and-measuring-instruments/pressure-sensors-and-pressure-swit...
It has four wires. Black, red, blue, Yellow/Green.
Thanks alot!
09-08-2016 04:31 AM
Hi DP,
Nice to see you getting busy with hardware, what steps have you taken so far? Did you pull out data sheets of both devices? What conclusion did it leave you with?
Let's think on it together!
Kind Regards,
-Natalia
09-08-2016 05:24 AM
Hey Natalia
When you ask if I pulled out the datasheet for both devices. What do you exactly mean? I linked to the datasheet for pressure sensor (atleast what I think is the datasheet). In labview when I have to configure the sensor I gives me some options how to connect "a" pressure sensor to the module but the color code for the wires differs from the actual wires ofcourse. I am afraid that if I wire it in an wrong way that I might break the pressure sensor.
Thanks
DP
09-08-2016 06:16 AM
Hey DP,
I can see wheat causes the struggle, I've scanned the documentation of the SIKA sensor and it wasn't helpful.
Also tried looking for related issues, but search returned empty.
Think contacting SIKA customer service would be an option?
http://www.sika.net/en/contact/sales-sensors-and-measuring-instruments.html
Kind Regards,
-Natalia
09-08-2016 10:40 AM
Unscrew the connector and have a look at the connetions at the plug.
Look at the exact type of sensor usually marked on the sensor, together with the order info of the datasheet you get the type of output. (3. digit 1,2 or 3)
If you have a fixed cable version, here is my guess:
(but usually it's also marked on the sensor somewhere... )
green/yellow is dedicated to PE (ProtectionEarth) and most probably connected to the housing.
Black is Gnd (0V)
Red it powersupply (18V)
Blue is the output
But calling SIKA isn't a bad idea 😉
09-08-2016 11:21 AM
Hey Henrik
Lets say that the wires are as you described. How would you connect it to the module? I guess the black and blue would be connected to the module and the red would ofcourse go to the powersupply or to a module that supports an output of atleast 18V?
This is the module:
http://sine.ni.com/gallery/app/ui/page?nodeId=208789&mTitle=NI%209219&mGallery=set_ni_9219
Thanks
DP
09-09-2016 01:41 AM
As stated in the manual: GND -> AI(Sense)- and SIgnal -> AI+ and for the power supply P- to GND and P+ to Supply IN.
So you share the GND line with the powersupply and the analog input.
09-12-2016 07:30 AM - edited 09-12-2016 07:32 AM
Hi Henrik
This is some of the pictures on the sensor. The last day I have been trying to set it up without and success. Hope the pictures can help clarify how to connect it to the module :(. Btw. How do I know if it is a full bridge, half bridge or quarter bridge?
Wire 1 = Red
Wire 2 = Black
Wire 3 = Blue
Wire 4 = Ground
Thanks alot for the help so far.
DP
09-12-2016 02:39 PM - edited 09-12-2016 02:40 PM
Your pressure transducer says on its label that the signal is 4-20 mA. That's one standard way to transmit analog signals- the pressure measurement is represented by a current of 4 mA to represent the minimum signal, up to 20 mA representing full scale signal. You need to measure it as current, not voltage. I believe some NI devices have an option for reading such a signal, but if your does not you will need to use a resistor from the V+ to V- and connect V- to ground (most likely). Compute by Ohm's law the range of voltage you will see this way in order to pick the appropriate voltage range for your reading.
You do not need to worry about the bridge- it is internal to your transducer, and you don't interact with it at all. The transducer has electronics inside it to read the bridge and generate the current output.
09-12-2016 03:17 PM - edited 09-12-2016 03:18 PM