Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ontology/yaml/resources/METERS/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ PWM:
uses:
- energy_accumulator

EPWM:
guid: "9b3f8ac8-4c4c-4b57-93d5-283615b695c9"
description: "Exported energy monitoring."
is_abstract: true
uses:
- exported_energy_accumulator

AVCM:
guid: "0329a2b4-d474-444e-82af-c6c0432a9f48"
description: "Average phase (line) level voltage and current monitoring. "
Expand Down
12 changes: 12 additions & 0 deletions ontology/yaml/resources/METERS/entity_types/EM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ EM_PWM_AVCM_PLPM_PVCM:
- PLPM
- PVCM

EM_PWM_EPWM_AVCM_PLPM_PVCM:
guid: "baad5f2b-2d40-4ff4-855c-2b418f07c532"
description: "The typical ION meter (Bay Area standard) with exported energy accumulation."
is_canonical: true
implements:
- EM
- PWM
- EPWM
- AVCM
- PLPM
- PVCM

EM_PWM_PWMRDM:
guid: "5529f460-e69a-494d-927c-d516e6637b60"
description: "Energy metering from Grid Electricity and Diesel Generator with power monitoring."
Expand Down
3 changes: 3 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,9 @@ literals:
- expansion_valve_percentage_command:
fixed_min: 0.0
fixed_max: 100.0
- exported_energy_accumulator:
fixed_min: 0.0
flexible_max: 36000000000000.0
- fabric_protection_alarm:
- ACTIVE
- INACTIVE
Expand Down
1 change: 1 addition & 0 deletions ontology/yaml/resources/subfields/subfields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ descriptor:
exercise: "Mode of running equipment to maintain functionality ('exercise mode')."
exhaust: "Process or component used in the removal of air from a conditioned system to the outside atmosphere."
expansion: "Process of increasing the volume of a liquid."
exported: "Component sent from the modeled entity to another external entity."
fabric: "Textile material."
failed: "Indicates that a point is not operating as intended or is incapable of operating."
filtration: "Process of filtering contaminating elements from equipment or a system."
Expand Down