LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquire 2 digital signal with custom scaling (Engg Units)

Solved!
Go to solution

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

0 Kudos
Message 1 of 2
(2,420 Views)
Solution
Accepted by topic author DAQ_G

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.

Message 2 of 2
(2,403 Views)