Sergey;
I think you don't need to use occurences to synchronize those devices. If you set up a counter operation on the board and use the counter output pulse train as a clock to the other devices, you would have all devices synchronized by hardware, without having the need to envolve the NI-DAQ driver on it.
Firt you need to synchronize the NI DAQ board analog input with the counter, and then generates a pulse train on that counter, which will be used as clock for the other devices.
To synchronize Analog Input with counters, you can refer to the attached Application Note. To generate a pulse train on your counter, you can refer to the Labview shipping example named "Generate Pulse Train (DAQ-STC).vi" which can be found at Search Examples->I/O Interfaces->Data Ac
quisition->Counters->Continuous Pulse Train.
Hope this helps.
Filipe