11-04-2008 04:01 AM
11-04-2008 04:03 AM
Hi maumontesi,
you can change the enable state or you change the control to an indicator.
Mike
11-04-2008 04:04 AM
hi,
pls send that vi i will get back u
11-04-2008 04:46 AM
The table is an indicator. Disabling the control don't have any effect. I attach the vi (the table is UID LIST)
Thanks
11-04-2008 05:13 AM
hi,
ur using event case in this vi. u go to edit event and un check that lock front panel until this event completes
11-04-2008 05:15 AM - edited 11-04-2008 05:18 AM
It is dangerous to put event structures inside case structure.
In your case you have the event structure with "UID Litst Mouse down event" in a case wired with "Read Temp" controled.
If you pressed the mouse on your table, it will locked the Front panel until this event case is done. The event will not be executed as "Read Temp" is off. And you cannot click
on "read temp" or "esci" button as your front panel is locked.
You have two solutions
- Change your diagram in order to put the event structure out of the case structure, and add a time out event case.
- If you don't want to re-disign your code, click on your event case, "edit case event", and uncheck the following option :
11-05-2008 01:24 AM
Thank you very much. Now the program works well!!
Maurizio