01-09-2017 05:10 AM
Hello.
I would like to know if there is any possibility to get block diagram from .EXE created with application builder.
Thanks a lot!
01-09-2017 05:45 AM - edited 01-09-2017 05:45 AM
Hi A.,
using default settings the block diagram will be removed when the exe is built, so the answer is NO.
(When enabling debugging etc. the block diagram will be kept in the executable. You might be able to open the exe and get access to the included VIs.)
01-09-2017 05:50 AM
Hi. Thanks for replying.
So if I want that anybody can not acces to block diagram in executable I have to disable debugging when I create the executable and that is all??
Disable "enable debugging" on image above right?
Thanks again.
01-09-2017 05:52 AM
01-10-2017 04:27 AM
And that can be do in application builder when I am building the executable right?
Thanks a lot again
01-10-2017 04:39 AM
Hi A.,
what is "that"?
To remove the BD from a VI you can save a copy of the VI using the AppBuilder to generate a source distribution: here you can select to remove the BD while saving…
(Keep in mind: once the BD is removed it IS REMOVED and the VI ins't editable anymore. Always keep the original VI in a safe place!)
01-10-2017 04:48 AM
Thanks a lot!
VI's that I create with "source distribution" has the same behaviour that the original VI'?
01-10-2017 05:39 AM
01-16-2017 04:41 AM - edited 01-16-2017 04:46 AM
Hello again @GerdW .
I realized that when I create an executable (with "ennable debugging" option uncheck) Labview create a .ini file.
In this ini file there is an option of debug (in false by default):
DebugServerEnabled=False
DebugServerWaitOnLaunch=False
If user change this value to true, can they debug my application in run time execution and because of that get my block diagram?
Thanks a lot.
01-16-2017 05:48 AM