Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx write Function Generator

Hello,

I am trying to write a very simple labview program to play a sin wave on my PXI 6723 card. I am trying to use the DAQmx Create Channel (AO-FuncGen).vi to do this. However, I get an error message below:

Error -200432 occured at DAQmx Create Channel (AO-FuncGen).vi

Selected physical channel does not support the output type required by the virtual channel you are creating.

Create a channel of an output type that is supported by the physical channel, or select a physical channel that supports the output type.

Property: AO.OutputType
You have requested: Function Generation
You can select: Voltage

The error message is quite clear! But I don't understand why my PXI 6723 Ao0 channel doesn't support that operation. Can someone explain.

Thanks,
Paul
0 Kudos
Message 1 of 6
(5,376 Views)
That board's not an NI function generator is it? I think it's just a analog output board. In which case you have to select Analog Output>Voltage as the type.
0 Kudos
Message 2 of 6
(5,360 Views)
hi,

you are right, it is just an analog output board. But I thought the function generators use the FGEN driver and not the DAQmx driver? Do you know which boards support this DAQmx function?

thanks,
paul.
0 Kudos
Message 3 of 6
(5,335 Views)

That task type was added for as yet unrealesed products. It may be expanded to add support for additional DAQmx AO devices in a future driver release. For your application, take a look at the LabVIEW shipping examples -the Cont Gen Wfm Int Clk example is a great place to get started.

hope this helps,

Andrew S 

0 Kudos
Message 4 of 6
(5,332 Views)

Hi,

 

I have a similar problem. I am using the PXI-6229 card to generate a function (sine) on analog output channel. I am getting the same error message. What could be the issue?

 

Kindly let me know.

 

Thanks,

Priya.

0 Kudos
Message 5 of 6
(5,120 Views)
The issue is exactly what is explained already. You don't have an FGen board and cannot use AO FGen. What part of the answers do you not understand?
0 Kudos
Message 6 of 6
(5,115 Views)