LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My TCP client could not write.

I'm new to labview and i am currently working on my assignment for labview. I am doing a car wash system that requires us to use tcp/ip to write the date, time and type of wash to the server side. I did tcp/ip before on previous homeworks and they worked fine but not on this one:

TCP Client:

chanhh01_0-1646532717464.png

chanhh01_0-1646533452623.png

 

 

I put this in a while loop with state machine case structure then a flat sequence structure. After some testing, I did find out that the data that went into tcp write "disappeared" at server since the indicators at tcp server read was empty, so i tried debugging them on them but all of them were "ok". How can i fix it? Please go easy on me, Im really confused with labview's logic....

0 Kudos
Message 1 of 2
(978 Views)

Never mind. I got it to work, I was foolish to not include bytes to read for my tcp read that accept bytes for other inputs.

0 Kudos
Message 2 of 2
(971 Views)