LabVIEW Strings

LabVIEW Strings • A string is a collection of ASCII characters. In instrument control, you may pass numeric data as char

Views 107 Downloads 5 File size 180KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

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