02-10-2009 04:50 PM
Solved! Go to Solution.
02-10-2009 05:09 PM
Sure there is!
Oh yeah - you probably want the details...
Well one thing you can do is start with the VI you have now for talking to the device and replace whatever is feeding string to the IO routines now with a case structure. Next, put all the various strings in the case structure (one string per frame, please) and then wire an enum control to the selector node on the case structure. Finally, create an enumeration for each operation (move up, move down, stop, pump on, etc...). Now which ever string you select will be sent to the IO routines.
Mike...
02-11-2009 03:40 AM