05-08-2008 08:37 AM
05-09-2008 09:05 AM
05-11-2008 11:17 PM
Thank you very much for your reply.
TCP_DISCONNEC events gets called. There is no error (error code checked). For development purpose I am using evaluation version of CVI. Is it limitation of evalution version to open only one TCP connection ? As I my system I have to coonect to two RT system. Connection disconnected is always the first connection opened. I tried to change the order of connection opening.
05-12-2008 09:37 AM
05-12-2008 10:51 PM
Connection gets disconnected immediately when second connection is made with other RT system. Both RT with host works fine indepdently, but not at the same time.
I will give the details.
1) HOST PC WinXP, LabWindows Application. IP address 192.168.0.1
2) cRIO 9012 LabView RT Running PID application IP 192.168.0.2
3) cRIO 9012 LabView RT Running DAQ application IP 192.168.0.3 coonected to cFP chassis IP 192.168.0.4
All are connected using LAN Switch
Host tries to connect Sr. no 2 and Sr. No3. First connection gets disconnected by Receiving TCP_DISCONNECT Even in TCP/IP callback function, but second connection works fine, even order of connections is changed.
Problem is How come first RT knows , second connection is initiated ?.
regards,
05-13-2008 09:00 AM
05-13-2008 09:05 AM
05-14-2008 10:58 PM
05-16-2008 10:58 AM