09-17-2009 09:06 AM
09-17-2009 09:10 AM
09-17-2009 09:16 AM
hope this helps:
09-17-2009 09:44 AM - edited 09-17-2009 09:47 AM
Sorry, my question was insufficient. This is a continuation of a problem I had yesterday. I am trying to use a reference to an array that is in a type def to set the data entry limits on the controls in that array. I can get a reference to the array from the cluster, but I can't set the data entry limits in a property node for the array. I tried to cast this reference to the more specific type of numeric control, and this will create a property node that has the data entry limits. Unfortunately that typecast results in a type mismatch at runtime.
09-18-2009 06:41 AM
Anybody have an idea how I can do this?
09-18-2009 05:30 PM
06-04-2013 05:09 AM
Really old thread, nevertheless I cant manage it like Darin.K has suggested.
I have a TypeDef (with five slider inputs), when I put this TypeDef from my ProjektExplorer to a VI and do right klick create->property node I cant find the 'data entry limits' nore the 'scale->range'. Somehow it is clear as there must be five of those. So is there another way to set those values?
06-04-2013 05:26 AM
06-04-2013 05:39 AM
Hi GerdW,
that was really fast. Thanks. Can you show me how to do it if my Sliders in the TypeDef are within a Cluster rather than an Array?
06-04-2013 07:04 AM
If the cluster itself is not a type def, you can right click on your slider and create a property node. With the property node you can manipulate the maximum and minimum inputs.