01-13-2010 04:09 PM
Hello all,
I am new in this forum and also in Labview, so I need your help.
I want generate an Analog signal on Analog outputs of PXI 6704 that respect the time condition from my photo and that I will describe:
T1=150 microseconds
T2=200 microseconds
T3=500 milliseconds
V1=0 V
V2=10 V
Another important condition I must repeat the sequence T1+ T2 N times (in my example is two times).All conditions (T1, T2,T3,V1, V2 and N) I must have their control of the front panel so I can change their values anytime when I want.
Very important T1, T2 must be in microseconds .I mention this like very important because here is my problem I can’t do this part of signal in microseconds time pallet.
I wait for your help. 10x
Bobogool
01-13-2010 07:07 PM
Regards,
Dan King
01-16-2010 12:39 PM
Hello again,
Assuming i don't need to control parameters from the front panel and also i don't need to generate a signal with an amplitude greater than 5, V can i generate the form of the signal that i want with the output counters ?Maybe with 2 pulses
one for generate fist part of the signal in microseconds time pallete and another one to generate second part of the signal in milliseconds time pallete and both placed ent to end( but i don't know how to placed together)I hope not i think at stupid things
However thanks you for your reply!
01-16-2010 12:45 PM
01-16-2010
03:06 PM
- last edited on
05-15-2024
02:18 PM
by
Content Cleaner
What output counters are you referring to? The ones that the device does not have?
Before you use something, it would be recomended that you look at the basic capabilities.
01-18-2010
01:58 PM
- last edited on
05-15-2024
02:18 PM
by
Content Cleaner
Hello bobogool,
As I said before, you really do need to be looking at a different device for this application, a PXI-6251 would be an excellent choice for either your previous situation or the second you mentioned. As Dennis mentioned your PXI-6704 doesn't have any onboard counters while the PXI-6251 does.
As for the generation of the signal, if 5V was sufficient, I would use clocked Digital Output rather than Counter Pulse Generation. You would still be using the counter, but only as a clock for the Digital Output. The waveform generation would be very similar to the attached example (now in LV 8.2), but with different data types for digital generation.
Let me know if you run into any further questions.
Regards,
Dan King