Peripheral Devices
590 9836 3521 01
8.14.15 EventData object
The EventData object represents a PowerMACS event.
8.14.15.1 Properties
The following table lists all properties on the EventData object:
A device unique sequence number. This number is incremented by one
for each event reported over this device.
A global sequence number. This number is incremented by one for each
event generated by the system.
Date and time for event (number of seconds since 1970-01-01 00:00:00)
Event code, see List of events for possible values.
Event type, see View Event Log.
Station on which the event occurred, 0 if not relevant
Bolt for which the event occurred, 0 if not relevant
TRUE if event is observed
Tightening program connected to the event, 0 if not relevant
Event string in the language configured using ToolsTalk PowerMACS.
The Severity of the event.
Array of parameters, ix = 1..5.
Array of parameter types, ix=1..5. Indicates how parameter should be
interpreted.
d: decimal integer
x, X: hexadecimal integer
f': float
c: ASCII character
s: string with up to 4 characters
The syntax for accessing the properties of the EventData object is as follows:
object.PropertyName
where object is an expression that evaluates to an object of type EventData.