10-31-2008 04:14 AM
How do I extract specific strings and numbers from a .ini file and display the data in the front panel?
For example:
The ini file contains these things from the input:
Inductance: 0.5
Device name: ABCDE
Current used: 15
How do I display the values in this ini file in the front panel?
Inductance: display 0.5 from .ini file
Device name: displace ABCDE from the .ini file
and so on...
What should i use?
Please help.
Thank you.
10-31-2008 04:49 AM
Is April 1st today?
You should use Labview !
What version of labview are you using?
There are VIs for INI Handling in the "file" tools.
There are VIs for getting keys and its content. Put the content to a Frontpanelelement and you're done.
Best regards,
Balze