Min value: 0
Max value: 31
Default value: 31
Type: Decimal number from 0-31
This value specifies the display columns to show on the scrolling display. Normally all the columns are shown. By adjusting the number, you can enable or disable the display column.
Each column is represented by a binary bit value being set to 0 or 1.
Bit number
Decimal value
Column name
0
1
Date
1
2
Time
2
4
Priority
3
8
Hostname
4
16
Message text
To show all columns set the value to 31.
To show the Message text (16) and the Hostname (8) columns, set the value to 24 (16 + 8 = 24).
To show the Message text (16) and Time (2) columns, set the value to 18 (16 + 2 = 18).
To show just the Message text column, set the value to 16.