02-10-2010 10:54 AM
Hi
Does anyone have a simple pressure transducer vi with offset null built into code. I am fairly new to labview and most examples I have seen are way to complex for me to figure out what is going on. Is it better to use DAQmx or DAQ assistant? I have two pressure transducer (omegadyne-10V excitation) hooked up to a SCXI-1327 TB with a 1121 module. I wrote a program to convert mV to pressure using linear scale but that's all I know how to do at this point! And I want to know how to read both tranducers. Thanks!
Solved! Go to Solution.
02-11-2010 05:16 PM
02-11-2010 05:41 PM
02-12-2010 12:09 PM
02-15-2010 03:33 PM
Hello tacky,
I referenced the wrong module, but with the 1121 you can provide excitation. You can select internal excitation and by setting this the driver communicates to the hardware to provide the excitation.
09-25-2017 07:43 AM
I am wanting to use the load cell in unison with a load frame apparatus. I want to apply a sequence of loads with a hydraulic motor. Staring from 50lbs-300lbs in increments of 50lbs. I want the user to first input 50lbs. When the load cell registers 50lbs I want the vi to stop and the testing to stop. From here I will take measurements, reset the experiment to zero and start the test again with a 100lb desired load. To stop the hydraulic motor I have a relay which I want to open when the load reaches the users desired input of 50-300lbs. To open the relay I stop the 5V signal in the attached vi. Any help is greatly appreciated, as I am extremely new to LabVIEW.
***Disregard the load cell and pressure transducer in the top left of my block diagram. This was how I originally tried to accomplish my above question. I was informed that I want to avoid using the DAQassistant for this task. The 5V code using the DAQmx works and has been tested. I just want to incorporate the code for the load cell now. Once this is complete I hope to study it and understand it enough to replicate it for the pressure transducer we have as well.