Analog Output using SCC-FT01 (Visual C)
SCC_FT01.c
Description:
Uses an analog output channel of the DAQ card to produce the
desired voltage. That voltage is then available on the SCC-FT01
feedthrough module.
Example Category:
AO
Example Task Types:
1PT, NCH, IMMED
List of key parameters:
iDevice, iChan, iVoltage
[Since variables are hardcoded, there is no guarantee that this
program will work for your setup. This example is simply
presented as a code snippet of how you can use NI-DAQ functions
to perform a task.]
List of NI-DAQ Functions used in this example:
AO_VWrite, NIDAQErrorHandler
[NOTE: For further details on each NI-DAQ function, please refer
to the NI-DAQ On-Line Help (NIDAQPC.HLP).]
Pin Connection Information:
The desired analog output voltage will appear between
the CH+ and CH- terminals marked on the case of the SCC-FT01.
When used for analog output, the CH- terminal is connected to
AOGND (analog output ground).
[For further I/O connection details, please refer to your hardware
User Manual.]
*********************************************************************/
Reader Comments | Submit a comment »
Legal
This example program (this "program") was developed by a National Instruments ("NI") Applications Engineer. Although technical support of this program may be made available by National Instruments, this program may not be completely tested and verified, and NI does not guarantee its quality in any way or that NI will continue to support this program with each new revision of related products and drivers. THIS EXAMPLE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND SUBJECT TO CERTAIN RESTRICTIONS AS MORE SPECIFICALLY SET FORTH IN NI.COM'S TERMS OF USE (http://ni.com/legal/termsofuse/unitedstates/us/).
