Adding PC Scroll Numbers to your Preset Short / Toggle Name

In the PC Scroll Number feature, there are 16 slots that you can utilise. Each slot is a number that can be scrolled up or down with the PC Scroll feature.

It is possible to display this number on your Preset Short Name or Toggle Name. Simply add a placeholder in the name.

%E0 will display the number in the first slot. The last digit in the placeholder will determine which slot to display. Since there are 16 slots to use, we use the hexadecimal system to choose which slot to display. %E0 displays the first slot, %E1 displays the second. %EF displays the 16th slot. Hexadecimals from 0-15 runs as such:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F

Using %E will display the slot number from 0-127. For example,



In Firmware v3.7 onwards, using %F will offset the slot number by 1, and display it as 1-128.