Upgrade the adapter
- Last UpdatedApr 03, 2025
- 2 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:
1. Download AVEVA-Adapter-for-Modbus_1.6.0.354-x64_.msi from the AVEVA Customer Portal.
Note: Customer login credentials are required to access the portal.
2. Run AVEVA-Adapter-for-Modbus_1.6.0.354-x64_.msi.
3. Complete the setup wizard.
4. 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"
Alternatively, use the following edgecmd command:
edgecmd get application
Upon successful upgrade, the JSON response lists the updated application version:
{
"Product Name": "AVEVA Adapter for Modbus",
"Product Version": "1.6.0.354",
"Adapter Framework Version": "1.8.1.62",
"Runtime Version": ".NET 6.0.27",
"Operating System": "Microsoft Windows 10.0.19045"
}
Linux upgrade
Complete the following steps to upgrade a AVEVA adapter on a Linux computer:
1. Download the appropriate Linux distribution file from the AVEVA Customer Portal.
Note: Customer login credentials are required to access the portal.
2. Open a terminal session.
3. 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-Modbus_1.6.0.354-x64_.deb |
|
Linux ARM32 Debian |
sudo apt upgrade ./AVEVA-Adapter-for-Modbus_1.6.0.354-arm_.deb |
|
Linux ARM64 Debian |
sudo apt upgrade ./AVEVA-Adapter-for-Modbus_1.6.0.354-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"
Alternatively, use the following edgecmd command:
edgecmd get application
Upon successful upgrade, the JSON response lists the updated application version:
{
"product name": "AVEVA Adapter for Modbus",
"product version": "1.6.0.354",
"adapter framework Version": "1.8.1.62",
"runtime version": ".NET 6.0.27",
"operating system": "Linux 5.15.0-76-generic #83-Ubunta SMP Thu Jun 12 19:16:32 UTC 2023"
}