LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from .ini file and display in front panel

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.

0 Kudos
Message 1 of 2
(3,010 Views)

Smiley Surprised

 

Is April 1st today? Smiley Very Happy

 

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

 

 

Download All
0 Kudos
Message 2 of 2
(2,997 Views)