LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help Isolating Signals From DAQmx

I currently have a DAQ (the DAQ assistant at the top of the block diagram) set up which is reading in multiple signals (shown in chart below). I'd like to isolate each individual signal to do some arithmetic (average, sum, etc), but don't know how to actually isolate the two signals from the DAQ data line. 

 

Anyone able to help?

Jhertz_0-1614783886636.png

Jhertz_1-1614783920572.png

 

0 Kudos
Message 1 of 2
(669 Views)

Hi jhertz,

 

short answer: SplitSignal.

 

Long answer:

Learn to use DAQmx functions instead of DAQAssistent ExpressVIs. (It will give you much better control over your DAQ device and code.)

Learn to use waveforms and arrays. (It will give you much more understanding of what is going on in your code.)

(From your images: Learn to cleanup your block diagrams…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(633 Views)