Hardware manual

Impact Reference Guide Scrolling Table
4-91 Datalogic Automation Inc.
Scrolling Table
The Scrolling Table control displays other CPM controls in a grid layout. Only one row or column is
updated with new data and, when the table is full, old data rows and columns are scrolled off the table. A
qualifying control can be added by dragging it from the palette and dropping into the desired table cell.
Qualifying controls include Text Display, Numeric Display, Check Box (the Editable property is set to
False), Indicator Light, and Drop List Selector (the Selectable property is set to False).
See “How To Set up the Scrolling Table Control” on page 4-92
Property Name What it is
Auto Resize If True, the table is automatically resized when a control is added to it
Background The color displayed behind the table if the Transparent property is False
Border Type The border type: Bevel Lowered, Bevel Raised, Etched Lowered, Etched
Raised, Line, or None
Height The control’s height
Width The control’s width
X The control’s X coordinate
Y The control’s Y coordinate
Enabled If True, the control is enabled
Grid Line Color The grid line color if Grid Lines Visible is Both, Vertical, or Horizontal
Grid Lines Visible Which of the grid lines are visible, Both, Vertical, or Horizontal
Labels Visible If True, the control labels are visible
Line Border Color The border color if Line is chosen as Border Type
Line Border Width The border width, in pixels, if Line is chosen as Border Type
Paused This property is in effect when CPM is in Run Mode. If True, the table
stops updating values. New values are recorded but not shown in the
table. If False, all values recorded are displayed in the table, within the
Scrolling Limit
Scroll Direction Up: Rows are added to the bottom of the table and removed from the top
when Scrolling Limit is reached.
Down: Rows are added to the top of the table and removed from the bot-
tom when Scrolling Limit is reached
Left: Columns are added to the right of the table and removed from the
left when Scrolling Limit is reached
Right: Columns are added to the left of the table and removed from the
right when Scrolling Limit is reached
Scrolling Limit Once the number of rows or columns displayed reaches this limit, they
are deleted from the table, according to the Scroll Direction
Tooltip Text Text displayed when the cursor is held over the control in Run mode