So I have OmniCore E10 Controller which has physically four ethernet ports. WAN1, WAN2, Device and MGMT. WAN1 we normally used with ProfiNet+Safe communication and now we also need to add additional device (Cognex camera) to system which we control with socket communication.
But when I checked from manual about using this WAN2 for this communication with camera. Looks like it’s not possible. But then I read about this SocketBind. But because never been using that earlier. Could someone to help me little with that?
Should I only add some additional commands before my ‘normal’ socket communication program? Or is something more which I must made and are these some limitations when using this SocketBind command? Like can I still use these SocketOpen, SocketClose, SocketConnect, SocketSend etc?