Hi...!!!
I am editing some panels in windows 7 environment. But server is on Linux os.
Can I put the edited panels from Windows 7 project to Linux project??
Version of wincc oa on both PC are same.
Panels on windows 7 & Linux OS
- rglock
- Posts:19
- Joined: Wed Sep 08, 2010 9:54 am
Re: Panels on windows 7 & Linux OS
Hello,
yes, this is possible. Please take care for the case sensitivity (Linux!) of the panel names, when accessing them.
best regards
Rainer
yes, this is possible. Please take care for the case sensitivity (Linux!) of the panel names, when accessing them.
best regards
Rainer
- RudiKreiner
- Posts:198
- Joined: Mon May 16, 2011 2:10 pm
Re: Panels on windows 7 & Linux OS
WinCC handles the different directory separators ( \\ in windows and / in linux) pretty well by automatically converting them, so you don't have to worry about that if your panel scripts are doing file access.
What you have to be careful with though is system() commands in your panels scripts.
If you are using them you may need to adapt the commands to the operating system.
This can be done with the help of the predefined constants _UNIX and _WIN32
What you have to be careful with though is system() commands in your panels scripts.
If you are using them you may need to adapt the commands to the operating system.
This can be done with the help of the predefined constants _UNIX and _WIN32