03-04-2020 01:56 PM
Hello,
I am have a thermocouple that needs a scale applied to it. So I created a virtual channel and applied my scale. Now I need to connect it to Read.vi. However, I already have "MyTemperatureTask" connected to read.vi. How to I put two different connections into read.vi? See attached image.
Thank you,
Natalie
Solved! Go to Solution.
03-05-2020
02:59 AM
- last edited on
12-19-2024
03:25 PM
by
Content Cleaner
Hi Natalie,
use one DAQmxRead per DAQmx task.
(You might put all channels into just one DAQmx task, when your device allows it.)
You know this great document from NI?
Are you sure about using a stacked sequence with 10 frames?
03-13-2020 04:17 PM
The solution was to put an equation in manually rather than do the scale. I used Formula Node for the equations.