Manage devices
You can create, edit, or remove devices from the IIoT Core Services UI.
Some key definitions.
Device
A device in IIoT Core Services can be either a Core device or a gateway that collects data. A Core device can be a cluster or worker node running IIoT Core Services. You can manage devices from the Device page in the IIoT Core Services UI.
Core
A Core device is added to the device inventory when you install IIoT Core Services. You can edit the description or location, but you cannot add or remove a Core device from the inventory. You can see alerts for the device and check its status and current state.
Gateway
A gateway is generally a small-footprint device close to an asset from which data is collected. It can be used to temporarily hold data in environments with intermittent connectivity. Once connectivity is established, the gateway can then transmit the data to IIoT Core Services for storage and analytics. After a gateway device is provisioned with the provided CLI tool, it can be managed by IIoT Core Services. See Registering and provisioning an IIoT Gateway using CLI.
Add a gateway to the device inventory
You can add a gateway to the device inventory in the IIoT Core Services UI, so that data routes can be configured to collect data from the gateway device.
Procedure
In the IIoT Core Services UI, select the Device tab.
Click Add Device.
Enter the following information:
Field Description Name Enter a name for the device. Device Type Specify the type of device to be added. Gateway is currently the only option. Inventory ID Specify the unique identifier for the device. It must match the Inventory ID that is set during the gateway installation. Location (Optional) Specify the location of the device. Description (Optional) Specify a description for the device. Additional Properties (Optional) Click Add Property to create additional fields to describe the device if necessary, such as an RFID, a boolean status, or a URL. You can add properties individually or import a set of properties from a JSON file. Then click Apply. Enable Polling Select to enable polling on the management plane. Polling allows the gateway to periodically connect to the Core server and pull tasks for controlling and monitoring the device at certain time intervals instead of keeping connections open. NoteToggling the polling parameters does not affect data collection.Polling Interval Set how frequently the gateway polls for new connect messages. Polling Retry Interval Specify the period of time between the end of the timeout period of the last retry and the next retry. Polling Max Retries Specify the maximum number of retries in one polling session. Endpoint Database Defragmentation Schedule Select a database defragmentation schedule to keep the database optimized: - Monthly
- Weekly
- Daily (Midnight)
- Hourly
Click Add to add the new device to the repository.
Results
After the gateway device is created, you can configure it to receive data. By provisioning the gateway, you can create data routes to specify where the data flows to. See how to register and provision an IIoT Gateway in the IIoT Gateway installation section.
Edit a device
What you can edit depends on the device type:
- IIoT Core: Location, Description.
- IIoT Gateway: Name, Location, Description, Additional Properties.
To edit a device, select Edit from the Actions menu ( ) next to the device description in the device inventory.
Procedure
In the IIoT Core Services UI, select the Device tab.
To edit a device, select Edit from the Actions menu (
) next to the device description for that device.
Make the necessary edits.
Click Save to update the device properties.
Delete a device
Procedure
In the IIoT Core Services UI, select the Device tab.
To delete a device, select Delete from the Actions menu (
) next to the device description for that device.
Confirm the deletion by clicking Delete, or click Cancel to keep the device in inventory.
Bookmark a device
You can bookmark devices for easy reference as an individual user.
Procedure
In the IIoT Core Services UI, select the Device tab.
For a particular device, select the Actions menu icon (
A black bookmark appears on the device row when activated.) and select Bookmark/Unbookmark to bookmark it.
NoteTo unbookmark a device, select the corresponding Actions menu icon () and select Bookmark/Unbookmark.
(Optional) To only search for bookmarked devices, select the Bookmarks check box on the Devices inventory page.