I am new to RSI and am trying to set it up properly and test it using the kuka provided server.exe and RSI_ethernet.src. I believe I've setup the IP settings correctly as I'm able to ping both the main controller IP address and the RSI IP address from the remote PC. I'm also able to ping the remote PC from the controller via minimizing the HMI and using the command prompt.
However, when I start the RSI_ethernet.src program, it gets to the line where it creates the RSI container:
(ret = RSI_Create("RSI_Ethernet.rsi",CONTID,TRUE)
and then an error appears:
RSI_Create General Error: ETHERNET1
During this time on the remote PC with the server.exe running, I'm not seeing anything other than "Started listening on port 49152".
I've updated the RSI_EthernetConfig.xml file with the IP address of the remote PC and the port 49152.
Here are my settings:
Controller (virtual5)
IP: 172.31.1.147
Subnet Mask: 255.255.0.0
Gateway: 172.31.1.1
RSI (virtual6)
IP: 172.31.2.147
Subnet Mask: 255.255.255.0
Address Type: Mixed IP Address
Queue: Filter 6
Filter 6: Filter Type: IP Protocol
Filter 6: IP Addresss: 172.31.2.147
Filter 6: Subnet Mask: 255.255.255.0
Filter 6: Parameters: 17
Remote PC
IP: 172.31.1.2
Subnet Mask: 255.255.0.0
Default Gateway: 172.31.1.47
Thank you for your help.