Hi,
We are encrypting all our objects,object_parts and control scripts in our library.
then manually we are verifying our panels and scripts are encrypted or not.
Is there any control function is available to check automatic whether all the panels are encrypted or not.
Encrypted Panels and scripts
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Encrypted Panels and scripts
As far as I know there is no WinCC OA function available which checks if a panel/script is encrypted or not.
Maybe you can read the file with file functions and check the first line of the file, e.g. an unencrypted panel file in pnl format starts with "V ".
Best Regards
Leopold Knipp
Senior Support Specialist
Maybe you can read the file with file functions and check the first line of the file, e.g. an unencrypted panel file in pnl format starts with "V ".
Best Regards
Leopold Knipp
Senior Support Specialist
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Encrypted Panels and scripts
if you use 3.16 you can check if the files starting with "WINCCOA_CRYPTED_SCRIPT" for Scripts or "PVSS_CRYPTED_PANEL" for Panels
3.15 and below has only "PVSS_CRYPTED_PANEL" for Panels
3.15 and below has only "PVSS_CRYPTED_PANEL" for Panels