KR16R2010_2 C4
KSS Version: KSS 8.5.8
RSI version: 4.0.9
Sorry Folks,
I am bringing up an old topic. I'm facing exactly the same issue as explained by OP. My current settings are as follows:
1. KLI Windows Interface (virtual 5):
IP Address: 172.31.1.147
Subnet mask: 255.255.255.0
Standard Gateway: 172.31.1.147
2. vistual6 (RSI)
IP Address: 172.31.2.147
Subnet Mask: 255.255.255.0
Address Type: Real-time IP Address (I also tried with mixed IP)
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
3. Windows 10 Remote PC (KLI):
IP Address: 172.31.1.150
Subnet Mask: 255.255.255.0
Default Gateway: 172.31.1.147
4: Windows 10 Remote PC (RSI):
IP Address: 172.31.2.150
Subnet Mask: 255.255.255.0
First, I configured the network as explained in the manual but it did not work and then I followed the steps explained in the forum but the results were not positive.
I copied all the necessary files into the respective directories as explained in the manual. I entered the IP address 172.31.2.150 and port 49152 in `RSI_EthernetConfig.xml` as shown below:
<CONFIG>
<IP_NUMBER>172.31.2.150</IP_NUMBER> <!-- IP-number of the external socket -->
<PORT>49152</PORT> <!-- Port-number of the external socket -->
<SENTYPE>ImFree</SENTYPE> <!-- The name of your system send in <Sen Type="" > -->
<ONLYSEND>FALSE</ONLYSEND> <!-- TRUE means the client don't expect answers. Do not send anything to robot -->
</CONFIG>
When I run the robot in T1 or AUT mode after selecting the program RSI_Ethernet.src, I get error saying KSS29002: Signal Flow (running): Object ETHERNET1 returns error RSITimeout. I tried both receive data only and send and recieve data and both modes do not work.
I got the wireshark running and got to know that the Robot and Remote PC are only communicating over KLI interface (172.31.1.XXX subnet) and do not see any communication over RSI interface (172.31.2.XXX subnet). I can ping both the subnets (172.31.1.147 & 172.31.2.147) of the Robot from Remote PC and of the Remote PC (172.31.1.150 & 172.31.2.150) from the robot.
Please help me figure out as to what might be the issue here.
Thanks