03-22-2018 10:58 PM
Hi everyone, I'm using a global variable to pass the VISA resource name from a initialisation vi to an execution vi of an application, the problem is that the resource name hardly ever appears on the execution vi even when the condition to go from the initialisation vi to the execution one is that in the first one there is a resource name. Any idea about this?
I'd appreciate every comment.
Best regards.
Solved! Go to Solution.
03-23-2018 01:13 AM
03-23-2018 05:34 AM
The simple solution would be to not use the global variable and pass the resource reference out of the initialization VI and into the "execution" VI. Then data flow will take care of the order.
03-23-2018 09:05 PM
First of all, thanks for your comments.
I´ve realized that if I run the execution VI in Highlight Execution the VISA resource name is catched correctly. I'm going to try the option of crossrulz, anyway I'll leave the subVI's below just in case and if there is any reccomendation.
Thanks for all.
01-13-2025 09:09 PM
Are you able to share image ?