I’m running into a strange problem when moving my code from RobotStudio to an IRC5 controller.
The code essentially just opens a TCP/IP socket and listens for incoming connections.
This code runs fine in RobotStudio, and apparently it runs fine on the IRC5 too - at least that’s what the FlexPendant is telling me.
The problem is that I can’t connect to the IRC5 controller via the network.
I know the controller is on the network, since RobotStudio shows the status of the controller, I can grant/revoke write permissions, browse files and so on.
It would be much appreciated if anyone could point me in the right direction.
EDIT:
Apparently there is a socket timeout a few minutes after the program starts. This happens regardless if I try to connect to the port or not.