06-20-2013 08:20 AM
Hi all. I am really confused on analog generation with daqmx on my NI 9188 chassis with NI 9263 module. I looked all examples shipped with labview 2009 but I could not understand anything. I want to control a motor and an universal controller (relay) by sending constant analog voltage. I want to do it with hardware timed instead of software timed. I tried to work just one channel of the module NI 9263 and encountered errors of buffer size. How to posible generate analog voltage from one channel without error? In examples, almost all of them, waveform is used. What is the logic of it? Do I have to use waveform? I just want to generate constant analog voltage for each channel and control them during run of the program. but waveforms vary between - and + ranges of numbers. I do not need - side. What could I do?
06-20-2013 10:10 AM
06-24-2013 01:39 AM
I am preparing a vi that is capable of acquiring, analyzing, and controlling of a test system. I need to control a compressor in accordance with acquired temperature values. For accurate synchronization, I want to use hardware time of the chassis 9188. For utilize hardware timing, analog generation needs to use waveforms. And waveforms are not constant functions. They fluctuates between negative and positive values by generating sinus, square, saw, etc. signals. However, I need to utilize constant signal by use of constant functions (for ex. f(x)=10). This is why I want to utilize hardware time on my system. But I realized that it is too complicated, so I decided to go through with software timing. I wish I would not encounter a problem in synchronization of proceess tasks. Thank you for your advice.
06-24-2013 07:01 AM