Specifications

338 PRT-CTRL-SE Protege System Controller Reference Manual | PRT-CTRL-SE
Conversion
When programming the Protege System it is required in some instances that a value be converted from
Hexadecimal. ASCII or Decimal for entry in to a specific field. The following tables allow a quick look up of the
conversion and associated values.
Hexadecimal Conversion
In some cases it is required that you convert a hexadecimal character in to a decimal character. The following
table can be used to convert between the base 16 (Hexadecimal) and base 10 (Decimal) number systems.
DEC HEX DEC HEX DEC HEX DEC HEX
000 00 064 40 128 80 192 C0
001 01 065 41 129 81 193 C1
002 02 066 42 130 82 194 C2
003 03 067 43 131 83 195 C3
004 04 068 44 132 84 196 C4
005 05 069 45 133 85 197 C5
006 06 070 46 134 86 198 C6
007 07 071 47 135 87 199 C7
008 08 072 48 136 88 200 C8
009 09 073 49 137 89 201 C9
010 0A 074 4A 138 8A 202 CA
011 0B 075 4B 139 8B 203 CB
012 0C 076 4C 140 8C 204 CC
013 0D 077 4D 141 8D 205 CD
014 0E 078 4E 142 8E 206 CE
015 0F 079 4F 143 8F 207 CF
016 10 080 50 144 90 208 D0
017 11 081 51 145 91 209 D1
018 12 082 52 146 92 210 D2
019 13 083 53 147 93 211 D3
020 14 084 54 148 94 212 D4
021 15 085 55 149 95 213 D5
022 16 086 56 150 96 214 D6
023 17 087 57 151 97 215 D7
024 18 088 58 152 98 216 D8
025 19 089 59 153 99 217 D9
026 1A 090 5A 154 9A 218 DA
027 1B 091 5B 155 9B 219 DB