03-07-2009 01:02 PM
03-07-2009 01:37 PM
It seems there is a problem in the RT application running on the PXI.
What kind of TCP communication are you doing? (plain lowlevel TCP, datasocket, web services, shared variable engine, etc...)
Can you show us some code?
03-09-2009 07:44 AM
Low-level TCP. Here's some code. I pulled out some TYPEDEFs as I am not able to ascertain whether the information is company-proprietary or not. Probably not a big deal, but just to be sure...it's basically just the details of what exactly is being transmitted. I will chase down permission to post if you think the issue lies there.
I was able to implement a work-around, as you can probably see in the code. Whenever the module runs, it attempts a reconnect, if it is not connected, or if the connection is closed. Just FYI, the real-time receive module runs at 50ms period and the transmit runs at 2 Hz.
03-10-2009 04:20 PM
03-11-2009 07:33 AM