Reputation: 33
I am using a Windows PC as my Development PC (XAE) and another Windows PC as my Remote PC (XAR). I have connected them successfully. It is shown in the picture below.
But, this error appeared when I tried to Activate the configuration after connecting to the Runtime PC. This error AdsError: 1792 (0X700) appeared on both (Development PC and the Runtime PC simultaneously).
I have already done the TCP and UDP settings.
Kindly view the event viewer error picture.
Upvotes: 2
Views: 8437
Reputation: 1
This error is caused by Driver signature error. When you create new C++ item, you can chouse "Versioned project" or "Driver". For versioned project you should request certificate from Beckhoff as written in information manuals.
For Driver project, you can "disable check driver signature" and then you will be able to run project.
Upvotes: 0
Reputation: 11
For future me and others, the comment from Hugh Wang about running the .reg file is what resolved this issue for me. We were setting up a fresh Cx5240 and having issues loading config to the processor.
Upvotes: 1
Reputation: 1
Please reference the following link https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_security_management/1850044555.html&id=
If you are using versioned C++ project, you should check the "Sign TwinCAT C++ executables (*.tmx)" checkbox. Otherwise you get an error such as
ERR | 12/14/2021 10:24:58 AM 051 ms | 'TCOM Server' (10): Error loading repository driver 'C:\TwinCAT\3.1\Boot\Repository\C++ Module Vendor\StateMachineDrv\0.0.0.1\StateMachineDrv' - hr = 0xc0000603
Upvotes: -1