Chapter 6
Monitoring and Troubleshooting
66
Bedrock Secure OSA Remote User Manual - BRDOC020_001
10/11/18
The format of the log messages is shown in Table 6-7. Log messages can be read
from the database using the Ignition HMI software or any database client
software that is capable of reading a SQL database. See Appendix E, “Log
Messages” for a list of log messages generated by OSA Remotes.
Table 6-7 Log Entry Format
Database Field Name
Descriptive Name
Description / Possible Values
name
OSA Remote Name
String that uniquely identifies the OSA Remote that is the source of the
log message
sltnum
Slot Number
always zero
bootcount
Boot Count
Number of times that the OSA Remote has been power cycled
msgnum
Message Number
64-bit field. The lower 32 bits (0-31) contain the sequential message
number. The upper 32 bits (32-63) contain the boot count for the OSA
Remote.
tm
Time Stamp
Time that the OSA Remote received the message. Shown in the
following format:
YYYY-MM-DD HH:MM:SS:fff
msgtype
Message Type
String indicating the type of log message:
STARTUP
SHUTDOWN
CONFIG UPDATE
RUNTIME
WARNING
ERROR
sio
Module Type
String that identifies the message source: controller, IO, or power.
chnum
Channel Number
Communication channel used by the module (1-5)
devtag
Device Tag
Manufacturer-supplied string containing module information
errcode
Error Code
Positive integer that identifies the error
msg
Message
Error message string
added
Database Time Stamp
Time that the entry was added to the database. Shown in the following
format:
YYYY-MM-DD HH:MM:SS:fff
severity
Severity
Positive integer that identifies the error. The higher the number, the
greater the severity. Severity codes are as follows:
6 = CRITICAL- OSA Remote not booting, control program
stopped
5 = MAJOR - degraded service but system continues to operate
4 = MINOR - recoverable error has occurred
3 = WARNING - no errors, possible incorrect usage
2 = INFO - general information
1 = RESERVED
0 = UNKNOWN - contact technical support
originator
Originator
Identifies the source (software component) that generated the log
message