DisconnectCmd custom property
- Last UpdatedAug 06, 2024
- 1 minute read
A Boolean True disconnects the user from the historical alarm database. The DisconnectCmd custom property is automatically reset to False by the symbol after disconnecting from the database.
DisconnectCmd is an Input/Output type of custom property. Typically, the reference value of the DisconnectCmd 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 an attribute. DisconnectCmd=PRDN1.DBLogOff |
|
InTouch Tags |
Discrete |
Input/Output |
False |
Assign an InTouch tag. DisconnectCmd=DBLogOff |
Related Wizard options and custom properties
The ConnectionStatus custom property must be configured with the DisconnectCmd custom property.