Module arsvcreg

hello …

i’m starting to use AS V4.9

i have a problem ; when i make rebuild my project they are show me this message

“C:\projects\JK\Binaries\Config1\X20CP1485\McBase.br : Error 427: Needed module arsvcreg of required range from V4.25 up to all higher versions not installed.”

Can you help me please?


Hello and welcome !

I think that the used AR “H3.10” is the cause of this problem.
3.xx AR versions are suitable for AS 3.x versions while you use a AS4.x and mapp 5.x version. Please switch the operating system to the latest available AR 4.xx in the pulldown menue and try again

2 Likes

In the screenshot a X20CP1485 CPU can be seen. The AR-version cannot be updated to an AR-version needed for mapp motion 5.0 or higher.
https://help.br-automation.com/#/en/4/motion%2Fmapp_motion%2Fallgemeines%2Fsystemvoraussetzungen%2Fsystemvoraussetzungen_.html

You must use Acp10Arnco and if needed with mapp legacy.

3 Likes

For mapp legacy also an AR-version >= 4.25 is needed, so only ACP10 ARNC0 (Motion) can be used.

1 Like

Thanx sir for reply and help
Please can you give me the upgrade of AR 4 which can be used with CP1485

Here is a weblink for version 5.25.1 V4.3 TP Upgrade (Acp10Arnc0_5.25.1.0) | B&R Industrial Automation

This version must be selected after installation:
image

You can find sample sourcecode in AS-Samples Motion Samples->Motion->LibACP10MC_SingleAx_st.zip

The issue with ArSvcReg is a known issue when switching from AS4.2 to 4.3 or greater.
In some Versions of AS4.2 this Library must be manualy added to the project.
From AS4.3 the rollout of this functionality had been changed. The object is now a binary which will be added automaticaly.

If you get this error just remove the Library AsSvcReg from the LogicalView and SoftwareConfiguration. Rebuild the Projekt and it should be solved.

Greetings
Michael

HELLO SIR THANX SO MUSH FOR HELP
I USE AS4.9 BUT I DIDN’T FIND AsSvcReg
CAN YOU PLEASE SHOW TO FIND IT,?

Hello,

Sorry i did not read the whole thread, so i missed some important hint’s of the other members.

Your main issue is not the ArSvgReg Library issue.

Your main issue is that you try to use mapp Motion with an X20CP1485 which has been discontinued. So there is no up to date Software Support for this PLC.

mapp Motion requires the ArSvcReg as part of the Automation Runtime (newer methode
[Binary] as seen above in Screenshot), which is only true for newer Runtimes. There is no Runtime for X20CP1485 which meets this requirement.

These are the hints in the Warning of your Output Window.

As your project seems to be quite small, the best way is to start a new Project and follow:

1. Create Project with X201485 in AS4.9

2. Add your P3 from the Toolbox and Follow the Wizzard. Select ACP10/ARNC0

mapp Motion is not supported by your PLC (X20CP1485)

Newest Runtime for X20CP1485
AR-Download

3. Use further Training Material to work with ACP10 Axis.
AS-Help Creating ACP10 Axis


Another option would be to use an up to date X20-PLC with up to date Automation Runtime >B4.34.

A modern Version of the PLC would be a X20CP1685.

Greetings
Michael

1 Like