As you said earlier, with the CDE, one cannot be sure inititally what voltage is being associated with which trigger ( rising or falling). But, after stopping and starting it a couple of times, I can sync the trigger with the associated voltages and that is something I can live with right now for my application.
I understand that Labview is based on data flow programming. Besides the triggered analog output voltage generation code, I want to put out a counter output pulse at two counters ( ctr0 for PFI0 and ctr1 for PFI1). So, I wrote two seperate codes for putting out these trigger pulses. I also need a certain delay between the trigger input and the counter output ( the trigger input also puts out the triggered analog out voltage). This delay depends on the rpm of the motor ( which i am reading off of a data socket and doing a mathematical calculation and feeding it to the intial delay of the counter out tick based).
Somehow, when i put the triggered analog voltage out code in parallel with the just the counter output code(with no delay), only the analog voltage out code works and not the counter output code. I am not sure whats happening here. I thought since the two codes are parallel, they should execute together and since the incoming trigger frequency is just 30 hz, i thought the counter output could get triggered easily.