I have a piece of code I would like to execute when a pulse is generated by the "Generate Delayed Pulse.vi". The pulse lasts 40 us. When I tried to monitor the generated pulse with a DIO connected onto the same node, the voltage I get is around 0.7 mV (versus 5V if I monitor the Voltage without the DIO connected). I am considering to add an op-amp (buffer configuration) to see if it prevents the voltage from taking the voltage dip. Should I try a different strategy? I need the 40us signal to drive a transistor, and I need to perform the data acquisition while the 40us pulse is driving the transistor. Should my attached LabVIEW code work? Or, do you see anything wrong about it?
I know for sure that the code withing the Sequence stucture (frame #0) does what I expect it to do, I am concerned with executing the analog input while the 40us pulse is on.