HexToString
Contents

1.Description

Every ASCII code in the form of a hexadecimal value is converted into a character of a text.
Important: 1-digit hexadecimal values must be specified with leading "0".
If an error occurs during calculation, a 1 is output at Output 2, otherwise nothing is output there.

2.Inputs

No.NameInitialisationDescription
1E1 Hex""
ASCII codes with or without blank spaces separated as 2-digit hexadecimal numbers (text).

3.Outputs

No.NameInitialisationSBCDescription
1A1 Text""s
Text (Text)
2A2 Error0s
Error
s = send, sbc = send by change

4.Example

Input 1Output 1
61 62 63 64 65abcde
7465787420544558542074657874text TEXT text

5.Other

Recalculation during start:No
Module is retentive:No
Internal designation:17773
Category:Converter

6.Similar functions

Status machine, 1 outp
Status machine, 8 outp
ShiftLeft
ShiftRight
BitCutter
StringToFloat
DecToHex
TextToBase64
IntToString
StringToHex
ChrToASCII
StringToNumber
2ByteTo16Bit
4ByteTo32Bit