10-23-2008 09:49 AM
This is probably basic for most of you. I want to have a control increment by 10 from 0-100 and than once it passes 100 it needs to increment by 100 until it reaches 1000. What functions would I need to use in order to change the control being used on the front panel once the value of the first control passes 100?
10-23-2008 10:51 AM
10-23-2008 11:40 AM
10-23-2008 11:58 AM - edited 10-23-2008 11:59 AM
I get unwanted behavior at the transition point unless I add extra logic. even if I change your comparison node to a greater than or equal to, I still have to increment the control twice to get past the transition point, and then the indicator holds an illegal value. This way is suspiciously complex, but I find that it works smoothly:
take note that I have set the data entry properties on the control to coerce values outside of the min and max limits and to coerce values to match the min, max and increment settings (right click on the numeric indicator to find these settings).
11-04-2008 02:26 PM
Thanks guys it worked great.