LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create differential sinus of PXI 4461 module

Hello,

 

i am new with labview. I have to create a measurement system for ADCs. As the Input for Testing we will use the PXI 4461 with two analog outputs.

I add the module as simulated device with the measurement and automation explorer. Now is my question how i can create a 90 degree frequency offset to realize a fully differentiel input signal on two channels?

 

I am thankful for help

0 Kudos
Message 1 of 4
(2,245 Views)

Hello LTE_Jung,

 

there is no possibility of changing the frequency that simulated devices return.

So you will have to implement the phase shift you need in your Program.

You can do that by buffering the values of one channel and delay the Output.

Or you can entirely replace the driver VIs with Simulate Signal Express VIs

 

Best Regards!

 

Moritz M.

0 Kudos
Message 2 of 4
(2,232 Views)

So as i understand i have to wait until hardware is delivered. There is no possibility that the DAQmx and the DAQ Assistant is used with similar behaviour?

0 Kudos
Message 3 of 4
(2,225 Views)

Since you can not change the Signals that Simulated Devices delvier to your Programm you wont be able to use DAQ Assistant for this Purpose.

I suggest using the Simulate Signal Express VI. You can configure this VI to simulate Aquisition Timing as well. If you recieve your hardware you can simply replace the Simulate Signal with DAQ Assistant.

 

Best Regards!

 

Moritz M.

0 Kudos
Message 4 of 4
(2,221 Views)