ConnectCmd custom property
- Last UpdatedAug 06, 2024
- 1 minute read
A Boolean value set to True triggers a logon attempt to a historical alarm database using the current user 's database credentials specified by the AuthenticationMode Wizard option. The ConnectCmd custom property is automatically reset to False by the symbol after the database logon attempt.
ConnectCmd is an Input/Output type of custom property. Typically, the reference value of the ConnectCmd custom property is assigned to a symbol like a button or switch for the user to initiate a database disconnect while an application is running.
Assign values to the ConnectCmd custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Boolean |
Input/Output |
False |
Assign a Boolean attribute or a static Boolean value. ConnectCmd=True |
|
InTouch Tags |
Discrete |
Input/Output |
False |
Assign a Boolean InTouch tag or a static Boolean value. ConnectCmd=True |
Related Wizard options and custom properties
The selected option of the AuthenticationMode Wizard option determines the user credentials required to access a history database.
The DisconnectCmd and ConnectionStatus custom properties must be configured with the ConnectCmd custom property.