Hi,
I get the following error while trying to inport eds files. This is happenig to all eds files.
Does any one knows this error?
I’m using AS4.12.9 and DTM v2.11.2.
Thank you

Hi,
I get the following error while trying to inport eds files. This is happenig to all eds files.
Does any one knows this error?
I’m using AS4.12.9 and DTM v2.11.2.
Thank you

Hi @Pedro_Antonio ,
I asked help to AI about your issue:
This error usually means your CANopen configuration file (like an EDS or DCF file) is missing a required parameter that tells the system how many Receive Process Data Objects (RPDOs) the device supports.
How to Fix the Error
You can fix this by manually editing the configuration file using a standard text editor like Notepad.
Open the file: Locate your device’s .eds or .dcf file and open it in a text editor.
Find the section: Search for the text [Device Info].
Add the missing line: Underneath that header, type NrOfRXPDO= followed by the number of RPDOs your device uses.
Save and reload: Save the file and reload it into your PLC or master configuration software.
Example Configuration
ini
[Device Info]
VendorName=ExampleCorp
DeviceName=MotorDrive
NrOfRXPDO=4
NrOfTXPDO=4
=============
I think you should ask their Support team to review their EDS file and add missing entries.
Ciao
Valerio
Hello Valerio,
Thank you for your answer.
Unfortunatly the file has no problem.
The .eds file is for an EthernetIP master and it is beeing used without any errors in other PCs.
The error came with a new installation of the AutomationStudio 4.12 but I don’t find a reason for that. The applications like B&R DTM/B&R Generic Hart DTM have the same versions on all PCs.
Best Regards
Pedro.
Hello,
I suppose you use a IF10D-1 and used “import fieldbus device” instead of “import DTM device”
Please use Import DTM device and then select EthernetIP device
The reason for your problem is if you use “import filedbus device” then AS thinks you use the “old” native fieldbus options where EthernetI Pwas not available. Due to this AS thinks your EDS file is aCanOpen device and inside the EthernetIP EDS files keywords for CanOpen are missing
Hello,
Thank you!
I’ll try this.
Thanks so much Oliver for the clarification!
Ciao
Valerio