Table of Contents

Back to Specification
Back to Level I Events

Class=10 (0x0a) Measurement

CLASS1.MEASUREMENT

Description

Byte 0 is the data coding byte for all measurement packages. The default unit has bits 0,1,2,3 set to 0000 and the first optional unit 0001 and so on. It also have a field for the item ( if more than one sensor is controlled by the node) that the value belongs to.

Type = 0 (0x00) Undefined

Undefined measurement value.

Type = 1 (0x01) Count

This is a discrete value typical for a count. There is no unit for this measurement just a discrete value.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 2 (0x02) Length/Distance

Default unit: Meter. 

This is a measurement of a length or a distance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 3 (0x03) Mass

Default unit: Kilogram.

This is a measurement of a mass.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 4 (0x04) Time

Default unit: Millisecond.
Opt. unit: (1) Second
 Absolute: (2) y-y-m-d-h-m-s (binary)
   String: (3) HHMMSS

Time since Epoch (00:00:00 UTC, January 1, 1970).

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 5 (0x05) Electric Current

Default unit: Ampere.

This is a measurement of an electric current.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 6 (0x06) Temperature

Default unit: Kelvin.
Opt. unit: Degree Celsius (1), Fahrenheit (2)

This is a measurement of a temperature.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 7 (0x07) Amount of substance

Default unit: Mole.

This is a measurement of an amount of a substance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 8 (0x08) Luminous Intensity (Intensity of light)

Default unit: Candela.

This is a measurement of luminous intensity.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 9 (0x09) Frequency

Default unit: Hertz.

This is a measurement of regular events during a second.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 10 (0x0A) Radioactivity and other random events

Default unit: Becquerel.

This is a measurement of rates of things, which happen randomly, or are unpredictable.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 11 (0x0B) Force

Default unit: Newton.

This is a measurement of force.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 12 (0x0C) Pressure

Default unit: Pascal.

This is a measurement of pressure.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 13 (0x0D) Energy

Default unit: Joule.

This is a measurement of energy.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 14 (0x0E) Power

Default unit: Watt.

This is a measurement of power.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 15 (0x0F) Electrical Charge

Default unit: Coulomb.

This is a measurement electrical charge.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 16 (0x10) Electrical Potential (Voltage)

Default unit: Volt.

This is a measurement of electrical potential.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 17 (0x11) Electrical Capacitance

Default unit: Farad.

This is a measurement of electric capacitance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 18 (0x012) Electrical Resistance

Default unit: Ohm.

This is a measurement of resistance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 19 (0x13) Electrical Conductance

Default unit: Siemens.

This is a measurement of electrical conductance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 20 (0x14) Magnetic Field Strength

Default unit: Ampere meters.

This is a measurement of magnetic field strength.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 21 (0x15) Magnetic Flux

Default unit: Weber.

This is a measurement of magnetic flux.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 22 (0x16) Magnetic Flux Density

Default unit: Tesla.

This is a measurement of flux density or field strength for magnetic fields (also called the magnetic induction).

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 23 (0x17) Inductance

Default unit: Henry.

This is a measurement of inductance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 24 (0x18) Luminous Flux

Default unit: Lumen      (lm= cd * sr)

This is a measurement of luminous Flux.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 25 (0x19) Iluminance

Default unit: Lux ( lx = lm / m² )

This is used to express both Illuminance (incidence of light) and Luminous Emittance (emission of light).

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 26 (0x1A) Radiation dose

Default unit: Gray.
Opt unit: Sievert.

This is a measurement of a radiation dose (Absorbed dose of ionizing radiation).

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 27 (0x1B) Catalytic activity

Default unit: Katal.

This is a measurement of catalytic activity used in biochemistry.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 28 (0x1C) Volume

Default unit: qubic meter
Opt. Unit: Liter (dm³).

This is a measurement of volume.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 29 (0x1D) Sound intensity

Default unit: Bel.
Opt Unit: Neper.

This is a measurement of sound intensity.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 30 (0x1E) Angle

