06-25-2008 10:49 AM
|
Sorry i have posted this question previously in the wrong board
Hi
In my program i using a menu ring control and indicators.i cretaed a subvVI for this and when i tried to execute in my mainVI the indicators are not working
Thanks | ||
06-25-2008 10:57 AM
It would be very helpful if you would post your VI.
Christian
06-25-2008 12:15 PM
06-25-2008 03:29 PM
Thanks All
I have attached my main VI and subVI
1.In subvi you can see when we run the program as per the selection from the ring control the indicator turns on and aswell the selection in the ring list goes grey.
2.In mainvi,indicator doesnt turns on and aswell the the selected option in the ring control is still active(not turned grey).
Thanks
06-25-2008 03:58 PM
06-25-2008 04:09 PM
Thanks altenbach
Actually my i am developing a program for big application,so i am developing step by step.
The case is, under certain condition the LED just turns green and in the next condition(if the next dcondition is selected,here i am using a case structure) the LED which is turned on changes to some other colour(for ex:in 1st case i have choosed D2 and in the next condition if i relate the value of D2 to somewhere else the indicator goes to some other colour).Thats the reason i have used the property node.
There will be a good option,pls guide me.
06-25-2008 04:33 PM - edited 06-25-2008 04:36 PM
Veeru wrote:
Thats the reason i have used the property node.
06-25-2008 05:01 PM
Thanks altenbach
The code is really superb, is it possible to do the selection and indicator functions in mainvi,without opening a subvi page because i thought of using the subvi only when it comes to a particular sequence.(my thinking may be silly,i thought instead of putting all codes in 1 mainvi,i will create all the requirements as subvi and to use it main VI)
Thanks
06-25-2008 05:52 PM
06-25-2008 06:05 PM
Thanks altenbach
sorry to ask you again,i am learning and developing.Thanks for all of your help
if i want to open a new front panel by selecting from the menu ring control button what i need to do.(for ex:selecting D1 needs to turn on indicator on the main panel and aswell needs to open a new front panel wher i will show all other details forex:waveforms and some datas from the hardware etc).