Any info about support of AS running on windows 10/11 for ARM architecture?
Hello,
Iâve been working on an Automation Studio project for years, using MacBook Pro that uses M1Max. B&R doesnât officially support VM environments, but below have been tested in my development environment for years.
- Create remote install package
â ok - Connect between AS and PLC
â ok but manually (DO NOT CLICK BROWSE see below) - Interaction with Scene Viewer
â ok - Interaction with ABB Robot studio
â okâŠbut, not sure (The exhibition demo using ABB robots and ACOPOStrak worked well.) - SuperTrak
â TrakMaster not work on Windows for ARM (Last check at Nov 2023. Iâm not SuperTrak engineerâŠ) - ACOPOStrak
â ok - ACOPOS 6D
â ok but, PMI tool not work - mappVision
â ok (Last check at Feb 2024)
As shown in the image below, clicking Browse in Online-Settings causes an error. Some PVI-SNMP-related drivers seem to depend strongly on x86. It would be great if PVI-based libraries are update to unified binaries
Best Regards,
As far as I know there are currently no plans to support ARM architecture CPUs
Iâve been developing on an M2 Macbook using parallels since mid 2023 without any issues. As @seunghwa said, the only thing that doesnât really work is the browsing in the online settings view.
Windows 11 arm can run most 32-bit applications without issue, when you get to 64bit applications you usually need to make sure that it was compiled for ARM64 specifically before installing.
Hi @Vratislav, what is the status of your question? Have you made it running?
One update, Automation Studio Code does not work with aarch architecture. Unable to get license information.
I know Automation Software does not support aarch. But there were no problem with Automation Studio Code beta phase. ![]()
So, I test technology guarding compatibility with aarch.
- Technology guarding 1.8 standalone â Work
- Technology guarding 1.8 via Automation Studio 6.3 â Work
- Automation Studio Code license validation â Unable to get license information (Same on Qualcomm Snapdragon processor with not VM environment.)
So Iâm still using Visual Studio Code+CLI.
If âSafety+â is also cannot to run on aarch, I think I should stop on AS4. (It is not easy to carry two laptops.
)
I actually had this same problem with my M2 macbook with parallels. I did find the solution though.
Youâll need to uninstall the .NET framework that came with Visual Studio (an arm64 version) and then reinstall .NET 8.0 framework x64 (I did this by downloading directly from Microsoft). Youâll need to manually add the .NET executable to your path, but after that the licensing works for AS Code as it normally would. For whatever reason, even if both .NET frameworks (arm64 and x64) are installed, AS Code will default to the arm64 even though it requires the x64.
Hope this helps!
Does this mean adding system environment variables? (DOTNET_HOST_PATH)
If this is not the case, I would appreciate it if you could let me know. (Iâm not friendly with .net)





