Skip to content

Commit

Permalink
Removed tank from oil fields
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniya-engel committed Mar 7, 2024
1 parent a77eb9c commit e5cdf66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
10 changes: 5 additions & 5 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6414,15 +6414,15 @@ TDTM:
- MONITORING


OTKM:
OTPM:
guid: "109dc354-15b3-4dc5-86ff-30bb586d7d93"
description: "Oil tank temperature and pressure monitoring."
description: "Oil temperature and pressure monitoring."
is_abstract: true
opt_uses:
- oil_tank_differential_pressure_sensor
- oil_differential_pressure_sensor
uses:
- oil_tank_temperature_sensor
- oil_tank_pressure_sensor
- oil_temperature_sensor
- oil_pressure_sensor
implements:
- MONITORING

Expand Down
4 changes: 2 additions & 2 deletions ontology/yaml/resources/HVAC/entity_types/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ CH_SS_DX2SWC_CHDXVSC2X_RWTM_MWDPC_REFSM2X_REFPM2X_CPC_INVIPWM2X_INVOPWM2X:
- INVIPWM2X
- INVOPWM2X

CH_SS_SCHWTC_CWDT_CHWRISOVPM_CWRISOVPM_REFPM_REFSM_MIPVCM_MIPWM_CHCPC_CDCPC_OTKM:
CH_SS_SCHWTC_CWDT_CHWRISOVPM_CWRISOVPM_REFPM_REFSM_MIPVCM_MIPWM_CHCPC_CDCPC_OTPM:
guid: "8fcb81b4-c437-4a5b-b725-60bf4884fbec"
description: "Chiller with supply water temperature monitoring, condenser water temperature delta monitoring, return isolation valves on condenser and chilled side, refrigerant saturation and pressure monitoring, motor input current, voltage and power monitoring, and oil tank temperature and pressure monitoring."
is_canonical: true
Expand All @@ -674,7 +674,7 @@ CH_SS_SCHWTC_CWDT_CHWRISOVPM_CWRISOVPM_REFPM_REFSM_MIPVCM_MIPWM_CHCPC_CDCPC_OTKM
- MIPWM
- CHCPC
- CDCPC
- OTKM
- OTPM

###################################
### Existing Non-standard Types ###
Expand Down
8 changes: 1 addition & 7 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2877,13 +2877,7 @@ literals:
- oil_pressure_sensor:
flexible_min: 0.0
flexible_max: 1034214.0
- oil_tank_temperature_sensor:
flexible_min: 255.9259259
flexible_max: 422.037037
- oil_tank_pressure_sensor:
flexible_min: 0.0
flexible_max: 1034214.0
- oil_tank_differential_pressure_sensor:
- oil_differential_pressure_sensor:
flexible_min: 0.0
flexible_max: 1034214.0
- tank_level_status:
Expand Down

0 comments on commit e5cdf66

Please sign in to comment.