ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically modify type def

Solved!
Go to solution
I have inherited aprogram that I am trying to modify with the least possible amount of change.  One of the controls is used throughout all of the sub-VIs, and it is a type def.  It is a cluster containing three clusters.  I want to programmatically modify the data entry limits on one of the numeric controls in one of the sub clusters.  I can't seem to get to the point where I can create a property node to do this.
Jim

LV 2020
0 Kudos
Message 1 of 3
(3,236 Views)
Solution
Accepted by lmtis
The datatype you get from the Controls[] property is of a generic control. You have to cast it to a cluster.
Message 2 of 3
(3,228 Views)
Thank you smercurio, you are Kudo-riffic!  After a year away from development I am finally getting back in the saddle.  Your help is much appreciated.
Jim

LV 2020
0 Kudos
Message 3 of 3
(3,209 Views)