Hardware manual
Scrolling Table Impact Reference Guide
Datalogic Automation Inc. 4-92
How To Set up the Scrolling Table Control
To set up a Scrolling Table control, you must first add it to the Control Panel, then link the desired values
into the table cells.
To add the table to a panel
1. Open the Control palette.
2. Click and drag the Scrolling Table icon to the control panel and drop it on the canvas. A default table
display is added. You can click and drag the borders to resize it, however, if Auto Resize is set to True,
the table will resize automatically when a control is added to it.
3. Set the desired display options for the table itself, such as the Background Color, Grid Line Color, and
Border Type. These settings affect only the table, not the display for each value within the table.
Transparent If True, the Control Panel’s color shows behind the table
If False, the Background Color is displayed
Visible If True, the control is visible
Scroll On Data
Change
If True, whenever the Scroll method is called, the table will update if one
or more of the cell values has changed. This prevents the table from
scrolling if no values have changed.
If False, each time the Scroll method is called the table will always update
whether any cell values have changed. In this situation, there is a chance
of cell values being the same for consecutive updates.
Method Name What it does
Enable Enables the table and all the controls within it
Scroll A row or column of values is appended to the table
Pause The table stops updating. New values are recorded but not displayed
Hide Makes the control invisible
Show Makes the control visible
Disable Disables the control; it cannot be used
Clear Clears all the values in all the controls in the table. If CPM is in Design
mode, the one active row or column of controls is visible. If CPM is in Run
mode, the table is empty until the next "Scroll" method is called.
Resume Any values that were saved during the pause are displayed in the table
and the table values continue to update
Event Name When it happens
Scrolled When a row or column is appended to the table
Property Name What it is