I want to start an application in Windows 10 environment from Windows RTE. How to do ?
Look for sysprocess lib.
SysProcessExecuteCommand(pszComand:='start C:\Program Files\SharedMemory\SharedMemory.exe',pResult := ADR(Result));
the above statement hangs the PLC until I do cold reset
Log in to post a comment.
I want to start an application in Windows 10 environment from Windows RTE. How to do ?
Look for sysprocess lib.
SysProcessExecuteCommand(pszComand:='start C:\Program Files\SharedMemory\SharedMemory.exe',pResult := ADR(Result));
the above statement hangs the PLC until I do cold reset
SysProcessExecuteCommand(pszComand:='start C:\Program Files\SharedMemory\SharedMemory.exe',pResult := ADR(Result));
the above statement hangs the PLC until I do cold reset