LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CvtPanelToScreenCoords creating problems in executable

Here is the snapshot of the block diagram of the main VI that calls the caller of the VI in question. Hope you can catch the culprit this time.

 

 

 

Thanks a lot for your help!

Message Edited by C .DOT on 02-13-2009 08:36 PM
0 Kudos
Message 11 of 13
(507 Views)
Nothing wrong with that...

This works fine in LabVIEW 8.5.1. Of course, I don't know what is inside
SVI-VAPS-LaunchVaps. But if I use your main code, with
SVI-UtilitiesScreenCoordinates.vi as a sub vi directly, it works. Perhaps
you could give that a try. To begin with make the main VI a new VI, and
don't modify it's properties. That is what I did. A new VI that calls (a
remake of) SVI-UtilitiesScreenCoordinates.vi. If that doesn't work, it might
very well be a bug! If it does work, we can look at the specifics of your
situation.

Regards,

Wiebe.



Message 12 of 13
(500 Views)

There was a bug in the static ref when used in an exe. Try replacing the satic reference with one derived from "This VI's path" wired to a "open VI ref".

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 13 of 13
(490 Views)