10-11-2007 06:12 AM
10-12-2007 08:30 AM
Hi,
The easiest solution would probably be to use a digital counter output on your DAQ device to generate the pulse train and then use this to trigger your analogue acquisition, rather than generating a pulse train yourself using an analogue output.
Using the digital counter would mean that you would not have to physically wire your pulse train to your trigger if you didn’t want to; you could configure this programmatically. If you are limited to using an analogue output for your pulse stream, then you need to make sure that the amplitude of your pulses are close to 5V (preferably > 4V) so that the TTL Logic trigger will register an edge.
Also ao/StartTrigger would cause the acquisition to trigger only once, as soon as the analogue output starts doing anything at all. You will need to refer to a real pin e.g. /PFI0 and route your pulse stream to this for triggering.
If you let me know what hardware you are using and whether your system permits or denies the use of the above suggestions I’d be more than happy to finalise an example VI that I am creating for you and upload it for your reference.
Regards,
Ian
10-12-2007 08:34 AM