LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String Control - What happened to the "Value" Property?

Hi Folks,

 

I updated LabVIEW to 2026 Q1 recently and cannot find the "value" property of strings anymore. According to all google sources this property should still exist. Is something wrong with my installation?

 

thanks in advace!

Felix

 

FlagFlix_0-1780652396880.png

 

This is the property menu in my old version (2015).

FlagFlix_1-1780652494037.png

 

0 Kudos
Message 1 of 12
(867 Views)

Something is fishy about that string control.

 

You have a property Value (Undoable) in there which I have never seen. And I'm looking in LabVIEW 2026 Q1 right now!!!!

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 12
(848 Views)

Exactly my thoughts. But what can I do now? Reinstall LabVIEW?

 

This was a blank vi with a simple string control.

0 Kudos
Message 3 of 12
(840 Views)

@FlagFlix wrote:

Exactly my thoughts. But what can I do now? Reinstall LabVIEW?

 

This was a blank vi with a simple string control.


Value (Undoable) referred to Variant, interesting, can't reproduce on my 2026 Q1 as well.

Try to close LabVIEW and delete or rename LabVIEW.ini file (near executable), then start LabVIEW and try again, may be something wrong in the settings.

0 Kudos
Message 4 of 12
(832 Views)

Thanks for the suggestion, but renaming the ini file did not help.

 

I'll ask my colleague if he has the same problems when he's back from vacation.

0 Kudos
Message 5 of 12
(810 Views)

Corrupt VI? 

Delete and drop a new string control and/or copy all code to a new VI?

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 12
(801 Views)

@Yamaeda wrote:

Corrupt VI? 


I don't think so, it looks the same in different projects and even in a completely new blank vi.

0 Kudos
Message 7 of 12
(796 Views)

If it is just an display error, you could try to create a property-node and use quick-drop.

 

Select the Property-Node open QuickDrop (Ctrl+Space) and type String and press Ctrl+B. That changes the property node to String

 

The again Ctrl+Space, type "Value" and press Ctrl+Shift+B. This will select the value-property.

 

In case this throws an error on "value > Ctrl Shift B", there is IMHO something broken.

0 Kudos
Message 8 of 12
(749 Views)

@FlagFlix wrote:

Exactly my thoughts. But what can I do now? Reinstall LabVIEW?

 


There is a "Repair" option you can try before doing a reinstall. NI package manager has this option.  Start with just your LabVIEW installs and see what "Repair" does for them, and if that doesn't fix it you can try it on other things like toolkits and drivers.

 

Kyle97330_1-1780685094284.png

 

0 Kudos
Message 9 of 12
(730 Views)

@Kyle97330 wrote:

@FlagFlix wrote:

Exactly my thoughts. But what can I do now? Reinstall LabVIEW?

 


There is a "Repair" option you can try before doing a reinstall. NI package manager has this option.  Start with just your LabVIEW installs and see what "Repair" does for them, and if that doesn't fix it you can try it on other things like toolkits and drivers.

 

 


Maybe this helps, but still not sure how it got corrupted like that — if ‘Grouped’ Property Node is there, scripting is definitely enabled, but a bunch of other stuff is missing. Here’s how it normally looks with scripting on:

Screenshot 2026-06-05 20.55.05.png

0 Kudos
Message 10 of 12
(723 Views)