03-17-2019 05:31 AM - edited 03-17-2019 05:37 AM
Hi
I can not see why the panel is not responding in the following JKI stae. I stripped down all stuff from my program.
any clues ?
Thanks
Solved! Go to Solution.
03-17-2019 08:58 PM
It doesn't do very much, but it does seem to do it! It took me a while to clean up the VI so that most of the wires were straight, and I could see all the wires coming into and out of structures (some were hidden by the edges). Unfortunately, I forgot to save it before watching it at work. It seemed to go through the JKI Initialization steps, and when I pushed Exit, it stopped. Not sure what Start is supposed to do, but nothing "blew up". As far as I can see, it is "doing what you programmed it to do" (but, then, even badly-written programs usually do what you tell them to do).
So what's wrong?
Bob Schor
03-18-2019 01:32 AM
Hi
I removed ll the rest of my program just to show what is NOT working.
On my PC, the panel is not responding (since a couple of days). Clicking on any panel (except start and exit) is not responding.
I don't see why.
03-18-2019 02:38 AM
Hi nitad54448,
Thanks for your question !
Well, I think I targeted the issue : your Tab Control "onglets"... is an Indicator (output), and not a Control (input). That's why you can't change it during the execution of your code.
You can solve the problem by right-clicking on the indicator "onglets" (on the bloc-diagram), then you can choose "Change to Control". It'll normally work.
03-18-2019 03:45 AM
hi,
thanks...
I don't know when this changed to "indicator"; it worked fine before.
regards