01-31-2006 05:18 AM
02-01-2006 04:29 AM
02-01-2006 04:44 AM
The problem is that I need to start all the tasks at the same time. One solution, which I have not tested yet, is to use the Analog Input Starttrigger ("ai/StartTrigger") to trigg alla the other tasks. I hope that the signal "ai/StartTrigger" will go high when I start the analog input task and then start the other tasks.
However one problem with that solution is that I always need to use the analog input task, even if I don't want to measure any analog signals. Therefor I'm looking for other possibly solutions to trigg all the tasks from software.
02-01-2006 05:41 AM
02-01-2006 05:42 AM
02-01-2006 06:32 AM
02-01-2006 06:33 AM
Answer:
Yes the sampling rate differs, I'm aware of that.
02-01-2006 08:34 AM
Creates a route between a source and destination terminal. The route can carry a variety of digital signals, such as triggers, clocks, and hardware events.
These source and destination terminals can be on different devices as long as a connecting public bus, such as RTSI or the PXI backplane, is available. DAQmxConnectTerms does not modify a task. When DAQmxConnectTerms runs, the route is immediately reserved and committed to hardware. This type of routing is called immediate routing.
Prototype
I don't know the equivalent in Measurement Studio, but it should be easy to find it. the only problem is that not all the signal are routable to any signal terminal. In this way, you could route a counter out to a PFI line. Be careful, you create am Hardware connection!!!!
02-01-2006 08:45 AM
You can route any of the following timing signals to any PFI terminal configured as an output.
Signals with a * are inverted before being driven to a terminal.
02-01-2006 09:39 AM