LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

adding arrays

I am looking for a vi that I will be able to add all the elements in a large one dimensional array (hexidecimal format) and come up with the value (hexidecimal).
 
Thanks
Mark
0 Kudos
Message 1 of 5
(2,964 Views)

Look in the Numeric palette...you should find the "Add Array Elements" function.  On the indicator you wire to this function, choose Visible Items > Radix, and change the radix from decimal to hex.

-D

0 Kudos
Message 2 of 5
(2,960 Views)
Thanks but I did not explain myself fully ....
 
I have strings in hexadecimal format in this 255 string array. I would like my outcome to be converted back to this string function. I am looking to just send my full array in an get the element out.
 
 
0 Kudos
Message 3 of 5
(2,957 Views)
This should do what you need. You'll find the conversion functions in the "String>String/Number Conversion" function palette.



Ed

Message Edited by Ed Dickens on 04-11-2006 10:00 AM



Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
Message 4 of 5
(2,954 Views)
Thanks that is exactly what I was looking for
0 Kudos
Message 5 of 5
(2,946 Views)