[?]: TP 270 - Tag Change Method

ProTool, WinCC flexible, WinCC, PP/OP/TP/TD/MP
Post Reply
peterg70
Posts: 121
Joined: Tue Apr 12, 2011 1:44 pm

[?]: TP 270 - Tag Change Method

Post by peterg70 » Fri Jun 07, 2013 2:46 pm

Does anyone have an example for creating a logfile to detect the change in tags on the screen.
Something like

Code: Select all

11:20 AM 01/05/2013 - Tag MOTOR_SPEED_SP changed from 200 to 100
Also need change in state of buttons etc.
Something Like

Code: Select all

11:20 AM 01/05/2013 - Tag MOTOR_AUTO changed from 0 to 1
The TP270 is a windows CE panel so would need to store the logfile in the MMC etc.
Also how to display this logfile back on the screen.

I only need the last 200 changes or entries put into the logfile

dehell
Posts: 104
Joined: Sat Jun 13, 2009 12:25 pm
Location: Europe

Re: [?]: TP 270 - Tag Change Method

Post by dehell » Fri Jun 07, 2013 8:50 pm

Hi,
If your panel support script try to follow this link
http://support.automation.siemens.com/W ... ion=csview

Best regards

peterg70
Posts: 121
Joined: Tue Apr 12, 2011 1:44 pm

Re: [?]: TP 270 - Tag Change Method

Post by peterg70 » Sat Jun 08, 2013 12:28 am

Link only takes to me how to configure screens.

Couldn't find an example for my option.


peterg70
Posts: 121
Joined: Tue Apr 12, 2011 1:44 pm

Re: [?]: TP 270 - Tag Change Method

Post by peterg70 » Wed Jun 12, 2013 3:15 pm

I am sure I have seen a script which is executed on the change value function that adds a message to the alarm log with a different class.

I.e. Alarm log with new class called LOGENTRIES
then call function with tag name etc on Change Value option.

Not sure if it could post the OLD and NEW value to the Alarm log.

Then changing the alarm class on the alarm window it will show the logentries.

I am sure I saw it on siemens website but I can't find it again.

Anyone have any links for the above options.

Post Reply