5.5.4 Disable Method

The Disable Method is used to change a Condition instance to the Disabled state. Normally, the NodeId of the object instance as the ObjectId is passed to the Call Service. However, some Servers do not expose Condition instances in the AddressSpace. Therefore, all Servers shall allow Clients to call the Disable Method by specifying ConditionId as the ObjectId. The Method cannot be called with an ObjectId of the ConditionType Node. Since Condition instances are not required to be defined in the AddressSpace, the MethodId that is passed in the Call Service shall be the NodeId of the Disable Method on the ConditionType.

Signature

	Disable();

Method Result Codes in Table 11 (defined in Call Service)

Table 11 – Disable result codes
Result Code Description
Bad_ConditionAlreadyDisabledSee Table 137 for the description of this result code.

Table 12 specifies the AddressSpace representation for the Disable Method.

Table 12 – Disable Method AddressSpace definition
Attribute Value
BrowseNameDisable
References NodeClass BrowseName DataType TypeDefinition ModellingRule
AlwaysGeneratesEventObjectTypeAuditConditionEnableEventTypeDefined in 5.10.2
ConformanceUnits
A & C Enable

If Auditing is supported, this Method shall generate an Event of AuditConditionEnableEventType for all invocations of the Method.