Hello, I previously used the ‘audit’ function of the MappService feature in my X20 PLC programme to create a custom log display function. For the current project, I would like to add another log display function, so I have added a new gAuditTrail and written the code for it in the new programme. The issue is that the same information is currently being displayed in both log windows in the MappView interface. As I understand it, the UI is bound to different MPLinks, with different trigger conditions and different display information, so how is it possible that the same information is being displayed? I would appreciate your response. My configuration details are included in the attachment.
FROM AS HELP:
This section explains how multiple mapp Audit instances behave when events are recorded in the system.
In the following examples, it is assumed that there are 3 different mapp Audit instances in one project.
Recording identical events
If the same events have been configured for all three mapp Audit instances, each instance records the configured events.
Example:
gAuditTrail_1: Value changes and events in the alarm management system
gAuditTrail_2: Value changes and events in the alarm management system
gAuditTrail_3: Value changes and events in the alarm management system
This means that each instance records value changes and events in the alarm management system.
Recording different events
If the mapp Audit instances record different events, only the configured events are displayed in the respective instances.
Example
gAuditTrail_1: Events in the user management system
gAuditTrail_2: Value changes
gAuditTrail_3: User-defined events
Recording identical and different events
If the mapp Audit instances record identical and different events, only the configured events are displayed in the respective instance.
Example:
gAuditTrail_1: Events in the user management system and user-defined events
gAuditTrail_2: Value changes and user-defined events
gAuditTrail_3: Alarm events, PackML events and user-defined events
In this case, user-defined events are displayed in all 3 instances.
long story short, looks like for me like correct and expected behavior








