06-14-2006 03:27 AM
06-14-2006 08:07 AM
The 4 outputs need to be synchronized so that the pulses start their timekeeping from the same t=0 point. Your counter tasks should all be configured to start on the same digital trigger signal, and the tasks should all be started before the trigger event.
I've made a habit of generating the trigger signal with digital bit DIO 0. The counters can view this signal as a trigger by referring to it as PFI0. This saves me having to do any wire-and-screwdriver work.
Note: it is also possible to "cascade" the counters by having each one trigger the next, but a single common trigger is probably the simpler path forward.
-Kevin P.
07-05-2006 04:16 AM