ENCStageControlKind

The representation of the ENCStageControlKind ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1169 |
NamespaceUri | http://opcfoundation.org/UA/IEC61850-7-4 |
BrowseName | ENCStageControlKind |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | ENC |
The references from the ENCStageControlKind ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasDataAttribute | Variable | stVal | StageControlKind | BaseDataVariableType | Mandatory |
HasDataAttribute | Variable | subVal | StageControlKind | BaseDataVariableType | Optional |
HasComponent | Method | Operate | Mandatory | ||
HasComponent | Method | SelectWithVal | Optional | ||
HasComponent | Method | TimeActivatedOperate | Optional |
Operate
Signature
Operate(
[in] StageControlKind ctlVal
[in] Boolean test
[in] Boolean synchroCheck
[in] Boolean interlockCheck
[out] AddCauseKind addCause
);
Argument | Description |
---|---|
ctlVal | |
test | |
synchroCheck | |
interlockCheck | |
addCause |
SelectWithVal
Signature
SelectWithVal(
[in] StageControlKind ctlVal
[in] Timestamp operTm
[in] Boolean test
[in] Boolean synchroCheck
[in] Boolean interlockCheck
[out] AddCauseKind addCause
);
Argument | Description |
---|---|
ctlVal | |
operTm | |
test | |
synchroCheck | |
interlockCheck | |
addCause |
TimeActivatedOperate
Signature
TimeActivatedOperate(
[in] StageControlKind ctlVal
[in] Timestamp operTm
[in] Boolean test
[in] Boolean synchroCheck
[in] Boolean interlockCheck
[out] AddCauseKind addCause
);
Argument | Description |
---|---|
ctlVal | |
operTm | |
test | |
synchroCheck | |
interlockCheck | |
addCause |