Default unit: Radian (Plane angles).
Opt Unit: Steradian (Solid angles)
Opt Unit: Degree
Opt Unit: Arcminute
Opt Unit: Arcseconds

This is a measurement of an angle.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 31 (0x1F) Position

Default unit: Longitude/Latitude.

This is a measurement of a position.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 32 (0x20) Speed

Default unit: Meters per second.

This is a measurement of a speed.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 33 (0x21) Acceleration

Default unit: Meters per second/second.

This is a measurement of acceleration.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 34 (0x22) Tension

Default unit: N/m.

This is a measurement of tension.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 35 (0x23) Damp/moist (Hygrometer reading)

Default unit: Relative percentage 0-100%.

This is a measurement of relative moistness (Humidity).

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 36 (0x24) Flow

Default unit: Qubic meters/second.
Opt Unit: Liter/Second.

This is a measurement of flow.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 37 (0x25) Thermal resistance

Default unit: Thermal ohm K/W.

This is a measurement of thermal resistance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 38 (0x26) Rafractive power

Default unit: Diopter (dpt) m-1.

This is a measurement of refractive power.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 39 (0x27) Dynamic viscosity

Default unit: Poiseuille (Pl) Pa . s.

This is a measurement of dynamic viscosity.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 40 (0x28) Sound impedance

Default unit: Rayal Pa . s/m.

This is a measurement of sound impedance.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 41 (0x29) Sound resistance

Default unit: Acoustic ohm Pa . s/ m3.

This is a measurement of refractive power.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 42 (0x2A) Electric elastance

Default unit: Darag F-1.

This is a measurement of electric elasticity.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 43 (0x2B) Luminous energy

Default unit: Talbot ( tb = lm * s)
This is a measurement of luminous energy.
byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 44 (0x2C) Luminance

Default unit: Nit (nt = cd / m²) 
This is a measurement of luminance.
byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 45 (0x2D) Chemical concentration

Default unit: Molal mol/kg.

This is a measurement of chemical concentration.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 46 (0x2E) Reserved

Reserved (previously was doublet of Type 26, don't use any longer!)

Type = 47 (0x2F) Dose equivalent

Default unit: Sievert J/Kg.

This is a measurement of dose equivalent.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 48 (0x30) Reserved

Reserved (was doublet of type 24, do not use any longer!)

Type = 49 (0x31) Dew Point

Default unit: Kelvin.
Opt. unit: Degree Celsius (1), Fahrenheit (2)

This is a measurement of the Dew Point.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 50 (0x32) Relative Level

Default unit: Relative value.

This is a relative value for a level meaurement without a unit. It is just relative to the min/max value for the selected data representation.

byte # Description
byte 0 Data coding.
byte 1-7 Data with format defined by byte 0

Type = 51 (0x33) Altitude.

Default unit: Meter. 
Opt. unit: Feet(1), inches (2)

Altitude in meters.

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0

Type = 52 (0x34) Area

Default unit: square meter (m²)

Area in square meter.

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0

Type = 53 (0x35) Radiant intensity

Default unit: watt per steradian ( W / sr )

Radiated power per room angle.

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0

Type = 54 (0x36) Radiance

Default unit: att per steradian per square metre ( W / (sr * m²) )

-

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0

Type = 55 (0x37) Irradiance, Exitance, Radiosity

Default unit: watt per square metre  ( W / m² )

Power emitted from or striking onto a surface or area.

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0

Type = 56 (0x38) Spectral radiance

Default unit: watt per steradian per square metre per nm (W·sr-1·m-2·nm-1)
Opt. Units:
watt per steradian per metre3 (W·sr-1·m-3)
watt per steradian per square metre per hertz (W·sr-1·m-3)

-

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0

Type = 57 (0x39) Spectral irradiance

Default unit: watt per square metre per nm (W·m-2·nm-1)
Opt. Units:
watt per metre3 (W·m-3)
watt per square metre per hertz	(W·m-2·Hz-1)

-

byte # Description
byte 0 Data coding
byte 1-7 Data with format defined by byte 0
vscp_specification_class_10.txt · Last modified: 2010/08/19 01:55 (external edit)
Public Domain
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0