Hello,
I have written some vi's with Labview and I can send messages from labview via TCP to PD. Now I want to get the messages in PD and than unpack them or write them in a file with a specific format. I mean the messages are motion Data in x,y an z direction like this:
x y z
45 63 23
44 32 21
98 23 11
.
.
.
.
I have written a patch using [tcpclient]to get the Data but I dont know
1-how the messages come to pd, I mean in which order.
2-is there any index for the messages and recieved data to access a specific element of a message?
2-how can I save the Data in original order in a file?
Can somebody help me solving these problems?
see Attachment