Trouble establishing communication with sigmatek controllers

Hello,

I am currently testing my code that establishes communication between my APC 3100 and my sigmatek CP102 controller, I have configured my IPC to port 4840, and tried using scanners on the controller but wasn’t able to find any relevant ports so I picked an unused one. Currently I am getting these tcp_errors 32651 & 65535. I am unsure whether there are some settings that I need to change with my IPC’s config, everything is wired correctly.

Any tips or suggestions would be greatly appreciated.

Thanks!

Hello,
4840 would be the standard port for OPC UA, so you might want to pick a different one.
Here is a list of ports from the system.

Errorcode 65535 is indicating the functionblock is busy and you have to call the functionblock again until you get results.

Maybe you want to check the sample for AsTCP to communicate via Ethernet between two (B&R) controllers.

BR Fabian

Thank you for the response, will make sure to look into these resources.

Hi @mateo.p, have you found solution for your problem? If so, can you share it with us?