0% found this document useful (0 votes)
7K views

LabVIEW Strings

This document discusses LabVIEW strings and string functions. It notes that strings can represent numeric data as ASCII characters that can later be converted back to numbers for processing. The document lists some common string functions available in the LabVIEW Strings palette and provides an example of building a string using the Build String.vi function.

Uploaded by

ahmed4665
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7K views

LabVIEW Strings

This document discusses LabVIEW strings and string functions. It notes that strings can represent numeric data as ASCII characters that can later be converted back to numbers for processing. The document lists some common string functions available in the LabVIEW Strings palette and provides an example of building a string using the Build String.vi function.

Uploaded by

ahmed4665
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

LabVIEW Strings

• A string is a collection of ASCII characters.


In instrument control, you may pass
numeric data as character strings then
convert these strings back to numeric to
process the data. In the Strings palette
you can find many string functions. The
following table gives some of the available
functions
LabVIEW Strings
LabVIEW Strings
LabVIEW Strings
LabVIEW Strings
LabVIEW Strings
LabVIEW Strings
LabVIEW Strings
LabVIEW Strings

• Empty space
• Carriage Return ASCII CR
• Line feed constant ASCII LF
• End of line Constant
• ASCII HT horizontal tab
• String Constant
Example: Build String.vi

Pick Line

You might also like