03-05-2022 08:29 PM
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:
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....
03-05-2022 09:06 PM
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.