Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ups type #1000

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Conversation

kevin-hereworks
Copy link
Contributor

No description provided.

@kevin-hereworks kevin-hereworks marked this pull request as ready for review April 2, 2023 18:12
@kevin-hereworks
Copy link
Contributor Author

Hi, not sure on the best way to add units for battery_energy_capacity, units are ampere_hours but not sure whether this should be under energy density or under a new batterycapacity measurement

@mschulze17 mschulze17 added the P2 Medium priority (default) label Apr 5, 2023
@cstirdivant cstirdivant requested review from shambergoldstein and removed request for tasodorff June 14, 2023 23:31
@cstirdivant cstirdivant requested review from cstirdivant and removed request for shambergoldstein June 15, 2023 00:06
ontology/yaml/resources/units/units.yaml Show resolved Hide resolved
electriccharge:
milliampere_hours: STANDARD
ampere_hours:
multiplier: 1000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revise this multiplier to convert from the standard unit of coulomb to whatever target unit you need.

@@ -262,6 +262,7 @@ measurement:
angularmomentum: "The quantity of rotation of a body, which is the product of its moment of inertia and its angular velocity."
aqi: "Air quality index, a set of special standard gradings for the pollution in air."
area: "Amount of space within the perimeter of a 2D shape"
electriccharge: "Energy charge in a battery"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revise this to be more general. For example: "The amount of energy or electrons that pass from one body to another by different modes like conduction, induction or other specific methods (e.g., the charge stored in a battery)."

@@ -106,6 +124,10 @@ PPWM:
guid: "aab62bba-a92f-47bf-bf14-dcb8e61ac7a8"
description: "Phase power monitoring"
is_abstract: true
opt_uses:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a new type for these power fields (see METERS/PLPM for a good example)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want me to create a new type for just - phase1_power_sensor, - phase2_power_sensor, - phase3_power_sensor?

Or remove these from PPWM and make a copy of PLPM here?

The PLPM has the apparant power and the power fields in the meters

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a new type in this file called PLPM and it only needs to have the three power_sensor fields as required (you can put the apparent_power fields and the line_frequency_sensor in the opt_uses section on the PLPM type).

@@ -106,6 +124,10 @@ PPWM:
guid: "aab62bba-a92f-47bf-bf14-dcb8e61ac7a8"
description: "Phase power monitoring"
is_abstract: true
opt_uses:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a new type in this file called PLPM and it only needs to have the three power_sensor fields as required (you can put the apparent_power fields and the line_frequency_sensor in the opt_uses section on the PLPM type).

@@ -3129,6 +3129,10 @@ literals:
fixed_min: 0.0
flexible_max: 2000.0

- electriccharge_sensor:
fixed_min: 0.0
flexible_max: 10000.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values need to be in the STANDARD units as defined in the units.yaml. I am assuming you need to convert this to coulombs.

@cstirdivant cstirdivant added the ontology model Extensions or edits to the ontology model label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ontology model Extensions or edits to the ontology model P2 Medium priority (default)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants