MDISDigitalOutObjectType

The definition of a MDIS standard Digital Output.
The representation of the MDISDigitalOutObjectType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1230 |
NamespaceUri | http://opcfoundation.org/UA/MDIS |
BrowseName | MDISDigitalOutObjectType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | MDISDigitalInstrumentObjectType |
The references from the MDISDigitalOutObjectType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | WriteState | Mandatory |
WriteState
Signature
WriteState(
[in] Boolean State
);
Argument | Description |
---|---|
State | Boolean state that is being written to the object |