01-26-2006 08:05 PM
01-27-2006 03:56 PM
Hey,
There is no problem at all with generating a waveform with "short" (16 bit integer) data ata all. I'm assuming you're using the C functions. In that case, you can use the function "niFgen_CreateWaveformI16" to create a waveform of 16-bit integers. The second function that you will want to use to maximize your resolution is the "niFgen_ConfigureArbSequence." Notice that this function call has two input parameters that are critical to your application. These parameters, "gain" and "offset," are 64-bit floating point values. For your specific application, you will want to set these values based on your minimum and maximum output voltages. Hope this helps and let me know if you have any more additional questions.
Regards,
David Hall | Applications Engineering | National Instruments
01-27-2006 04:22 PM