LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write Data from INI file to Ring control

Solved!
Go to solution

Hai,

 

My requirement here is to update the Ring value by the data from INI file. In that RING i have items added already.In that i need to select the particular item that is mentioned in INI file. For Eg: if i have the values like 1200,2400,4800,9600,19200 in the RING and the Value read from INI is 9600, in the RING menu 9600 should be selected.

0 Kudos
Message 11 of 15
(929 Views)

Now you have changed your requirement. Initially you told to write to ring as mentioned in your subject. Now you are telling something else.

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 12 of 15
(926 Views)
Solution
Accepted by topic author Sakthimurugan_Elek

In that case read ini file and read the string. Later in the ring read row by row and compare with string.If matched then stop otherwise read next.

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 13 of 15
(925 Views)

I was using a case structure to decide which value to the menu ring. If 4800 was read from ini, then 4800 constant would asigned to menu ring. Actually I used system ring instead of menu ring.

0 Kudos
Message 14 of 15
(878 Views)

@cctt126 wrote:

I was using a case structure to decide which value to the menu ring. If 4800 was read from ini, then 4800 constant would asigned to menu ring. Actually I used system ring instead of menu ring.


Looks like you do have some problem, This is solved now. Post different question along with what you want and what you have tried?

 

Thanks 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 15 of 15
(876 Views)