I am trying to open .exe for PLC programming from LabVIEW. I have a .exe included in the project files, it is also included as a source file, so it is installed in the installation directory when installing this tool. Sometimes the problem occurs when opening (and closing), I get Error 2: Memory Full error.

Here is a snippet of what I'm doing right now using SystemExec.vi included in LabView:

And you can see here that I have files included in the dependencies (sorry for the lines, do not want to show specific .vis and specific file names for the client):

Let me know if I am doing something wrong or if there is a better way to run an external .exe from LabView.
Thanks in advance!
source share