WinCC Prof. TIA V13 SP1 Audit

grnick50

Lifetime Supporting Member
Join Date
Nov 2010
Location
Ptolemaida
Posts
332
Hello,

There is no Audit trail option for the TIA portal WinCC professional. It is kind of built in.
For IO fields it is easy to do, but for buttons it requires a C-script using TriggerOperatorEvent.
I did write a script like the following:
double oldvalue=0.0;
double newvalue=0.0;

TriggerOperatorEvent(001,1,"Test_int",0,oldvalue,newvalue,"test");

If I press the button, it works. It adds the alarm in the alarm list. What does not work is that If I press the button again, the alarm is not logged for a second time.

Can anyone suggest a solution?

Regards
 
It is not an alarm it is typical sense. I want to log operator actions on Pushbuttons and this is done using TriggerOperatorEvent. You cannot unset the alarm.
Anyway I got it working. You need to use TriggerOperatorEvent with a tag (internal) that is incremented every time the PB is pressed. Every time the value changes the alarm is logged.
 

Similar Topics

I had an installation with a single user system. All I did to download the project from my laptop (ES) to the operator PC (OS) was to make a...
Replies
1
Views
5,721
Hello all, I am connecting an 1769-L36ERM to a WinCC V13 professional SCADA using Ethernet IP. I checked the ST80 Siemens HMI catalog and WinCC...
Replies
2
Views
4,364
Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
1
Views
74
Hello Experts I am working on a project with WinCC Unified v16 PC system and want to create an option on the screen to export logs to the...
Replies
0
Views
63
Does anyone happen to know how to install the graphic picture in HMI when I go into blower selection there are no graphics shown not only blower...
Replies
1
Views
79
Back
Top Bottom