Hi,
I have the following message that appears when i want to create an instance of a personal driver(not the ones
of Wincc).
I added the .exe in the bin directory of DemoApplication and wanted to load my new driver through the console.
Any idea of what could be the issue?
PS: I am able to add SampleDriver.
Thank you.
Add a new executable to Wincc Project
- ange.ogawin
- Posts:18
- Joined: Thu Mar 14, 2019 10:51 am
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: Add a new executable to Wincc Project
Hi,
I dont think this is related to your .exe.
You need to use the highlighted button to add it at the end of the list, as in a running project, manager position cannot change

Otherwise you can also stop whole project and it should be fine.
BR
Alex
I dont think this is related to your .exe.
You need to use the highlighted button to add it at the end of the list, as in a running project, manager position cannot change

Otherwise you can also stop whole project and it should be fine.
BR
Alex
- ange.ogawin
- Posts:18
- Joined: Thu Mar 14, 2019 10:51 am
Re: Add a new executable to Wincc Project
Thank you for your reply. However, the same message is displayed although the whole project is stopped, and
when i want to add at the end of the list.
when i want to add at the end of the list.
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: Add a new executable to Wincc Project
Hum that's quite strange. Could you try following?
Alex
- Stop project
- Close all WInCC OA windows
- Go to your project folder and open progs file
- Add your manager to progs file using a text editor and save it
- Open console, see if your manager is here
- If yes try to start
Alex
- ange.ogawin
- Posts:18
- Joined: Thu Mar 14, 2019 10:51 am
Re: Add a new executable to Wincc Project
Thank you much.It's working. When i tried to edit the prog file, it wasn't working.So i tried to change the name of the .exe file because
it was a bit long, in order to match the same format of other lines in the progs file. And it worked.
I am able to add the driver through the console now.
it was a bit long, in order to match the same format of other lines in the progs file. And it worked.
I am able to add the driver through the console now.
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Add a new executable to WinCC OA project
The pmon should be able to handle executables up to 19 characters long (including the 'WCCOA' prefix).ange.ogawin wrote: ↑ Tue Apr 16, 2019 12:03 pm So i tried to change the name of the .exe file because it was a bit long