06-22-2017 12:02 PM
I ran into the following problem recently, I was hoping someone could help. I am attempting to change the ring text of the ring controls that I have in an array of clusters. I am able to read out the text ring, but whenever I try to write to the text ring, I get an error about a strict type def. This occurs even though the control is a Type Def, and not a Strict Type Def. Probably something silly that I am overlooking, Thanks.....
Solved! Go to Solution.
06-22-2017 12:08 PM
@Z4CRUZN wrote:
I ran into the following problem recently, I was hoping someone could help. I am attempting to change the ring text of the ring controls that I have in an array of clusters. I am able to read out the text ring, but whenever I try to write to the text ring, I get an error about a strict type def. This occurs even though the control is a Type Def, and not a Strict Type Def. Probably something silly that I am overlooking, Thanks.....
Elements of an array can differ in value only. All of the properties of elements of an array are shared. The strings of a ring in a cluster in an array must all be the same.
One more point.
Are you sure it is a ring and not a enum?
Ben
06-22-2017 01:55 PM
It is a ring, but you have multiple copies of things there. Can you clarify what you are trying to do? It isn't clear from your code.
06-22-2017 03:08 PM
As it turns out, that code was fine. Labview crashed on me previously, and was acting strangely. As something appears to have been stuck. All works now. Thanks....
Dan