I try with BYTE_TO_HEXinASCII but I cant get it right.
How do I convert a word value like 15432 to the HEX text string '3C48'
you try to convert a WORD with BYTE_TO_HEX directly? Using https://de.helpme-codesys.com/ lead to the SM3_shared lib. There is a function: https://content.helpme-codesys.com/en/libs/SM3_Shared/Current/SM3_Shared/StringFormat/Word_To_HexString.html
Log in to post a comment.
I try with BYTE_TO_HEXinASCII but I cant get it right.
How do I convert a word value like 15432 to the HEX text string '3C48'
you try to convert a WORD with BYTE_TO_HEX directly?
Using https://de.helpme-codesys.com/ lead to the SM3_shared lib. There is a function:
https://content.helpme-codesys.com/en/libs/SM3_Shared/Current/SM3_Shared/StringFormat/Word_To_HexString.html