Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

Installation

While Although the hardware will often have our Edge ACM software preinstalled, sometimes you will find you need may already installed, it may be necessary to perform the initial installation or upgrade the existing installation on a piece of hardware. Follow the instructions in the Dealing with software packages page to get your hardware configured.

Licensing

Before you can poll any devices, you will need a License on your hardware.

With Edge Manager installed:

  • Go to http://EdgeDeviceIP:8080

  • Select App Manager on the left pane

  • Expand the node at the top of the Explorer pane

  • Right click Edge ACM

  • Select Properties

  • Download a License Request and send that file to your AUTOSOL contact.

  • When you receive a License file, return to Edge ACM properties

  • Use Choose File to select your License

  • Press the Submit button once your License is selected

  • You should now have an Expiration Date and a number of Devices Licensed

Congratulations! Your hardware is now licensed and can be used to poll devices!

Edge ACM

In order to poll data from any devices, you will need a number of objects created within Installing Software Packages to configure the hardware.

Edge ACM

https://autosoln.atlassian.net/wiki/pages/resumedraft.action?draftId=298746247 is the the polling engine that collects data from the field device using native protocols and provides that data to other apps for publication, eg. AUTOSOL MQTT, Azure.

In order to poll data, the following objects must be created in Edge ACM:

  • One or more Folder objects to hold the other objects

    • Added Add by right clicking Edge ACM or a Folderfolder, selecting Add, then selecting Folder.

  • One or more Connection Settings object objects to establish the IP and port we are communicating with. .

    • Add by right clicking a folder, selecting Add, then selecting Connection Settings

Info

If multiple devices share an IP and port (eg. are all on the same master radio)

...

, a single Connection Settings object can be shared by multiple Device objects

    • Added by right clicking a Folder, selecting Add, then selecting Connection Settings

    One or more Schedule objects to configure how often frequently Edge ACM will poll its associated Tag Groups

    • Added Add by right clicking a Folderfolder, selecting Add, then selecting Schedule

  • One or more Tag Group objects to identify the Tags to be polled

    • Added Add by right clicking a Folderfolder, selecting Add, then selecting Tag Group

  • One or more Tag objects in each Tag Group to establish which tags/registers are polled in the end device, and the rules by which it is published.

    • Added Add by right clicking a Tag Group, selecting Add, then selecting Tag

  • One or more Device objects (Allen-Bradley® ControlLogix, Modbus, Roc ROC, TotalFlow ABB® Totalflow).

    • Added Add by right clicking a Folderfolder, selecting Add, then selecting the appropriate Device object.

At least one device object must be Enabled, linked to a Connection Settings object, and have a Tag Group that contains at least one Tag selected in order for communications to occur.

Right To start Edge ACM, right click Edge ACM, select Commands, and select Start. If the app is Licensed and the above steps have been taken, the indicator circle should will turn Green and you should see files will be generated in the Log Viewer

Priority Forward

Priority Forward is the app that allows the App Manager to control access to a device, allowing a primary connection to override all other communications.

In order to control communications, the following objects must be configured in Priority Forward:

  • One or more folder objects to hold the other objects

    • Add by right clicking Priority Forward, selecting Add, then selecting Folder

  • One or more Advanced Channel Settings object to establish rules for the Channel

    • Add by right clicking a folder, selecting Add, then selecting Advanced Channel Settings

  • One or more Channel object to establish the IP and port of the end Device and the local ports used for Primary and Secondary connections

    • Add by right clicking a folder, selecting Add, then selecting Channel

Once these objects exist, right click Priority Forward, select Commands, and select Start

Azure

Azure is the app that publishes data from Edge ACM to your Azure IoT Hub

Info

Symmetric Key must be selected for the authentication type when creating the IoT Hub device in Azure IoT Hub

In order to communicate with your Azure IoT Hub:

  • Right click the Azure app and select Properties

  • Set the Connection String to match the Primary or Secondary Connection String you have configured within Azure IoT Hub.

    • Each instance of Edge Manager should be configured to publish to a separate Device in Azure IoT Hub

Once the Connection String is configured and the other settings established, right click Azure, select Commands, and select Start to begin publishing to Azure IoT Hub.

Info

Data will only publish to Azure when Edge ACM is running and retrieving data from its end devices.

AUTOSOL MQTT

AUTOSOL MQTT is the app that publishes polled data from Edge ACM to an MQTT Broker

In order to communicate with an MQTT Broker the following objects must be configured within AUTOSOL MQTT:

  • One or more folder objects to hold the other objects

    • Add by right clicking AUTOSOL MQTT or a folder, selecting Add, then selecting Folder

  • One or more Broker Connection objects to establish a connection within your MQTT Broker

    • Add by right clicking a folder, selecting Add, then selecting Broker Connection

  • One or more Publisher object (Standard Publisher Configuration, Sparkplug B Publisher Configuration) to establish how data from Edge ACM will be sent to your MQTT Broker through your Broker Connection

    • Add by right clicking a folder, selecting Add, then selecting the appropriate Publisher object

Once the objects have been created, right click AUTOSOL MQTT, select Commands and select Start

Info

Data will only publish to an MQTT Broker Azure when Edge ACM is running and retrieving data from its end devices.

Common Issues

If newly saved changes haven’t shown up in your client software, verify that you have issued a Restart or a Stop then Start command to apply the changes..