Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in writing the data in TCP/IP communication

I am creating the GUI for the Panels which will act as the client.

I wanted to read the server data and write the same to the client to control the controls in gui. But when i am writing the data the in server my original data in changing to zero and 0 is being written so at the client output i am getting 0.

 

kindly help..

Download All
0 Kudos
Message 1 of 2
(1,806 Views)

I don't entirely understand what you're saying is going wrong. For example when you say the data you are writing is going to zero, does that mean the UI control on the server or what the client sees. I have a few suggestions:

 

  1. You have an extra flatten in the client. I've put it in a disable case below
  2. You need to protect your indicators from errant data on the client with a case structure
  3. Your deserialization makes no sense at all. I've taken a guess at what you were trying to do.
  4. extra unflatten4.png

 

0 Kudos
Message 2 of 2
(1,772 Views)