02-11-2013 08:59 AM
I'm working on a pump controls application in labview. The software uses inputs from various serial ports to make an input.
The problem I'm having is on start the application loads a calibration document (that translates the user's requested flow speeds into a frequncey to be fed to the pumps Variable frequency drive). Now the program works flawlessly fairly (despite flaws in my code), the problem I'm having is after ~3 months of operation I rewrote the calibration document to the same format (the program has no problem loading the document, nor reading its information).
Yet several front panel objects (switches) no longer function. Now I've been working in labview since 2009, so the problem confuses me greatly because I'm not using custom front panel objects and the majority of functionality remains intact.
Attached is the VI, and its dependency
02-11-2013 09:18 AM
I think I may have found the problem.
The re-wrote calibration document doesn't have a zero state (stop). And the loop that scans the calibration document (in memory) doesn't have a clause for a zero (stop) request so I added one. Will make this as a solution if this is correct.