Application type of sensor. Certain settings are interpreted differently for different types of sensors

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum eSensorApplication
Visual Basic
Public Enumeration eSensorApplication
Visual C++
public enum class eSensorApplication
F#
type eSensorApplication

Members

Member nameValueDescription
DC_Voltage_1V1 Measures Voltage between 0 and 1.2 Volts DC
Temperature2 Measures Temperature between -40 C and 120 C
Dry_Contact3 Reports state of dry contact loop
Water_Detection4 Reports presence or absence of water
Activity_Detection5 Reports presence or absence of activity (vibrations)
Magnetic_Presence6 Reports presence of magnet
Open_Closed9 Reports if door or window is open or closed
Button11 Reports if button is pressed
Control_2_Output12 Allows control of two 10 or 30 Amp relays.
ID14 Indicates that sensor is within range of gateway
Accelerometer_Snapshot15 snapshot of 3 axis accelerometer
Accelerometer_Impact_Detection16 Reports detection of force exceeding defined value
Activity_Number19 Reports presence or absence of activity (vibrations)
Accelerometer_Motion_Over_Time20 Measures acceleration and reports Average and Maximum acceleration in three axis.
Lux21 Measures Light in LUX
Current_20mA22 Measures current between 0 and 20 mA
Infared_Motion23 Reports motion picked by by passive infrared lense
Flex24 Measures amount of flex present
Liquid_Tape_826 Measures inert liquids up to 8 inches
Light_Detection27 Reports the presence or absence of light
Compass28 reports orientation in degrees from magnetic north
Humidity_Grains_Per_Pound30 Measures moisture volume in air
AC_Voltage_50032 Measures Voltage between 0 and 500 Volts AC
Vehicle_Detection33 Reports presence of magnetic alterations (Iron in Vehicle)
CO_Gas34 Measures amount of CO gas in parts per million, readings start sub 30 ppm
High_Temperature35 Measures Temperature between -50 C and 370 C
Liquid_Tape_2436 Measures inert liquids up to 24 inches
Vehicle_Counter39 Reports the number of vehicles passing sensor during report interval.
Vehicle_Speed40 Reports the speed of vehicle between two points (known distance). Requires additional Vehicle Counter sensor for far end of calculation.
Pressure41 Measures pressure range dependent on mated sensing element.
Activity_Timer42 Tallies total amount of time activity is recorded.
Humidity43 Reports the relative humidity and approximate temperature of an environment.
Low_Temperature46 Measures Temperature between -200 C to 162 C.
Pulse_Counter_4_Input47 Tallies number of pulses from 4 distinct inputs.
Pulse_Counter_1_Input48 Tallies number of pulses from connected device.
Seat_Occupancy51 Reports the presence of weight in seat.
Air_Flow_Detection52 Reports Air flow.
Current_1mA55 Measures current between 0 and 1 mA.
DC_Voltage_50V59 Measures Voltage between 0 and 50 Volts DC.
AC_Voltage_Detection64 Reports presence of AC voltage (20 - 500 Volts AC).
Water_Temperature65 Measures Temperature between -40 C and 120 C.
Asset66 Indicates that sensor is within range of gateway.
Ultrasonic_Ranger67 Measures distance using active sonar.
Pulse_Counter_2_Input69 Tallies number of pulses from 2 distinct inputs.
Resistance70 Measures resistance of a circuit.
DC_Voltage_Detection71 Measures Voltage between 0 and 50 Volts DC.
DC_Voltage_5V72 Measures Voltage between 0 and 5 Volts DC.
Filtered_Pulse_Counter_1_Input73 Tallies number of pulses from connected device. Will detect either dry contact pulses or actively driven pulses.
DC_Voltage_10V74 Measures Voltage between 0 and 10 Volts DC.
Accelerometer_Tilt75 Reports the tilt in degrees on two axis.

See Also