Hello folks,
I have a question about string conversion.
In an test application we send and receive HEX messages via CAN bus. For the test report the messages are converted from byte array to string and then formatted for the report. The result string may look like this:
APPL (023A870000): OK // message_name (sent_can_command): result_of_answer
10165A8702918240 // read_can_answer
But now sometimes it happens, that the converted read_can_answer is not a HEX string but a decimal number string. For example:
APPL (023A870000): OK // message_name (sent_can_command): result_of_answer
2,5092E+14 // read_can_answer
Does anybody now, what happens there? I have really no idea. Attached is a little VI, which shows, how the conversion is done.
In most cases the conversion works very well.
Any help is really welcome
Heinrich