Rules to configure auto-build
- Last UpdatedJul 18, 2024
- 2 minute read
Following properties are configurable in rule file:
|
Sl. No. |
Property Name |
Description |
Default Value |
|
1 |
MaxAttributesPerArea |
If the total number of attributes under Area reaches the max limit, the next object will be assigned to new Area. |
25000 |
|
2 |
MaxObjectsPerArea |
If the total number of objects under Area reaches the max limit, the next object will be assigned to new Area. |
1000 |
|
3 |
ContainedObjectsWithGuidNames |
If the value set to 1 then the name of the contained object will be GUID, which will uniquely identify the object. The original name will be moved to Description attribute of the object. The GUID name is given to the object in order to avoid long object name, as ArchestrA has limit of 128 characters for object names |
0 |
|
4 |
ServerName |
Indicates the default server name listed in the DDE SuiteLink object server name configuration and depends on the PLC Type. |
For example: ABCIP for ABCIP Communication Driver TI500 for TI500 Communication Driver |
|
5 |
ServerNode |
Indicates the default server node where the Communication Driver is running. The value depends on the PLC Type. |
Localhost |
|
6 |
ScanGroupPrefix |
This value will specify the name of the Scan Group. The unique number will be appended at the end of the name, when multiple Scan Groups are created. |
AutoBuildSG_ |
|
7 |
DIObjectPrefix |
This value will specify the name of the DI Object. The unique number will be appended at the end of the name, when multiple DI Objects are created. |
AutoBuildDI_ |
|
8 |
AreaPrefix |
This value will specify the name of the Area Object. The unique number will be appended at the end of the name, when multiple Area objects are created. |
AutoBuildArea_ |