05-19-2009 02:25 AM
Solved! Go to Solution.
05-19-2009 04:51 PM
Hi Aditya,
DAQmx Connect Terminals is intended for low-level routing of digital signals, and is not supported for configuring the external analog offset on the NI 628x AO channels.
To configure the external analog offset, add a DAQmx Channel property node to your application in order to set the following properties on the task:
AO.DAC.Offset.src=External
AO.DAC.Offset.Extsrc="/Dev1/ao2" or "/Dev1/APFI0"
AO.DAC.Offset.Val = the offset in volts
Brad
05-20-2009 12:52 AM
Thanks Brad!
Works like a peach...
Had tried DAQmx Channel property node but was only setting the src and Extsrc for A0.DAC.Offset. Didn't realise that Val was also needed....
Of course mine is a PXI based card so had to give /PXI1Slot2/AO2
Kudos,
Aditya.