|
|
iStatus SoftwareIStatus converts incoming measurement values into scaled engineering units and checks each data transmission against user-configured alarm thresholds. New alarms trigger email or text notification. IStatus automatically logs data at user-configured intervals in a SQL database. The user has the option to add custom scaling although most sensors do not need any configuration at all.
The iStatus suite of software is comprised of two applications. The receiver section is charged with gathering the data from the receivers, organizing the data, checking for alarms, sending messages, resetting counters and writing data to the database. The receiver is where the action is and is typically run as a service. The interface application runs separate from the receiver and its job is to allow the user to change settings and view data. In any one system there can only be one receiver, while there can be multiple interface applications running in any location with a network connection. |
|