Hello,
I want to write a C++ program for my PCI-5122 based on the examples, where the first channel continuously acquires a signal, as in the FetchForever example, while the other channel is doing a triggered acquisition. Is that possible at all? In GenericFetchForever.c I could find the following comment:
// This example only works with one channel, so we make sure the user // didn't specify 2 channels or multiple records.
What exactly does that mean? It's not possible to have two channels doing a FetchForever? Or it's not possible to use the other channel for anything at all?
More generally, is it possible to configure one channel to use a software trigger, while the other uses the hardware trigger?
Thank you,
Frank