04-21-2008 07:36 AM
04-21-2008 07:45 AM
Two Options
1.Pass the desired value to the Local Variable of the control before you perform any other operation. Using sequence structures available in the functions palette are an easy approach.
2.Enter(Type) the desired value in Numeric Control on the front panel, Right click and set current values as default.
04-21-2008 09:36 AM
Thank you, i have found a better way now using property knots. This way i can additionally create a change of value event
without any further efford.
Now i even do not need to distinguish between initialization of the values and the change at runtime.
Thats elegant.