03-20-2015 12:40 AM
Hi all,
I am trying to pass my image data to subvi .. using (Global variable ).
in that case i am getting
Error 42 occurred at Property Node %28arg 1%29
Generic error ?
03-20-2015 06:51 AM
Need to see code in order to help diagnose this problem.
03-21-2015 08:03 AM
Hi ..
Actually i am trying to make Two monitor application . (TWO FRON PANELS).
Main Vi makes Imgae process and showing result image in Subvi ..
Using global variable (Image data) method ..
1.In my Main project Code i am using Many property Node (Value) method to share my variable to other loop.
So in that project if i use global variable it shows Error.
2. Once i remove all the Property Node (Values ) .. Global variable Sharing work fine.
03-21-2015 08:55 AM
@SaranVenkateshS wrote:
Hi ..
Actually i am trying to make Two monitor application . (TWO FRON PANELS).
Main Vi makes Imgae process and showing result image in Subvi ..
Using global variable (Image data) method ..
1.In my Main project Code i am using Many property Node (Value) method to share my variable to other loop.
So in that project if i use global variable it shows Error.
2. Once i remove all the Property Node (Values ) .. Global variable Sharing work fine.
REPEAT AFTER ME: Show me the VI.