Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
The following table describes the audit table as it exist in the database:
Column Name | Description |
---|---|
AUDIT_EVENTS_ID | The id of the row. |
ACTION | Brief description of the action. |
ACTION_TARGET | The target of the action. |
ACTION_VALUE | The value acted upon the action target. |
ACTOR | The logged in user when the action occurred or a description of the system that generated the action. |
ACTOR_HOST | The host computer where the action occurred. |
EVENT_TIMESTAMP | The time when the action occurred. |
ORIGINATING_CONTEXT | A numerical description of the origin of the originating system. gateway = 1, designer = 2, client = 4 |
ORIGINATING_SYSTEM | The name of the project or system where this action occurred. |
STATUS_CODE | The OPC quality code where 192 signifies success. 0 signifies bad or failure. |
The Audit Table is simply a database table, so custom events can be logged to the table. This is commonly done through scripting events. In most cases, users will log certain button presses and event values by adding just several lines of code.