I have an LBR iisy with a KR C5 micro running Kuka's new OS on it, iiQKa.OS 1.1.5 with Kuka Linux OS 1.1.13, and I am trying to communicate to the robot controller to send waypoints from a Beckoff CX8090 controller to the robot for it to move to (the data would be a floating number for x,y,z,rx,ry,rz individually).
I have a very limited knowledge of industrial networks, but from what I understand, as long as I am connected to the KLI port, I should be able to setup a TCP socket communication with the robot. However, while I know how to set it up from the PLC side, I am lost on how to do this on the robot side, specially since all ports seems to be clients except for the IT one, as there are no native protocols that Kuka provides to do this and workvisual does not work with KR C5 micro. I am aware that there is an Ethercat Bridge that would make this easier but the only thing I want to do is exchange a floating number between the PLC and the robot so it seems a little too much for my task. I have also thought about using profinet or a raspberry pi with ros as a midpoint device but I am not familiar enough with ros to explore this option yet. Has anyone been successful in using TCP sockets to a KR C5 micro controller? If so, how? Any help would be appreciated