11

LabVIEW Strings

Embed Size (px)

Citation preview

Page 1: LabVIEW Strings
Page 2: LabVIEW Strings

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

Page 3: LabVIEW Strings

LabVIEW Strings

Page 4: LabVIEW Strings

LabVIEW Strings

Page 5: LabVIEW Strings

LabVIEW Strings

Page 6: LabVIEW Strings

LabVIEW Strings

Page 7: LabVIEW Strings

LabVIEW Strings

Page 8: LabVIEW Strings

LabVIEW Strings

Page 9: LabVIEW Strings

LabVIEW Strings

Page 10: 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

Page 11: LabVIEW Strings

Example: Build String.vi

Pick Line