ABB Ability Smart Cloud Service¶
The flir-south-abb plugin is designed to pull data from the ABB Ability™ Smart Sensor Cloud into FLIR Bridge. It pulls data for a list of ABB assets into the local FLIR Bridge system at a rate defined for the service.
To create a south service with the ABB plugin
Click on South in the left hand menu bar
Select ABB from the plugin list
Name your service and click Next
Configure the plugin
ABB Assets: A list of the assets in the ABB cloud service that should be read. This is a JSON document with an array called assets which contains the assets name as strings.
ABB Service: The hostname of the ABB service to which to connect. Usually this is the default api.smartsensor.abb.com.
Username: The ABB cloud user name.
Auth. Key: The authentication key that has been created in the ABB cloud for the given username.
Asset Structure: This defines how the FLIR Bridge assets that will be created should be organized.
Single Asset: A single asset in the ABB cloud will be stored as a single asset in FLIR Bridge with the same name as the ABB asset. Within each FLIR Bridge asset a data point will be created for each data value within the asset using the ABB measurement type name.
Group Assets: An asset will be created for each group of sensors for each asset within the ABB cloud. The asset will be named <ABB asset>_<group name>. Within each FLIR Bridge asset a data point will be created for each data value within the group using the ABB measurement type name.
Individual Assets: An asset will be created for each data item for each ABB cloud asset. The asset will be named <ABB asset>_<item name>.
See Also¶
flir-filter-breakover - Filter to forecast the possibility of a breakover.
flir-north-azure_iot - A north plugin that sends data to Microsoft Azure IoT Hub device
flir-north-gcp_python - FLIR Bridge North Python based gcp plugin for sending an image data to Google Cloud for training machine learning models.
flir-south-Beckhoff - A Beckhoff ADS data ingress plugin for FLIR Bridge, this monitors Beckhoff PLCs and returns the state of internal variables within the PLC
flir-south-ModbusC - A FLIR Bridge south plugin that implements modbus-tcp and modbus-rtu
flir-south-S7 - A south plugin that uses the S7 Communications protocol to read data from a Siemens S7 series PLC.
flir-south-dnp3 - A south plugin for FLIR Bridge that implements the DNP3 protocol
flir-south-etherip - A south plugin to read tags data from a number of different Allen-Bradley and Rockwell PLCs.
flir-south-opcua - A FLIR Bridge south service that pulls data from an OPC-UA server
flir-south-s2opcua - An OPC UA south plugin based on the Systerel S2OPC OPC UA Toolkit. This plugin offers similar functionality to the flir-south-opcua plugin but also offers data encryption and authentication.