If you are using the Load DAC.vi from LabVIEW to send a voltage out one of the DAC Channel then there are a few things to check to make sure you are outputting the correct voltage. The first thing to make sure is that you are passing the correct number to the DAC Value input. Remember that this input requires a 16-bit number, which means the parameter range is -32,768 to +32,767, corresponding to the full ±10 V output range. Be sure you are not simply inputting a number between -10 and 10.
If this is correct, then the second thing to check in your case is how you have Axis 3, which is where the Analog Output 3 falls, configured. In order for the Analog Output to work correctly, you must configure that axis as a Stepper motor, NOT servo. This can
be changed in Measurement & Automation Explorer (MAX) under Axis Configuration. Simply change the axis to stepper, the remaining fields do not matter, and be sure to apply and initialize those changes before running your application again.
If you have a multimeter or oscilloscope, then you can check the outputs to verify that they are correct.
Regards,
Michael
Applications Engineer
National Instruments