C# Mine
ContentsIndexHome
PreviousUpNext
eSensorApplication Enumeration

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

Syntax
C#
public enum eSensorApplication { DC_Voltage_1V = 1, Temperature = 2, Dry_Contact = 3, Water_Detection = 4, Activity_Detection = 5, Magnetic_Presence = 6, Open_Closed = 9, Button = 11, Control_2_Output = 12, Local_Alert = 13, ID = 14, Accelerometer_Snapshot = 15, Accelerometer_Impact_Detection = 16, Activity_Number = 19, Accelerometer_Motion_Over_Time = 20, Lux = 21, Current_20mA = 22, Infared_Motion = 23, Flex = 24, Liquid_Tape_8 = 26, Light_Detection = 27, Compass = 28, Humidity_Grains_Per_Pound = 30, AC_Voltage_500 = 32, Vehicle_Detection = 33, CO_Gas = 34, High_Temperature = 35, Liquid_Tape_24 = 36, Activity_Timer = 42, Humidity = 43, Range_Extender = 45, Low_Temperature = 46, Pulse_Counter_4_Input = 47, Pulse_Counter_1_Input = 48, SevenSwitchStateBase = 49, Seat_Occupancy = 51, Air_Flow_Detection = 52, Gas_H2S = 56, DC_Voltage_50V = 59, AC_Voltage_Detection = 64, Water_Temperature = 65, Asset = 66, Ultrasonic_Ranger = 67, Pulse_Counter_2_Input = 69, Resistance = 70, DC_Voltage_Detection = 71, DC_Voltage_5V = 72, Filtered_Pulse_Counter_1_Input = 73, DC_Voltage_10V = 74, Tilt = 75, Basic_Control = 76, Water_Area = 78, Preassure_50PSI = 79, Preassure_300PSI = 82, Preassure_NPSI = 83, Duct_Temperature = 84, Thermocouple = 86, Filtered_Pulse_Counter = 90, Quad_Temperature = 92, Current_Zero_To_Twenty_Amp = 93, Current_Zero_To_OneFifty_Amp = 94, VibrationMeter = 95, Thermostat = 97, Alta_PIR = 101, Air_Quality = 102, Differential_Pressure = 103, Ultrasonic_Ranger_Industrial = 105, CO2_Meter = 106, Light_Sensor = 107, Three_Phase_Current_Meter = 109, Advanced_Vibration = 111, DC_Voltage_200V = 113, Air_Speed = 114, CO_MeterBase = 116, Car_Detect = 119, Current_Zero_To_500_Amp = 120, Voltage_Meter_500 = 122, Voltage_Detect_200_VDC = 123 }

Enumerations.cs

Members 
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.  
Local_Alert = 13 
Device that'll display assigned sensor notification details  
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  
Activity_Timer = 42 
// Reports the number of vehicles passing sensor during report interval. //
// Reports the speed of vehicle between two points (known distance). Requires additional Vehicle Counter sensor for far end of calculation. //
// Measures pressure range dependent on mated sensing element. //
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.  
SevenSwitchStateBase = 49 
Pill Box  
Seat_Occupancy = 51 
Reports the presence of weight in seat.  
Air_Flow_Detection = 52 
Reports Air flow.  
Gas_H2S = 56 
// 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.  
Tilt = 75 
Reports the tilt in degrees on two axis.  
Basic_Control = 76 
Allows a user to control a power relay  
Water_Area = 78 
Senses immediate presence of water anywhere along rope  
Preassure_50PSI = 79 
Reports up to 50 psi.  
Preassure_300PSI = 82 
// Reports Current transducer Power as kwh. //
Reports up to 300 psi.  
Preassure_NPSI = 83 
Reports up to 50 - 300 based on your current transducer.  
Duct_Temperature = 84 
Reports the temperature in degrees.  
Thermocouple = 86 
Measures Temperature based on K-Type Thermocouple  
Filtered_Pulse_Counter = 90 
Tallies number of pulses from an input.  
Quad_Temperature = 92 
Has 4 Probes that each measure Temperature between -40 C and 125 C  
Current_Zero_To_Twenty_Amp = 93 
Reports the current from 0 to 20 amps .  
Current_Zero_To_OneFifty_Amp = 94 
Reports the current .  
VibrationMeter = 95 
Reports presence or absence of activity (vibrations)  
Thermostat = 97 
Measures Temperature between -40 C and 85 C and Controls HVAC equipment  
Alta_PIR = 101 
Reports motion picked by passive infrared lense  
Air_Quality = 102 
unknown  
Differential_Pressure = 103 
unknown  
Ultrasonic_Ranger_Industrial = 105 
Measures distance using active sonar  
CO2_Meter = 106 
unknown  
Light_Sensor = 107 
Measures Light in LUX  
Three_Phase_Current_Meter = 109 
Measure 3 phases and reports the current.  
Advanced_Vibration = 111 
Advanced vibration monitoring  
DC_Voltage_200V = 113 
Measures Voltage between 0 and 200 Volts DC.  
Air_Speed = 114 
unknown  
CO_MeterBase = 116 
unknown  
Car_Detect = 119 
unknown  
Current_Zero_To_500_Amp = 120 
unknown  
Voltage_Meter_500 = 122 
unknown  
Voltage_Detect_200_VDC = 123 
unknown  
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!