To download NI software, including the products shown below, visit ni.com/downloads.
Overview:
This example takes an input string in the Normal mode that should be in Hexadecimal mode, and converts it to show the characters properly.
This example is useful because converts all Hexadecimal Codes to Characters. Writting these Hexadecimal Codes in a control and running the VI, it outputs the converted Characters.
Description:
Inputs a string and parses through each backlash (\) with a search, splitting the string further, and using a type cast. Repeats with a while loop until all slash codes have been converted.
Requirements
LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.