09-18-2006 10:32 AM
09-18-2006 10:41 AM
09-18-2006 12:38 PM
09-18-2006 12:43 PM
09-18-2006 01:08 PM
09-18-2006 01:14 PM
09-18-2006 01:42 PM
HI Bob,
Thank you for posting the VI's for us to look at!
A couple of notes:
1) On the recieving side, use one TCP/IP read to get the byte count, then use that value to control how many bytes ared in the the second TCP/IP read.
2) Your byte count will be 4 bytes not 3
3) Sent the byte count as a seperate TCP/IP packet. Do not concantentate the two.
4) Last I looked, property nodes did NOT work in a deplyed LV 6.1 RT app.
5) Global variables are OK if they are written only one place. Is that statement true for all of your globals?
I hope this helps,
Ben
09-18-2006 01:44 PM
09-18-2006 02:36 PM - edited 09-18-2006 02:36 PM
Message Edited by Dennis Knutson on 09-18-2006 01:39 PM
09-18-2006 03:06 PM