RemoteUnit
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
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
RemoteUnit | 0..* | CommunicationLink | 1..* | RemoteUnits | RTUs may be attached to communication links. | CommunicationLinks | RTUs may be attached to communication links. |
RemoteUnit | 1 | RemotePoint | 0..* | RemoteUnit | Remote unit this point belongs to. | RemotePoints | Remote points this Remote unit contains. |