This page explains how to create a single sensor. It is also possible to
Create Sensors in Bulk.
There are two types of sensor you can create:
- Physical Sensor: Physical sensors are for live sensor data retrieved via a system connection.
- Virtual Sensor: Virtual sensors are for time series data generated within
Info360 Insight (e.g., in Forms).
Note: Virtual sensors are also automatically created for analytics and other tools, but these should be edited/deleted in the respective Tool section.
To create a new sensor
- Go to Admin
Sensor configuration.
- Click on the New Sensor button.
- Choose between Physical Sensor and Virtual Sensor.
- Fill in the fields.
Note: Fields marked with an asterisk * are mandatory.
For Physical Sensors only:
- Data Source: Choose from the list of existing System Connections.
- Fields specific to ODBC and OLE DB:
- Sensor Table: The name of the table in the source data historian where the sensor data are stored. Currently,
Info360 Insight only supports a table schema which contains at least each of following three data points: sensorID, datetime, and value. The exact column names for these data points are specified in Sensor ID Field, Date Field, and Channel Field.
- Sensor ID field: The name of the column in the database table where the Sensor ID is stored.
- Tag Value: The tag name for the sensor. If you do not specify the tag name, then the Sensor ID will be used. This field is intended to support tables which either have Tags that differ from their Sensor ID or have numerical references to the Sensor ID located in other tables.
- Date Field: The name of the column in the database table where the date information is referenced.
- Channel Field: The name of the column in the database table where the reported sensor value is stored.
- OPC UA-specific fields
- Node ID: Unique identifier for the signal from the OPC UA server. For example: ns=3;i=1004
- Sensor Interval: The interval (in seconds) at which the sensor data should be sampled. If this field is left blank, the interval defined in the related System Connection (the "Data Source" defined) will be used. Data samples in excess of 1 per minute will be aggregated.
For ODBC and OLE DB, this interval determines how frequently streaming-related queries are issued against the SQL server and the time range requested in those queries.
Note: If the related System Connection has a larger interval, this will override the Sensor Interval defined here.
For OPC UA, this is the sampling interval we request the OPC UA server to use. The publishing interval is set to push each sample immediately. A larger interval means less raw data.
- Click Create Sensor.
If your new sensor doesn't appear on the map after 5 minutes and after refreshing your browser, see
Troubleshoot: Changes to Sensors Don't Appear on Map.