Application type of sensor. Certain settings are interpreted differently for different types of sensors
Namespace: Monnit.MineAssembly: 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 name | Value | Description | |
---|---|---|---|
DC_Voltage_1V | 1 | Measures Voltage between 0 and 1.2 Volts DC | |
Temperature | 2 | Measures Temperature between -40 C and 120 C | |
Dry_Contact | 3 | Reports state of dry contact loop | |
Water_Detection | 4 | Reports presence or absence of water | |
Activity_Detection | 5 | Reports presence or absence of activity (vibrations) | |
Magnetic_Presence | 6 | Reports presence of magnet | |
Open_Closed | 9 | Reports if door or window is open or closed | |
Button | 11 | Reports if button is pressed | |
Control_2_Output | 12 | Allows control of two 10 or 30 Amp relays. | |
ID | 14 | Indicates that sensor is within range of gateway | |
Accelerometer_Snapshot | 15 | snapshot of 3 axis accelerometer | |
Accelerometer_Impact_Detection | 16 | Reports detection of force exceeding defined value | |
Activity_Number | 19 | Reports presence or absence of activity (vibrations) | |
Accelerometer_Motion_Over_Time | 20 | Measures acceleration and reports Average and Maximum acceleration in three axis. | |
Lux | 21 | Measures Light in LUX | |
Current_20mA | 22 | Measures current between 0 and 20 mA | |
Infared_Motion | 23 | Reports motion picked by by passive infrared lense | |
Flex | 24 | Measures amount of flex present | |
Liquid_Tape_8 | 26 | Measures inert liquids up to 8 inches | |
Light_Detection | 27 | Reports the presence or absence of light | |
Compass | 28 | reports orientation in degrees from magnetic north | |
Humidity_Grains_Per_Pound | 30 | Measures moisture volume in air | |
AC_Voltage_500 | 32 | Measures Voltage between 0 and 500 Volts AC | |
Vehicle_Detection | 33 | Reports presence of magnetic alterations (Iron in Vehicle) | |
CO_Gas | 34 | Measures amount of CO gas in parts per million, readings start sub 30 ppm | |
High_Temperature | 35 | Measures Temperature between -50 C and 370 C | |
Liquid_Tape_24 | 36 | Measures inert liquids up to 24 inches | |
Vehicle_Counter | 39 | Reports the number of vehicles passing sensor during report interval. | |
Vehicle_Speed | 40 | Reports the speed of vehicle between two points (known distance). Requires additional Vehicle Counter sensor for far end of calculation. | |
Pressure | 41 | Measures pressure range dependent on mated sensing element. | |
Activity_Timer | 42 | Tallies total amount of time activity is recorded. | |
Humidity | 43 | Reports the relative humidity and approximate temperature of an environment. | |
Low_Temperature | 46 | Measures Temperature between -200 C to 162 C. | |
Pulse_Counter_4_Input | 47 | Tallies number of pulses from 4 distinct inputs. | |
Pulse_Counter_1_Input | 48 | Tallies number of pulses from connected device. | |
Seat_Occupancy | 51 | Reports the presence of weight in seat. | |
Air_Flow_Detection | 52 | Reports Air flow. | |
Current_1mA | 55 | Measures current between 0 and 1 mA. | |
DC_Voltage_50V | 59 | Measures Voltage between 0 and 50 Volts DC. | |
AC_Voltage_Detection | 64 | Reports presence of AC voltage (20 - 500 Volts AC). | |
Water_Temperature | 65 | Measures Temperature between -40 C and 120 C. | |
Asset | 66 | Indicates that sensor is within range of gateway. | |
Ultrasonic_Ranger | 67 | Measures distance using active sonar. | |
Pulse_Counter_2_Input | 69 | Tallies number of pulses from 2 distinct inputs. | |
Resistance | 70 | Measures resistance of a circuit. | |
DC_Voltage_Detection | 71 | Measures Voltage between 0 and 50 Volts DC. | |
DC_Voltage_5V | 72 | Measures Voltage between 0 and 5 Volts DC. | |
Filtered_Pulse_Counter_1_Input | 73 | Tallies number of pulses from connected device. Will detect either dry contact pulses or actively driven pulses. | |
DC_Voltage_10V | 74 | Measures Voltage between 0 and 10 Volts DC. | |
Accelerometer_Tilt | 75 | Reports the tilt in degrees on two axis. |