04-12-2008 09:50 AM
Parameter |
Units |
Type |
Size (bytes) |
Index |
none |
Integer |
4 |
Lat |
Radians |
Double |
8 |
Long |
Radians |
Double |
8 |
Altitude |
m |
Float |
4 |
Heading |
Radians |
Float |
4 |
Pitch |
Radians |
Float |
4 |
Roll |
Radians |
Float |
4 |
4 |
04-12-2008 10:17 AM
04-12-2008 10:24 AM
04-12-2008 10:33 AM
04-12-2008 10:35 AM
04-12-2008 10:49 AM
04-12-2008 10:55 AM
04-12-2008 11:00 AM - edited 04-12-2008 11:04 AM
OK, here's the easy way (LabVIEW 8.0):
Sender: Make a cluster of your data, cast it to a string.
Receiver: cast it back to a cluster of the same type.
Couldn't be simpler! 😄 You don't even need to worry about sizes, etc.