Object configuration Topic tab
- Last UpdatedJul 19, 2024
- 2 minute read
Use the Topic tab to specify topics from which the DDESuiteLinkClient object will receive data.
|
Editor Option |
Associated Attribute |
Description |
Runtime Access (Supervisory, User, Read-Only, None) |
|---|---|---|---|
|
Topic |
ScanGroupList |
The names of the topics in the I/O Server from which you want to receive data. Use the Add (plus sign) button to add topics to the list. You will need to type in the topic names. To delete a topic, select the topic in the list and click the Delete (cross sign) button. |
Read-Only |
|
Scan Mode |
ScanMode |
The scanning mode for the scan group, either ActiveOnDemand, Active, or ActiveAll. For the ActiveOnDemand mode, attributes that are not actively being referenced by any client or object are not scanned. For the Active mode, an attribute is always in the active scanning state. When the last reference to the attribute is unregistered (unadvised) , the attribute is deleted. For ActiveAll, an attribute is always in the active scanning state, but when the last reference to the attribute is unregistered (unadvised), the attribute is not deleted. |
Supervisory, User |
|
Attribute |
ScanGroup.ItemList |
A user-defined name for an item reference. This name is also known as the alias. The maximum number of attributes that can be preconfigured is 5000. |
None |
|
Item Reference |
ScanGroup._AliasReference |
The item address in the I/O Server. |
None |
|
import button |
<topic name>.ItemList |
Click to import item data from a .csv file for the selected topic. A dialog box will appear in which you can specify the file to import. The imported .csv data will be inserted as the associated attributes for the selected topic. Each attribute and its item reference will be added to the list, as long as there is not already a configured reference with the same attribute name. For duplicate references, you will be prompted to replace the existing reference with the new reference, or ignore the new reference. The import button is unavailable if no topic is selected or if the associated attributes section is locked from the parent object. |
None |
|
export button |
<topic name>.ItemList |
Click to export item data to a .csv file. A dialog box will appear in which you can specify the name and location of the file to be exported. The resulting .csv file will contain one row for each attribute item. Each row includes two columns: Attribute Name and Item Reference. You can edit the file using Microsoft Excel or a text editor. The export button is unavailable if no topic is selected or if there is no existing associated attribute. |
None |