i' am working with a pxi6602 board on CVI6.0.
i want to generate a delayed pulse (counter1) triggered on another one (counter0) user as a general trigger for my experiment.
on previous devices, i used to wire the output of counter0 to the gate of counter1. but i want now to do that by software.
i tried the CVI functions as:
GPCTR_Set_Application (NI6602, ND_COUNTER_1, ND_SINGLE_TRIG_PULSE_GNR);
GPCTR_Change_Parameter (NI6602, ND_COUNTER_1, ND_GATE, ND_COUNTER_0);
but this doesn't work
does anybody has an idea?