; Configuration options for the system
;
; The Filename format goes as follows: "System ID"CFG
; For example: 3938CFG or 5434CFG
;
; If the System is Wide Area Networked such as SmartZone, etc, these
; settings must be entered in the version of 1234S01 config for the site.
;
;
; Default bandplan for the System
; 0 = Read from file, see below (VHF/UHF)
; 1 = hex
; 8 = 800
; 9 = 900
; S = Splinter band 800

BAND = 8

; Enter text which will be loaded and printed for "System Comment:"
; Up to 43 characters are allowed

TITLE = Anytown SmartNet System

; Enable logging for this System

LOGGING = N

; For Band 0 (V/UHF) systems, show the RX and TX hex channel assignments

SWPAIR = 0

;
; For each channel you know the defined System Channel Number
; and what it equals in decimal form; enter it below with
; the following format...
; (Only include Channels you know)
;
;CH1 = <decimal value>
;CH2 = 
;...
;CH28 = 

;
; The following values are only to be editted for systems
; other than 800 or 900. They can be deleted if not used.
;
;
; The number of channel ranges (1, 2, or 3)

FREQDEF = 1

; 1. The base frequency for the first channel range
; 2. The channel spacing (ie. 12.5, 25, 50)

BASE0 = 406
SPC0 = 12.5

; 1. The base frequency for the second channel range (If FREQDEF is 2 or 3)
; 2. Channel spacing for second channel range
; 3. The hex or decimal value for which the BASE1 freq is equal to
; This can be deleted if there is only one channel range

BASE1 = 0
SPC1 = 0
CHRNG0 = 0

; 1. The base frequency for the second channel range (If FREQDEF 3)
; 2. Channel spacing for third channel range
; 3. The hex or decimal value for which the BASE2 freq is equal to
; This can be deleted if there is only one channel range

BASE2 = 0
SPC2 = 0
CHRNG1 = 0


; End of file