hey
i am having a few problems synchronising a few AI and DO tasks. the situation is this: an analogue pulse is sent to PFI0 roughly once a second. every time this pulse reaches a threshold, i need to acquire a block of data from 8 AI channels, wait for a small amount of time (~0.1s), then output high on two DO lines for a bit (~0.2s) then back to low.
i have got the triggered acquire working fine, but am at a loss in how to do the two separate DO lines. i have tried setting up a DO line triggered by PFI0, but i get an error message telling me this is not supported.
could anyone help?