Pacific Research Solutions RI-300e User Manual
Page 102
S-Cmd 98 RESERVED FOR FUTURE COMMAND
S-Cmd 99 USER SCRATCH PAD DATA
This command provides 100 user variables. These variables allow you to set and save data values that can then be tested by the
CONDITIONAL STATEMENT command (S-command 65). As an example, you may want to disable the courtesy message for
a specific CTCSS tone. You can add a conditional statement to your current courtesy message that will skip the message when
a specific tone is decoded AND a user variable is set to zero. You can then create user commands that set the selected user
variable to 1 or 0. This would then set the condition to either disable or enable the courtesy message in our example.
SYNTAX: 99 [Variable] [Value]
READ BACK 99 [Variable]
STORAGE: RAM/EEPROM
PARAMETERS: Variable 00-99 = User define variable
Value 0-255 = User define integer, * = Increment, # = Decrement
DEFAULT: All = 0
EXAMPLE: 99 01 5 Set user variable 01 to 5
99 23 * Increment user variable 23