Thanks for clarifying,
Here are some of my thoughts and suggestions:
- Theoretically, just like I mentioned before, it is not really possible to have multiple independent Analog Input operations within the same board. Only one operation can be performed at a time and only one trigger can be assigned to it. Still, based on your application requirements, I believe you can accomplish it with one or two boards.
-Given the relatively slow sample rates you could sample the trigger lines with a single point, software timed acquisition and then discard or keep the data from your test channels based on the trigger condition.
- If you need your application to be more responsive to the trigger then you could sample even faster (10 times the requir
ed rate) and then discard the samples for the channels that don't meet the trigger condition. The extra samples for the test channels could be averaged to give you the DC measurement.
- If your application can be accomplished with single ended channels then you could sample your triggers and your test channels (for a total of 12 single ended channels). If you need differential channels then you could use 2 boards.
- If the triggers are not TTL compatible but are some other logic level (like 24V) you could still connect them to one of the digital lines through a voltage divider (a couple of resistors to lower the logic voltage). You could then poll the digital lines in your application and watch for the trigger condition and then scan the respective channels. This is assuming that the logic signals don't have a different voltage reference.
These are just some initial suggestions. I really don't think you need to use more than two boards for this application. Let me know if ther
e are any other concerns.
I hope this helps,
Alejandro