Pacific Research Solutions RI-200 User Manual

Page 47

Advertising
background image

Pacific Research Solutions

RI-200 User Manual

Page 46

4.5.63

MACRO EDITOR, SET STARTING LINE NUMBER POINTER

Macros are one or more S-Commands strung together. Messages are also stored in the same memory area as macros. To
build a macro or message, you must first tell the controller where the macro or message will start (Macro Start Line) and then
enter S-Commands (S-Command 64) or CW-Commands (S-Command 31) into the macro data memory. This command is
used to set the macro start line pointer. The controller will keep track of the exact position in the macro data memory as you
enter data. There are 999 starting lines in the macro data memory.

SYNTAX:

63 [Macro start line]

MINIMUM:

1

MAXIMUM:

999

UNITS:

Macro start line

DEFAULT:

N/A

EXAMPLE:

63 7

Sets the pointer to start on line number 7

4.5.64

MACRO EDITOR, INSERT S-COMMANDS

The system memory is used for both macros and messages. This memory is organized with 999 lines of data storage and each
line consisting of 8 digits. Once you have set the macro start line pointer (S-Command 63), you can begin to enter
S-Commands into the macro data memory. One or more S-Commands can be strung together and the data is allowed to
continue through additional lines until the end of the macro is reached. When each S-Command and its data is entered into
the memory and you un-key, the controller will add a “C” to separate the S-Commands. It is important to know how the
controller stores data so that you can to allow for this digit when keeping track of memory usage. The last entry of your
macro is an end of macro flag, used to terminate the macro. Send “64” without data and the controller will put a “D” into the
macro data memory for you. The controller uses “C” for a command separator and “D” for end of macro. When planning
your macro data usage, you need to allow space for these digits. See the default table below for an example.

SYNTAX:

64 [S-Command] [S-Command data]

MINIMUM:

S-Command 00, S-Command data as required.

MAXIMUM:

S-Command 99, S-Command data as required.

UNITS:

S-Command, S-Command data

DEFAULT:

Start line 001 063C 340D . . . . . . . . . . . . . . . . . . . . . . . . System reset, power on
Start line 002 010D . . . . . . . . . . . . . . . . . . . . . . . . . . . . System off
Start line 003 011D . . . . . . . . . . . . . . . . . . . . . . . . . . . . System on, COS access
Start line 004 013D . . . . . . . . . . . . . . . . . . . . . . . . . . . . System on, CTCSS/DCS + COS
Start line 005 014D . . . . . . . . . . . . . . . . . . . . . . . . . . . . System on, open squelch
Start line 006 1811D . . . . . . . . . . . . . . . . . . . . . . . . . . . Repeater mute on
Start line 007 1810D . . . . . . . . . . . . . . . . . . . . . . . . . . . Repeater mute off
Start line 009 0430D . . . . . . . . . . . . . . . . . . . . . . . . . . . Carrier delay on
Start line 010 040D . . . . . . . . . . . . . . . . . . . . . . . . . . . . Carrier delay off
Start line 011 222D . . . . . . . . . . . . . . . . . . . . . . . . . . . . CTCSS/DCS encode on
Start line 012 220D . . . . . . . . . . . . . . . . . . . . . . . . . . . . CTCSS/DCS encode off
Start line 013 06C 701C 1830C 821C 062C 1510D . . . . Telephone off-hook, simplex, dumb
Start line 017 063C 820C 1511D . . . . . . . . . . . . . . . . . . Telephone on-hook
Start line 019 06C 702C 1831C 822C 062C 1510D . . . . Telephone off-hook, duplex, smart
Start line 023 829C 062C 1831C 1510D . . . . . . . . . . . . Answer a ringing telephone
Start line 026 343C 35111C A1343C A135111D . . . . . Link on
Start line 029 340C A1340D . . . . . . . . . . . . . . . . . . . . . Link off

EXAMPLE:

64 01 1

S-Command 01 (repeater mode), S-Command data 1 (COS)

64 02 1

S-Command 02 (RX source), S-Command data 1 (LPF & HPF)

64

End of macro
This macro will set the repeater in COS and set the audio source to (LPF & HPF)
The data will be stored in memory the following format (011C 021CD)

Advertising