0% found this document useful (0 votes)
148 views11 pages

LabVIEW String Functions Overview

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 Strings palette contains many functions for working with strings, including empty space, carriage return, line feed, horizontal tab, and string constant functions. An example is provided of a Build String.vi that uses string functions.

Uploaded by

maueicio2
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views11 pages

LabVIEW String Functions Overview

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 Strings palette contains many functions for working with strings, including empty space, carriage return, line feed, horizontal tab, and string constant functions. An example is provided of a Build String.vi that uses string functions.

Uploaded by

maueicio2
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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 [Link]

Pick Line

You might also like