Msg_onl0144

Hi, I’m trying to connect my starter kit with an AXC F 2152 controller to a PROFINET - BACnet gateway, but I’m encountering an error: „No device structure could be read for the device: hd67679, MSG_ONL0144“ when attempting to „read the PROFINET module“. Can anyone give me an idea of how to resolve this error? hd67679 is the device name.

Hi Reluz,
for my understanding:

                * you imported the GSDML file of PROFINET - BACnet gateway
                * you added the device to the Profinet node below the AXC F 2152
                * you tried to read the modules of the PROFINET - BACnet gateway and get the error

Maybe you can try to open the module list of the device (double click the device and open tab Module List) and check that you can add modules to it. I dunno if the device has preselected fixed slots or not.
Also the scan only reads modules that are physically connected to the device, so if there are none it can’t find any.
The connection between the PLC and the device should be established when you write the project to the PLC when the device is added to the Profinet node and hd67679 is the name of station of your device. You can check that by executing a DCP scan via Online Devices Editor @Profinet node.

Cheers
DivisionByZero

Hi @DivisionByZero,

Thank you for your assistance! I was able to resolve the issue. Upon reading the Profinet modules online, I noticed a discrepancy in the device type between my project settings and the actual device configuration online. I adjusted this discrepancy in the GSD file accordingly, and now everything is functioning correctly.

Best regards,

Reluz