Class Description
A remote unit can be an RTU, IED, substation control system, control centre, etc. The communication with the remote unit can be through various standard protocols (e.g. IEC 61870, IEC 61850) or non standard protocols (e.g. DNP, RP570, etc.). A remote unit contains remote data points that might be telemetered, collected or calculated. The RemoteUnit class inherits PowerSystemResource. The intention is to allow RemoteUnits to have Measurements. These Measurements can be used to model unit status as operational, out of service, unit failure, etc.
Attributes
Name | Type | Description |
---|---|---|
remoteUnitType | RemoteUnitType | Type of remote unit. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
CommunicationLink | 1..* | RemoteUnit | 0..* | CommunicationLinks | RTUs may be attached to communication links. | RemoteUnits | RTUs may be attached to communication links. |
RemotePoint | 0..* | RemoteUnit | 1 | RemotePoints | Remote points this Remote unit contains. | RemoteUnit | Remote unit this point belongs to. |