11-18-2013 03:51 AM
I want to have my input channels triggered at once, but each of them would have a different delay between triggering and starting acquirng samples. How can I do it?
I know how to differ input voltage levels for each channel or anything set within "Create Channel", but I have no idea how to use Trigger Node for each channel separately.
Any clues?
11-18-2013 11:48 AM
you don't, you get 1 acquisition per trigger. period. you can toss out a lot of data you are not interested in though.
11-19-2013 03:49 AM
Dear Dide,
Could you explain a little bit about what you are trying to accomplish by this architecture? What is the goal of the application?
Also, please tell us what is the device (are the devices) you are using for the project. Triggering and other settings can greatly differ depending on the device.
Kind regards:
Andrew Valko
NI Hungary
11-19-2013 05:05 AM
11-19-2013 06:27 AM
Dear Dide,
In that case, I believe you can create artificial delays in the measurement by subtracting samples from it. For example, if you start the measurement at a 1kHz sample rate, you can create an artificial delay by throwing away the first 20 samples acquired from the channel in question. Also, since your device is not simultaneously sampled, make sure you calculate for delays between multiplexed channels. You'll find more information on multiplexing here.
Kind regards:
Andrew Valko
NIH