修改时间 11-12-2009 07:55 AM
请教各位大侠们:我现在正在做一个系统,其中要用到模拟电压输出。我们知道连续模拟电压输出是将缓存中的数据重复的输出到外面去,我现在想随时更改输出的电压值,那怎样能做到随时更改缓存中的数据呢?好比我在前面板放一个下拉框,可以选择输出的电压大小。在NI给的范例中没有找到相关的信息,自己是初学者,实在是不知道怎么样实现,在这里请教,假如有相关的范例也行,给点启发。
已解决! 转到解答。
修改时间 11-12-2009 06:55 PM
Try reduce the output buffer...
It takes N amount of time to output N-size of output data. So, in order to able to change the AO output level almost, if not exact, instantaneously, output smaller buffer of data may help.
Hope above make sense...