Skip to content

Commit

Permalink
Merge pull request #555 from WillowInc/2024-12-13-lab-equip
Browse files Browse the repository at this point in the history
Add Face Velocity and Hood parameters
  • Loading branch information
rszcodronski authored Dec 14, 2024
2 parents 4c1a194 + 54cd1ab commit 52de38d
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,27 @@
"schema": "VolumeFlowRateUnit",
"writable": true
},
{
"@type": ["Property", "VolumeFlowRate"],
"displayName": {
"en": "Design Minimum Airflow"
},
"name": "designMinAirflow",
"schema": "double",
"unit": "litrePerSecond",
"writable": true
},
{
"@type": ["Property", "ValueAnnotation", "Override"],
"displayName": {
"en": "Design Minimum Airflow Unit"
},
"name": "designMinAirflowUnit",
"annotates": "designMinAirflow",
"overrides": "unit",
"schema": "VolumeFlowRateUnit",
"writable": true
},
{
"@type": ["Property", "VolumeFlowRate"],
"displayName": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@id": "dtmi:com:willowinc:FaceVelocitySetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Face Velocity Setpoint"
},
"description": {"en": "The desired value associated with the velocity at which air is pulled through the opening (face) of a ventilation or fume hood."},
"extends" : [
"dtmi:com:willowinc:LinearVelocitySetpoint;1"
],
"contents": [

],
"@context": [
"dtmi:dtdl:context;3"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@id": "dtmi:com:willowinc:FaceVelocitySensor;1",
"@type": "Interface",
"displayName": {
"en": "Face Velocity Sensor"
},
"description": {"en": "The velocity at which air is pulled through the opening (face) of a ventilation or fume hood."},
"extends" : [
"dtmi:com:willowinc:LinearVelocitySensor;1"
],
"contents": [

],
"@context": [
"dtmi:dtdl:context;3"
]
}

0 comments on commit 52de38d

Please sign in to comment.