You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Dynamic creation of Symbols and Components, using various Panels types as containers.

The children elements, and its properties, can be defined in the Designer mode, for preview, and queries dynamics from real-time tags, database queries and other sources. 

On this page:



Requirements

This component is Portable. It runs both on Windows and on Web Pages hosted in any platform.


Configuration

  1. Go to Displays / Draw.

  2. On the Components Panel, select Viewer, then FlowPanel.

  3. Click or drag-and-drop it on the Drawing area to use it.

  4. Double-click the component to open the configuration window.

ListBox Settings

Field

Description

LinkedValue

Specifies the variable or tag to which the ListBox is bound. Ensures that the selected value in the ListBox is linked to the specified data source, enabling dynamic updates and data binding.

Panel Type

Sets the Panel mode for the component. Options are:

WrapPanel: arrange the items using the standard WrapPanel container.

Canvas: arrange the items using the standard Canvas container.

Items Source

Determines the source of the items displayed in the ListBox. Can be bound to a list or collection, and users can specify the type of data, such as text or objects. Options are:

Text: Allows the to display a list of simple text items. Useful for representing straightforward string values such as machine states or operational modes.

Array: Allows the to display items from an array. Suitable for predefined sets of options, such as lists of sensor IDs or operational steps, enabling efficient management of uniform data.

Object: Allows the to display items from a collection of objects. Ideal for complex data representation where each item has multiple attributes, such as equipment lists with properties like name, ID, and status.

The object can be Databases Queries, or any realtime Tag, AssetPath, or property from the system namespaces

MaxItems

Specifies the maximum number of items that the ListBox can display or hold. Limits the number of items to prevent overload and improve performance.

Reload

Specifies a command or function that reloads the items in the ListBox. Ensures that the ListBox displays the most current data, useful for dynamic or real-time data sources.


Runtime Execution

When the panel is loaded, and every time the Reload trigger is set, the panel will be populated querying the information from the data sources. 


In this section:

The root page @parent could not be found in space v10.

  • No labels