I'm rather new to Labview, and I'm trying to create a program that can
display, record, and play back data coming in over TCP/IP. I created
a program that can display and record the data, but I can't figure out
how to put the playback in.
I'm using a sequence that waits for the incoming TCP/IP data to start,
then opens the file, then receives and records the data, and finally
closes the file. I've tried putting in a case that allows you to
start off opening a file instead of opening the TCP/IP port, but then
I end up with all these unused wires between the parts of the
sequence. For example, there's a TCP connection ID wire that I don't
need when it's in the file playback mode, but Labview gives me an
error because it's not connected.
Is there a better way to approach this problem? Or am I on the right
track and I should just keep plowing through it?
-Paul