12-03-2008 09:12 AM
Hi,
I have a numeric control , I set the minimum to 1 and maximum to 50, with increment of 1. However, I do not want the number 7 to be available in the numeric control. Is there a way to handle this using property node? or any other simpler way, I want to avoid many codes as possible.
i.e. the control values are 1 2 3 4 5 6 8 9 10 11.......50. If the user tried to type in 7, it will either change to 6 or 8, and if he uses the increment button from 6 it will jump to 8.
Thanks
12-03-2008 09:58 AM
12-03-2008 11:00 AM
Hello...
See attached VI. It should solve your issue.
Dan07
12-03-2008 04:48 PM
Hi;
I think this example can help you get what you're looking for.
Good luck
Francisco Arellano
12-04-2008 06:25 AM
This is as simple as I can get it.