[?+]: How to know the WinCC version of runtime project?

ProTool, WinCC flexible, WinCC, PP/OP/TP/TD/MP
Post Reply
PLC_ITA
Posts: 263
Joined: Sat May 27, 2006 6:46 am
Location: Europe

[?+]: How to know the WinCC version of runtime project?

Post by PLC_ITA » Wed Jun 29, 2011 9:28 am

Hello friend's, my customer send via mail to me a WinCC runtime project but do not know how version has been used to develop the project

If i open the project with WCC 7.0 , no problem, but if i modify this project with a incorrect version when will load a modified project , does not work.

It's possible to know the version of wcc from project ?

thank you to all

CoMod
Site Admin
Posts: 3976
Joined: Thu Feb 16, 2006 3:25 pm
Location: Russia
Contact:

Re: [?]: How to know the WinCC version of runtime project?

Post by CoMod » Wed Jun 29, 2011 9:34 am

See *.dcf
[Version-Number]
SV.07.00.00.00
For earlier versions WinCC <6.2 do not have this tag

PLC_ITA
Posts: 263
Joined: Sat May 27, 2006 6:46 am
Location: Europe

Re: [?]: How to know the WinCC version of runtime project?

Post by PLC_ITA » Wed Jun 29, 2011 10:56 am

my project probably is v6.0 or v6.2 (service pack ?)
do you know a method to read a version ?

Scowl
Posts: 50
Joined: Sun Nov 27, 2005 7:46 pm
Location: Russia

Re: [?]: How to know the WinCC version of runtime project?

Post by Scowl » Thu Jun 30, 2011 2:39 am

Maybe your customer can see it in the windows menu Start, Folders: SIMATIC->Information->Installed software.

Umencho
Posts: 508
Joined: Mon Jul 16, 2007 12:28 pm
Location: Europe

Re: [?]: How to know the WinCC version of runtime project?

Post by Umencho » Thu Jun 30, 2011 4:27 am

PLC_ITA wrote:my project probably is v6.0 or v6.2 (service pack ?)
do you know a method to read a version ?
Use this VBS-Code in order to display (version, service pack, update) from RT this information in splash window.

Code: Select all

Set WSHShell=CreateObject("WScript.Shell")
strWinCCVersion = WSHShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\SIEMENS\AUTSW\WinCC\VersionString")
You can open a picture of the project (in the folder GraCS of the project folder) with NOTEPAD and look for "Saved with Version:".

Easier way is to hold on the mouse on the .pdl and you get the information from the tooltip..
program files -> siemens> wincc > wincc projects

Under your project folder ----> gracs -------->
open any pdl and search for version...
Image

PLC_ITA
Posts: 263
Joined: Sat May 27, 2006 6:46 am
Location: Europe

Re: [?]: How to know the WinCC version of runtime project?

Post by PLC_ITA » Wed Jul 06, 2011 9:04 am

(pgood)

Thank you

You are a professionist !

(tyou) (tyou)

Post Reply