Skip below to read the english version of the question, first i will ask in Italian because is my mother lenguage.
Ciao a tutti, non sono molto esperto di labview e da qualche mese mi sono messo a imparare ad utilizzare questo software sviluppando parti di programmi dove lavoro. Fatta questa premessa la mia domanda è la seguente: Come faccio a mettere in pausa (Idle) la mia VI principale da una subVI? Ho bisogno di questa operazione per poter aggiungere oggetti tramite VI scripting alla VI principale ( Se non è in IDLE non posso modificarla). Una volta finite le modifiche ho bisogno anche di rimettere la VI principale in run. Finora ho provato varie strategie (anche suggerite dalla deficenza artificiale) come il nodo SetBusy, ho provato anche con proprietà e invoke node ma niente non ne vengo fuori e ottengo in varie situazioni questi codice di errore: 1000;1026 e 1055.
Avete una soluzione semplice, diretta e funzionale per risolvere questo problema??? Grazie in anticipo a chi troverà il tempo per rispondere, in caso di bisogno domandate pure e provvederò ad aggiungere ulteriori informazioni appena possibile. PS: sto usando labview 2021
-------------------------------------------------------------------------------------------------------------------------------------------------ENGLISH-------------------------------------------------------------------------------------------------------------------------------
Hello, i'm new with labview and i'm still learning so i need your help (AI didn't help out much). i need to do the following things in my program:
1) at one point (Init phase) automatically set the idle state of my MAIN VI (When needed and only one time)
2) from SubVI i need to create via scripting some objects in the MAIN VI ( But it have to be on idle state or will give me back error)
3) When exiting from the SubVI i neeed to put on RUN the main VI and keep working with my main VI
4) The solution have to be reliable and easy to use!
I already tried many ways without success, it's seems that i can't properly set those function like: set busy, invoke and property nodes, notifier and other ways that always gives one of those error: 1000; 1026 and 1055.
PS: i'm using labview 2021