09-15-2005 08:20 PM
09-15-2005 11:44 PM
If so, then you're better off not dealing with the files, but put a TCP listener in your LV Server, and query it using TCP OPEN in the client. You'll have to manage dividing it up into blocks, but that's not terrible.
Another alternative is to send the data via the same mechanism.
Another alternative is for your server VI to read the file and send it via TCP.
All these require you to take your gloves off and deal straight with TCP, but it's not difficult, and VERY flexible.
Blog for (mostly LabVIEW) programmers: Tips And Tricks