Hi,
I am trying to read a long ASCII String from 2 different PCs using TCP/IP. Each string has alpha numeric information such as "Sensor 1{[(HVACTemp1,70.00,dF),(HVACPres1,1000.00,psi),(HVACPres2,828.00,psi),(HVACVib1,500.00,mv)],[],[]};Sensor 2{[(HVACTemp2,94.00,dF),(HVACPres3,3.00,psi),(HVACPres4,5.00,psi),(HVACVib2,3.00,mV)]"
I am using a case structure to read the data from 2 different computers. The problem I am having right now is that when I read data from Computer B and display it on my front panel indicators, the data from Computer A resets to zero. Similarly, when i read from Computer B, the data on the front panel indicators belonging to computer A reset to zero.
I checked my code a million times and I have not reset anything to
zero during the transition.
I would appreciate if anyone can help me and let me know what I am doing wrong. Thanks in advance.