06-10-2011 05:36 AM
i am trying to do Parameter based ditgital control (ex. if data exceed or equals 5 valve has to be closed for 2 sec and then opened) . what i have done i attached in bmp file. its giving eroor 20079 Daqmx read error. please guide me
Solved! Go to Solution.
06-10-2011 08:36 AM
The way you described the way VI looks are different, first of all, do initialization outside the loop. You are getting error may be because of initialising every time when the device is already initialised. 2 seconds logic also not proper.
06-12-2011 10:16 PM
why 2 sec logic is also not proper.can you clarify through some example