1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
RULES=cqww
#
#################################
# #
# TLF-LOGCFG.DAT v. 1.1.0 #
# #
# Uncomment the options you #
# want to enable. See tlf.doc #
# for a description of the #
# options. You can keep diff- #
# erent versions for different #
# contests. I keep separate #
# configuration files for #
# each contest. If you enable #
# more than 1 mutually exclu- #
# sive options, the last one #
# will be efective. #
# #
# #
#################################
#
#CTCOMPATIBLE
#
#################################
# #
# EDITOR #
# #
#################################
#
EDITOR=joe
#EDITOR=vi
#EDITOR=e3
#EDITOR=mcedit
#
#################################
# #
# CALL #
# #
#################################
#
CALL=NOCALL
#
#
#################################
# #
# Time offset from UTC #
# #
#################################
#
TIME_OFFSET=0
TIME_MASTER
#
#################################
# #
# LAN PORT #
# #
#################################
# use 'addnode' only for OTHER nodes !!
#
#ADDNODE=10.0.0.115
#ADDNODE=192.168.1.2
#
THISNODE=A
#
#LAN_DEBUG
#
#################################
# #
# KEYERPORT #
# #
#################################
#
NETKEYER
#NETKEYERPORT=6789
#NETKEYERHOST=127.0.0.1
#
#################################
# #
# KEYERPARAMETERS #
# #
#################################
#---speed (6 ... 60 wpm)
CWSPEED=30
#---weight (-5 ... 5 ms)
WEIGHT=1
#---cq delay (in 0,5 s)
CQDELAY=10
#---txdelay (ms)
TXDELAY=2
#---sidetone (200...800, 0 = mute)
CWTONE=800
#################################
# #
# PACKET INTERFACE #
# #
#################################
# Cluster: PI4TUE (Eindhoven)
#TELNETHOST=131.155.192.179
#TELNETPORT=8000
# automatic login ###############
#CLUSTERLOGIN=yourcall
# write log to disk #############
#CLUSTER_LOG
#
# use tnc instead of telnet #####
#TNCPORT=/dev/ttyS0
#TNCPORT=/dev/ttyUSB1
#TNCSPEED=2400
#
# get clusterinfo from network ##
#FIFO_INTERFACE
#
#################################
# #
# RADIO CONTROL #
# (comment out if not present) #
# Rigmodel = Hamlib index, here #
# for ten tec OMNI VI #
#################################
#
#RADIO_CONTROL
#RIGMODEL=351
#RIGSPEED=2400
#RIGPORT=/dev/ttyS0
#RIGPORT=/dev/ttyUSB2
#RIGPTT
#
#SSBMODE
#
#RIT_CLEAR
#
#################################
# #
# INFORMATION WINDOWS #
# #
#################################
#
#CLUSTER
BANDMAP=S,900 # skipdupes, 900s livetime
#FILTER
#
SCOREWINDOW
#
CHECKWINDOW
#################################
# #
# CHECK PARTIAL FUNCTION #
# #
#################################
#
PARTIALS
#USEPARTIALS
#
#################################
# #
# CONDX (info for muf calc.) #
# #
#################################
#
SUNSPOTS=30
SFI=100
#
#################################
# #
# Misc commands #
# #
#################################
# No automatic 'qso before msg'
NOB4
#
# No automatic cq
#NOAUTOCQ
#
# Left/right arrows don't change band...
#NO_BANDSWITCH_ARROWKEYS
#
# Marker file for Xplanet
MARKERS=tlfmarkers
#
#############END#################
|