ENCSynchOperationModeKind

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