02-27-2018 05:22 PM
I am not sure when this started but when I right click on an object and select "create indicator" it creates an indicator but labels it a "control".
Sure I am going to rename it anyway but for quick code checks it's nice to have it say what it really is.
02-27-2018 06:29 PM
Are you seeing this for every item or just for the iteration terminal? I remember there being a bug report specifically for the iteration terminal.
02-28-2018 09:09 AM - edited 02-28-2018 09:34 AM
This happens with numeric constants.
02-28-2018 09:10 AM
I wouldn't expect that change to indicator changes the name of the control after you place it. Was that different in another version?
02-28-2018 09:15 AM
LabVIEW 2017.
I placed a numeric constant and selected change to indicator, not a control.
02-28-2018 09:16 AM
In earlier versions, a numeric constant would have no label, but change to control or indicator and it would be labelled "Numeric".
0xDEAD
02-28-2018 09:17 AM
Maybe it's if the object in question is not labeled, changing it to or say popping up on the terminal of a sub-vi and selecting "create indicator" creates an indicator but labels it a control.
I will do some further testing
02-28-2018 09:31 AM
@RTSLVU wrote:
Maybe it's if the object in question is not labeled, changing it to or say popping up on the terminal of a sub-vi and selecting "create indicator" creates an indicator but labels it a control.
I will do some further testing
Okay it seems that it only happens on the iteration terminal and when changing an unlabeled Numeric Constant to an indicator.
I think I found a bug...
02-28-2018 09:44 AM - edited 02-28-2018 09:46 AM
@RTSLVU wrote:
This happens with numeric constants.
- Place a numeric constant on the block diagram,
- right click and select "Change To Indicator"
- It changes it to an indicator, but labeled as a control.
I just checked in LabVIEW 2016, 2015, 2014, and 2013 does the same thing.
Am I wrong in thinking that when you select a numeric constant and "Change to Indicator" the default label for that numeric indicator would be "Numeric Indicator" not "Numeric Control"?
But it seems like it has been this way for a very long time.
02-28-2018 09:54 AM - edited 02-28-2018 09:54 AM
Out of interest, what is your default style for new controls?