05-19-2006 08:49 PM
05-19-2006 10:04 PM
05-21-2006 02:35 AM
05-21-2006 11:27 AM
Just an idea...
You should verify that the cluster references order is always reversed (?). Further refinements should include string validation... but that's another story ! 🙂
05-21-2006 12:45 PM
If you have LabVIEW 8.0, you can make and Xcontrol that can validate entries and e.g. light an LED, color the control background differently, or whatever if an input is out of range. There is no limit on what you can do. 😄
05-21-2006 08:33 PM
05-21-2006 08:38 PM - edited 05-21-2006 08:38 PM
Message Edited by Raghunathan on 05-21-2006 08:40 PM
05-22-2006 12:48 AM
05-22-2006 01:05 AM
Hi Raghunathan,
I usually do as Altenbach has done, but I liked the immediate-message effect you described - here's one way to do it...
Cheers!
05-22-2006 05:25 AM
Raghunathan a écrit:
Hello CC,
As my first VI sample that I posted, even this stops the VI when it encounters an error. I wanted it running and waiting for the user to attend to it.
And more than once I got an error with the "more specific class " function when running your VI - no time to analyse though.
Raghunathan
Message Edited by Raghunathan on 05-21-2006 08:40 PM
Well, the example provided was just an example. Here is a possible solution, more elaborated from the basic idea.
The advantage is that it works with cluster of any size since you don't need to declare each cluster element...
No "more specific class error" on my machines...