Hi Mario. This is John again. I looked into doing the same thing in ComponentWorks (sorry I missed that before).
I have very quickly written an example that has the effect of synchronizing the counters.
Please be aware that unless you use a NI device with hardware triggering for timers (NI-TIO based devices) then you can't directly trigger counters or timers. Here is a web page that compares the timing chips on our different devices:
Timing Chips on National Instruments DevicesWhat the example does is setup both counters for continuous pulse generation. However the gates are set for low signal gating on PFI0. The t
rick is to keep PFI0 (or whatever trigger you choose to use) high until you are ready to run the pulses. The CWPulse.configure and CWPulse.start enable the counters, but the counters wait for the gate before producing pulses.
The difference between this and real triggering is that here you will need to keep the PFI0 pin pulled low for the amount of time you want to produce the pulses. Also, there is a chance that these pulses will begin with one timer width difference (due to the non-timed and independent detection of the gate level by the counters).