SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use USB-6212 with LabView SignalExpress

I am evaluating NI USB-6212 using LabView Signalexpress. Where can I find a

 

manual to play with the device. In the LabView SignalExpress manual, there is no instructions about how to use the device. I am looking for an instruction of how to generate a analog signal from a text file data.

 

0 Kudos
Message 1 of 12
(8,185 Views)

Hello,

 

Generating an analog output from a text file is easy to do in SignalExpress.

 

Step one: Load Text file data

 

In the project pane, add a Load from ASCII Task. This can be done by right clicking the project pane and selecting Load/ Save Signals>Analog Signals> Load from ASCII

 

Step two: Generate Analog Output

 

In the project pane, add a Generate Analog output. This can be done by right clicking the project pane and selecting Generate Signals>DAQmx Generate>Analog Signals> Voltage. Next, follow the one screen popup to select the 6212.

 

Hope this helps,

 

Eric

Eric Liauw
Senior AE Specialist - Automated Test | CLD | CTA
National Instruments
0 Kudos
Message 2 of 12
(8,183 Views)

Thanks.

 

If two analog outputs are played out using USB-6212, what is the step to set up two channels are played out simultaneously?

 

 

0 Kudos
Message 3 of 12
(8,177 Views)

Hello,

 

For 2 analog outputs, you can select both channels in the task. Another way would be to add a channel in the configurations tab for the analog output task. Make sure you only create 1 task per device otherwise you will see an error.

 

Eric

Eric Liauw
Senior AE Specialist - Automated Test | CLD | CTA
National Instruments
0 Kudos
Message 4 of 12
(8,171 Views)

Thanks.

 

From USB6212, what is the best way to connect the attenuator to the analog output? It seems that 5 Kohms seris output impedance is assumed. For 1000:1 attenuation, should I connect 45Kohms and 50 ohms resistors?

 

 

0 Kudos
Message 5 of 12
(8,165 Views)

Hello,

 

You will want to run a 50ohm and 45kohm resistors in series on the output. you will get close to 1000:1 attenuation if you measure across the 50ohm resistor. You must also be sure that you are not pulling any load across the tapped wires from the 50ohm resistor, otherwise it will not act as a voltage divider as you intended it to be.

 

Eric

Eric Liauw
Senior AE Specialist - Automated Test | CLD | CTA
National Instruments
0 Kudos
Message 6 of 12
(8,159 Views)

The analog output impedance of USB-6212 is 0.2 Ohms. Is there any protection in case the analog output is shorted?

0 Kudos
Message 7 of 12
(8,155 Views)

Hello,

 

The specification sheet show that AO will drive up to 2mA, noramlly what happens is the current is limited to 2mA and the voltage will drop if the load impedence is too low. It is listed to have overvoltage protection up to 30V which will protect the board up to 30V if some external source is trying to drive the analog output. Normal shorts are not a big problem unless you are driving the output externally.

 

Eric

Eric Liauw
Senior AE Specialist - Automated Test | CLD | CTA
National Instruments
0 Kudos
Message 8 of 12
(8,149 Views)

Thanks.

 

Is there a way to digitize the analog input signal and process it and send out as an analog output signal again? So it is a digital signal processing in between the analog signals.

0 Kudos
Message 9 of 12
(8,143 Views)

When the analog signal is read into the data acquisition card it is being digitized into samples, and that is what SignalExpress is actually working with so anytime you useSignalExpress to acquire data, do some analysis and produce an output that digitizing is happening already. You can read about the input and output in the help manual.  Hope this helps.

Jensen
National Instruments
Applications Engineer
0 Kudos
Message 10 of 12
(8,136 Views)