Upgrade the adapter
- Last UpdatedFeb 06, 2025
- 1 minute read
When a new version of the adapter is released, you can upgrade to the latest version by running the new installation package.
Windows upgrade
Complete the following steps to upgrade a AVEVA Adapter on a Windows computer:
-
Download AVEVA-Adapter-for-Modbus_1.6.0.331-x64_.msi from the AVEVA Customer Portal.
Note: Customer login credentials are required to access the portal.
-
Run AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-x64_.msi.
-
Complete the setup wizard.
-
Optional: To verify the upgrade, run the following curl command with the port number that you specified when completing the wizard:
curl -X GET "http://localhost:5590/api/v1/Diagnostics/ProductInformation"
Upon successful upgrade, the JSON response lists the updated application version:
{
"Application Version": "1.0.1.239", // upgraded version
".Net Core Version": ".NET Core 3.1.15",
"Operating System": "Microsoft Windows 10.0.19041"
}
Linux upgrade
Complete the following steps to upgrade a AVEVA Adapter on a Linux computer:
-
Download the appropriate Linux distribution file from the AVEVA Customer Portal.
Note: Customer login credentials are required to access the portal.
-
Open a terminal session.
-
Move the Linux distribution file to the target host and run the sudo apt upgrade command.
Platform
Command
Linux x64
sudo apt upgrade ./AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-x64_.deb
Linux ARM32 Debian
sudo apt upgrade ./AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-arm_.deb
Linux ARM64 Debian
sudo apt upgrade ./AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-arm64_.deb
Optional: To verify the upgrade, run the following curl command with the port number that you specified:
curl -X GET "http://localhost:5590/api/v1/Diagnostics/ProductInformation"
Upon successful upgrade, the JSON response lists the updated application version:
{
"Application Version": "1.0.1.239", // upgraded version
".Net Core Version": ".NET Core 3.1.15",
"Operating System": "Microsoft Windows 10.0.19041"
}