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,701
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,363
I am creating a project with WinCC Unified v16 Upd6 (PC runtime) with an S7-1200. The communication is good between the PC and the PLC as I can...
Replies
4
Views
46
hello s7-400h and wincc are connected to each other via Ethernet. I need help on how to do time synchronization
Replies
0
Views
42
Greetings I have a problem, my system is the following: wincc v8.0 (demo), logo8.3, abb m2m analyzer. I created some pages to display the...
Replies
0
Views
55
Back
Top Bottom