01-06-2010 02:08 PM
I am a newbie to DIO world.
I have write a VI to acquire 2 digital signals. one from a load cell and other for motor rpm (pulses). I need to acquire these two signals and then convert them into engg units using custom scaling and write them to a txt file with time stamp.
Please suggest best ways to accomplish this task.
Thanks
DAQG
Solved! Go to Solution.
01-06-2010 11:47 PM
Look at the examples on DAQmx in the example finder.
You wouldn't actually be acquiring 2 digital signals. You would be acquiring an analog signal from the load cell. A digital or counter acquisition is what you would acquire from the motor. Search for analog measurements and counter measurements in the example finder. Some of the example should show you how to apply the custom scaling.