Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

AckSignature​.Required property

  • Last UpdatedJul 19, 2024
  • 1 minute read

The AckSignature.Required property is a read-write Boolean property, indicating whether a signature is required for acknowledging the alarms. The default value of AckSignature.MinPriority is True.

Syntax

To Set:

<EAC instance name>.<Property Name> = <boolean value>;

Example

AlarmClient1.AckSignature.Required = true;

Syntax

To Get:

boolean <variable name> = <EAC instance name>.<Property Name>;

Example

dim bIsACKSigned as boolean;

bIsACKSigned = AlarmClient1.AckSignature.Required;

Remarks

For more information, see Configure the Alarm Control to require a SHELVE signature

In This Topic
TitleResults for “How to create a CRG?”Also Available in