Example Code

Basic String Conversion to Hexadecimal, Octal, or Binary in LabVIEW

Code and Documents

Attachment

Overview:
This VI demonstrates string conversion by allowing the user to convert an input string to its equivalent hexadecimal, octal, or binary equivalent. It can be used stand-alone or as a subVI.
Description:

-

Requirements:

  • LabVIEW 2012 (or compatible)

Steps to Implement or Execute Code:

If using as a standalone VI:

  1. Open the VI.
  2. Enter the desired starting string
  3. Select the desired output type
  4. Run the VI.
  5. The output string will display in the "Converted string" field.

 Additional Information or References:Screenshot_1.png

 

Screenshot_3.png

 "**This document has been updated to meet the current required format for the NI Code Exchange.**" 

 

 

 

 

 

 

Additional Notes

Caleb Harris

National Instruments | http://www.ni.com/support

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.