Difference between revisions of "Sensor"

From Senfi Docs
Jump to: navigation, search
Line 1: Line 1:
 
As [[Concepts#Sensor|described here]], sensor in Senfi represents a physical object/system of interest.
 
As [[Concepts#Sensor|described here]], sensor in Senfi represents a physical object/system of interest.
 
Sensors belongs to the [[Site|Site]] and attach to one of [[Site#Building, Block, Level|BBL]] in the Site. For example temperature sensor at the level 3 block A of building A in site A is attached to '''Site A > Building A > Block A > Level 3'''. So hiding of level 3 in BBL also hide the temperature sensor.
 
  
 
=== Sensor Types ===
 
=== Sensor Types ===
Line 8: Line 6:
 
* Produces at least one measurement/computed measurement
 
* Produces at least one measurement/computed measurement
 
==== Unmanaged Sensors ====
 
==== Unmanaged Sensors ====
* Does not produce measurement
+
* Does not produce any measurement
* Can display third-party web content in iFrame (optional)
+
* Can display third-party web content in an iFrame (optional)
** iFrame's source must be the valid URL
+
** iFrame's source must be a valid URL
 
==== Specialized Sensors ====
 
==== Specialized Sensors ====
* May or May not produce measurements
+
* May or may not produce measurements
* With Special behavior, attributes and metrics
+
  TW: not clear
** Eg. Lift has special attribute called [[Lift#Stop|Stop]] and special metric called <tt>location</tt> to indicate the current location of Lift car. Lift car position in 3D will update by <tt>location</tt> metric.
+
  * With Special behavior, attributes and metrics
 +
  ** Eg. Lift has special attribute called [[Lift#Stop|Stop]] and special metric called <tt>location</tt> to indicate the current location of Lift car. Lift car position in 3D will update by <tt>location</tt> metric.
  
 
=== Sensor's Attributes ===
 
=== Sensor's Attributes ===
 
==== Icon ====
 
==== Icon ====
A sensor in 3D model and 2D floorplan represents by image icon. User can upload icon image file in png format. User can add labels to icon for filtering.
+
A sensor may be represented by an icon in the dashboard. You can either choose from a library of built-in icons, or upload an icon image file in PNG format. You can optionally add labels to an icon to denote their purpose.
  
 
[[File:icon_library.png|frame|Icon Library|link=]]
 
[[File:icon_library.png|frame|Icon Library|link=]]
Line 24: Line 23:
 
[[File:icon.png|frame|center|Icon|link=]]
 
[[File:icon.png|frame|center|Icon|link=]]
  
<div class="important">Note: Size of the icon in dashboard will be uploaded image's pixel size</div>
+
<div class="important">Note: Icon will be displayed in actual size in the dashboard</div>
==== Location ====
+
 
Sensor's position in 3D model and 2D floorplan. User only need to set the location either in 3D model or 2D floorplan.
+
==== Position ====
 +
Sensors belong to a [[Site|Site]] and may optionally be attached to one of [[Site#Building, Block, Level|BBL]] in the Site. For example, a temperature sensor at the level 3 block A of building A in site 123 is attached to '''Site 123 > Building A > Block A > Level 3'''. So hiding level 3 of the building also hides the temperature sensor.
 +
 
 +
A sensor's position can be added/edited in 3D or 2D (if a floorplan is associated). If a floorplan is associated, make sure that there is proper calibration between the floorplan and the 3D model.
  
 
<div class="important">Note: Setting of the location for specialized sensors may differ</div>
 
<div class="important">Note: Setting of the location for specialized sensors may differ</div>
Line 32: Line 34:
 
Please read [[Measurement#Tags|this page]] to be familiar with the concepts related to tag.  
 
Please read [[Measurement#Tags|this page]] to be familiar with the concepts related to tag.  
  
If sensor produces measurements, need to provide the required tags' value of measurements for identification.
+
  TW: not clear
 +
  If sensor produces measurements, need to provide the required tags' value of measurements for identification.

Revision as of 15:06, 19 September 2019

As described here, sensor in Senfi represents a physical object/system of interest.

Sensor Types

There are 3 types of sensors in Senfi:

Managed Sensors

  • Produces at least one measurement/computed measurement

Unmanaged Sensors

  • Does not produce any measurement
  • Can display third-party web content in an iFrame (optional)
    • iFrame's source must be a valid URL

Specialized Sensors

  • May or may not produce measurements
 TW: not clear
 * With Special behavior, attributes and metrics
 ** Eg. Lift has special attribute called Stop and special metric called location to indicate the current location of Lift car. Lift car position in 3D will update by location metric.

Sensor's Attributes

Icon

A sensor may be represented by an icon in the dashboard. You can either choose from a library of built-in icons, or upload an icon image file in PNG format. You can optionally add labels to an icon to denote their purpose.

Icon Library
Icon
Note: Icon will be displayed in actual size in the dashboard

Position

Sensors belong to a Site and may optionally be attached to one of BBL in the Site. For example, a temperature sensor at the level 3 block A of building A in site 123 is attached to Site 123 > Building A > Block A > Level 3. So hiding level 3 of the building also hides the temperature sensor.

A sensor's position can be added/edited in 3D or 2D (if a floorplan is associated). If a floorplan is associated, make sure that there is proper calibration between the floorplan and the 3D model.

Note: Setting of the location for specialized sensors may differ

Tags

Please read this page to be familiar with the concepts related to tag.

 TW: not clear
 If sensor produces measurements, need to provide the required tags' value of measurements for identification.