Hi victor,
wrote: I'm trying to create a binary to hexadecimal converter to go into the "Write Data" input of the niHSDIO Write Static (U32) VI. Can you help me understand how I can make this conversion? I attached the VI below.
Right now most of the stuff in this image is handling strings: where do you try to convert "binary" data?
Why do you think you need "hexadecimal" data?
Suggestion: create a boolean array of 32 elements, then convert this array to an U32 number. No need for all those pink string wires and string formatting functions!