03-24-2008 03:52 AM
03-24-2008 04:36 AM
Hi Falgandha,
Use the Number to Hexadecimal String conversion function from the String -->> String to Number Conversion palette.
03-24-2008 04:58 AM
dear sir
i want float number to hex not simple
03-24-2008 05:10 AM
03-24-2008 05:29 AM
Hi Falgandha,
Do you mean that you want to convert Float into Hex in the form of BCD?
Then see here.
Put the output data string into Hex format, that comes from the Flatten to String function in the Data Maniulation palette.
Hope this helps...
03-25-2008 03:18 AM
dear sir,
i am not getting what u write. i want a simple thing that if want a hex string for 45.56 float value how can i get that. Please send me that idea
regards
03-25-2008 03:29 AM
03-25-2008 03:43 AM
Hi Falgandha,
If you flatten your Dbl [Float] to String, you ll get the desired result.
This is what I meant by that link.
Also, see the attached picture.
03-25-2008 03:45 AM
dear sir,
i want a hexadecimal representation of my float number. Consider a float value=51.20 now i want to send this value using rs232 communication so for that only i required to convert this float value into hex. So please help me
regards
falgandha
03-25-2008 03:48 AM