05-23-2017 03:16 AM
Hi,
I want to import strings of vi with VIs Strings:Import Method as you see,
I have two texts, I want to import them in this method but I get this error,
I have this problem ,
System is in french but the type of error is:
thank youuu,
Solved! Go to Solution.
05-23-2017
05:09 AM
- last edited on
03-25-2025
04:39 PM
by
Content Cleaner
The error message is pretty obvious. You can't execute this method from the VI on which you want to change the text strings. Instead you have to implement a loader which loads the VI into memory, executes the import method on that VI and only after that opens the frontpanel and starts it.
Or you can buy a toolkit (for instance this one) which implements the whole importing of strings by using VI scripting on every control in the front panel.
Or as third option you can write that yourself, but it is a very tedious work to support every possible control type in LabVIEW and translate all possible text parts in each control.
05-23-2017 06:10 AM
You can make me a example in VI please ?
thank you ,