String Display Types
The following options are available for displaying strings.
Display Option | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Normal Display | Display style of the string. | ||||||||||||||||||||
\ Codes Display | Displays non-printable characters with a backslash (\) before the character. This mode is helpful when debugging communications in which you expect to receive non-printable characters.
The following table shows the Vision Builder AI interpretation of non-printable characters:
|
||||||||||||||||||||
Hex Display | Displays each character of the string in its hexadecimal value. This mode is helpful when debugging communication with instruments. |