LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Vision Zoom property node

In Vision, I use the ZoomSingle property node to get the zoom information.  This function works well when I run this VI (see attached file) from LabVIEW or a built exe application on my computer.  But I can't get zoom information when I use this VI on a computer with LabVIEW run-time engine only (and Vision installed).
 
I don't understand why...  Anyone knows why?
 
Philippe
0 Kudos
Message 1 of 3
(2,535 Views)
Hello,

Two issues to you verify:

1 - you're not taking care your dataflow. Because you wanna read the property node after you have the image on the indicator.

2 - Connect an error signal to the output and verify if the .exe won't return error.

See the attached picture to a better knowledge of what i'm saying.

I'm not completly sure that the flat sequence it's necessary with the error signal connected. But this way I'm sure that your initial problem will not occur.
Software developer
www.mcm-electronics.com





PORTUGAL
Message 2 of 3
(2,526 Views)
Thanks, your are right for the data flow, but in my application (not example), I don't have dataflow problem.  I will modify my example application in ordre to get error information and look at the result.  Then, I will post here screen shot of the result.
 
Philippe
0 Kudos
Message 3 of 3
(2,516 Views)