My application needs to generate a pulse with variable width with initial delay after receiving an analog pulse. The main problem is I am using M series DAQ NI6254, so I don't have enough counters to do this job. I need to produce 8 separately controlled pulses, which need 8 counters
Another problem is i need a time resolution of 0.01ms for my pulse generation. I found that the software loop can only give me 1 ms. I need less than that.
Can anyone tell me what to do?