‎10-16-2018 04:32 AM
Hey to everyone.
I´m quite new in using LabVIEW.
I want to get Data from a Ni9205. I want to use 3 different Input Signals. Two Signals will be recorded. The third Signal is to detect a triger Signal. If the thrid value is >5, the Output file shoud be divided and a new file should be created.
At the current state the vi is looking like this:
My question: How can i define which channel will be used for the trigger-subVi?
Thanks!
Solved! Go to Solution.
‎10-16-2018 06:01 AM
‎10-16-2018 11:11 AM
I'm not sure if you just posted an image of your code instead of a snippet, but either way I can't open it.
You're combining your waveform array in that function right before "Threshold"- why are you doing this? Use an Index Array to get the waveform you want. You don't need to do the threshold detection on all three.
I'm not familiar with that image and can't tell what function it is, maybe it's a new one in 2017/18? It looks like it just combines an array of waveforms into a single one.
‎10-16-2018 01:11 PM
‎10-16-2018 01:17 PM
Ah, I thought that was combining waveforms. Then yeah, all he has to do is wire a value to the Index input of that function and he'll be good to go. I've always used the regular Index Array function to work on waveforms. I'd seen this one in the palette after all!
‎10-22-2018 08:28 AM
Thanks for the quick help.