Hi guys,
I'm using WinCC OA 3.15 in Linux. I want to change the name of the system "dist_1" to "BUILDING_B".
How can I change it? Is there other method to do it without need to create a new project?
I saw that there exist "WCCAtoolSyncTypes" and "WCCAtoolSysNames", but it doesn't work when I write WCCAtoolSync -system 1 BUILDING_B -proj "ProjectName"
Thank you
How to change the system name?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How to change the system name?
You can use the tool WCCOAtoolSyncTypes to change the system name.
The syntax is -proj projectname -system number name
When you start the tool with the parameters -log +stderr you will get more log output in the shell where you have started the command.
Best Regards
Leopold Knipp
Senior Support Specialist
The syntax is -proj projectname -system number name
When you start the tool with the parameters -log +stderr you will get more log output in the shell where you have started the command.
Best Regards
Leopold Knipp
Senior Support Specialist
- jjang@gtd.eu
- Posts:30
- Joined: Fri Aug 23, 2019 12:55 pm
Re: How to change the system name?
Thank you so much!