I have a couple of questions involving programming the counter 0 pin to put out the desired TTL signal on the 6034E. The application is to generate pulses to control an electron gun. The Counter 0 pin provides the TTL signal that chooses whether the gun is outputting or not. In addition to pulses, we'd like to achieve DC 0V and 5V so that the gun can be on or off in DC mode. 0V is gun off, 5V is gun on.
1. Is it possible to get 5V out DC? I tried using "Pulse Train.vi" with the duty cycle set to 0 and the pulse polarity at low. My thinking was that the OFF state would then be 5V. It is, but there is a ~500 ns 0V pulse approximately every 10 ms. Likewise, can I achieve 0V DC or will there always be a short 5V pulse? I have a
ttached the vi I'm trying to use to do this. It is a sub vi of the larger application that runs the power supply.
2. Again using "Pulse Train.vi", there is an input on the vi for #pulses with 0 indicating continuous. However, when I wire a positive integer to this node, the pulses are still continuous. I can generate an integer number of pulses with the example "Finite Pulse Train(DAQ-STC).vi" but how would one use the #pulses node on "Pulse Train.vi"?
Thanks, Peg