LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

not able to type into string control

I have a couple string controls on my front panel. I can not type text into the controls when the application is running.
I have looked at all of the front panel settings as well as the string control settings.
I've never had this happen before.
Does any one have any suggestions?
0 Kudos
Message 1 of 9
(3,456 Views)

Yes!

Check to make sure the control is not disabled!

pop-up>>>Advanced>>>Enabled States >>>Enabled

I believe it was Dennis that helped me out that day.

Ben


Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 9
(3,456 Views)
It is enabled. Thanks for the suggestion though.
0 Kudos
Message 3 of 9
(3,456 Views)
Right click on the control and make sure the third line is "Change to
Indicator." Is the control included in the connector of the vi? If it is,
at run time you would not be able to change the value.

"sdzg'lkmarekngroe" wrote in message
news:50650000000800000094C60000-1079301409000@exchange.ni.com...
> I have a couple string controls on my front panel. I can not type text
> into the controls when the application is running.
> I have looked at all of the front panel settings as well as the string
> control settings.
> I've never had this happen before.
> Does any one have any suggestions?
0 Kudos
Message 4 of 9
(3,456 Views)
Post a sample VI with the controls that you cut and paste from your app.

The other though that comes to mind is that they may be locked.

Just guessing,

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 9
(3,456 Views)
Make sure that there is no front panel decoration in front of you string controls.
0 Kudos
Message 6 of 9
(3,456 Views)
Dear sdzg'lkmarekngroe,

The previous responses to your question all sound good.

In the event that your control is enabled, included in the connector pane, and �change to indicator� appears in the menu when you right click on the control, try removing the control and recreating it. Sometimes controls or indicators can be corrupted.

Let me know if there is anything else that I can do to help.

Scott Romine
National Instruments
Scott Romine
Course Development Engineer
National Instruments
Message 7 of 9
(3,456 Views)
Thank you. I will try it.
0 Kudos
Message 8 of 9
(3,456 Views)
Hello All,

I agree with Scott ROMINE. I just want to add one other potential solution:
In the event that you use a "Node Property" with your string control (Right click on the control>>create>>Node Property), be sure that the variable "disabled" equalize to zero.

Sanaa TAZI
Application Engineer
National Instruments
0 Kudos
Message 9 of 9
(3,456 Views)