This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDS243EVM: EtherNet/IP Adapter, Connection Manager implementation

Part Number: TMDS243EVM


Tool/software:

Hello,


based on the EtherNet/IP Adapter Generic Device Examples, I am trying to implement my own Generic Device.
I have the given EDS file.

The device identification works. I have implemented a custom CIP Class tested with EtherNet/IP Tools from Molex. I have implemented [Assembly]. 
I don't know how to implement the [Connection Manager] part in the code and its binding to [ASSEMBLY]

I didn't find in the demo the part of the code where the [Connection Manager] is created. But the demo with PLC works, but my project does not.

Can you please advise me how to implement [Connection Manager]? Is it somehow related to functions like EI_API_CIP_createRoutingAssembly?