12-20-2016 03:24 PM
Hello,
I'm trying to convert an array Contains some elements of type hexadecimal to number but it doesn't working. So what is the fonction that can this convertion.
Someone can help me.
Cordially.
12-20-2016 03:55 PM
Hello,
I'm trying to convert an array Contains some elements of type hexadecimal to number but it doesn't working. So what is the fonction that can do this convertion.
Someone can help me.
Cordially.
12-20-2016 04:21 PM
"it isn't working". How are you trying to do it now? What is it doing wrong?
String to byte array, or type cast, or hexadecimal string to number. One of those functions "may" do what you want. But if you attach a VI that contains some typical data saved as default, along with an example of how you want that to look, then we can help you connect the dots.
12-20-2016 04:40 PM
@mouhamedgmail wrote:
I'm trying to convert an array Contains some elements of type hexadecimal to number but it doesn't working. So what is the fonction that can this convertion.
Your question is way too ambiguous to help you.
Please attach a small VI that contains your original data as a diagram constant. Then tell us what result you would like to obtain from it.
12-21-2016 02:00 AM
Hi;
I built an array by another array, then i want to concat their elements and convert to a decimal number. I use the convertion byte array to string and then i try to convert the string to number but it isn't working,
12-21-2016 02:29 AM - edited 12-21-2016 02:30 AM
12-21-2016 08:06 AM
@mouhamedgmail wrote:
Hi;
I built an array by another array, then i want to concat their elements and convert to a decimal number. I use the convertion byte array to string and then i try to convert the string to number but it isn't working,
Please attach your code so that it has data saved in it. That means run your VI, Edit >> Make Current Values Default, Save, Attach to your message. Be sure to put in an example indicator that shows what you want the end result to be even though you haven't gotten the functions together yet to be able to wire it up.
Both Altenbach and I have asked for that, but the VI you attached does not contain any data.
12-21-2016 12:58 PM - edited 12-21-2016 01:11 PM
@mouhamedgmail wrote:
Hi;
I built an array by another array, then i want to concat their elements and convert to a decimal number. I use the convertion byte array to string and then i try to convert the string to number but it isn't working,
Please:
12-22-2016 06:44 AM
Hi; her is the code, i want to display the result in floating point number. this number displays in hexadecimal is equal 14.0 in floating point number. So i need the fonction that can do this desplay (hexadecimal string to floating point number). that's it 🙂
thanks
12-22-2016 11:12 AM - edited 12-22-2016 11:18 AM