05-02-2005 11:07 AM
05-02-2005 11:26 AM
05-02-2005 02:59 PM
05-02-2005
03:27 PM
- last edited on
11-16-2025
10:15 AM
by
Content Cleaner
For the first part, I don't have an good example. Why don't you attach a simple example of your problem with a typical string as a diagram constant and a description of the format.
For the second part, just read the entire file using "read characters from file", then send the string via UDP. No need to convert the data to a string. (or use a string type for your read function).
Alternatively, you could "typecast" your data to a string instead of "flatten to string" before sending. Flatten e.g. prepends the array size, while type cast does not.
A good reference is also Application Note 154: LabVIEW Data Storage