If the output of the FLARM configurator would have an explanation of each of the parameters we might have a chance of figuring out what is going on.
This is the document link:
http://flarm.com/wp-content/uploads/2015/12/FTD-14-FLARM-Configuration-Specification-1.03.pdf
Here's my latest config file. Vorsicht! It still warns me of myself...
Thanks to John Carlyle and Chris Hostettler, Evan Ludeman and Tim Welles for providing info.
Jim
########################################################################
# This configuration file must be text only and reside in the top
# directory of the USB stick. It must be named FLARMCFG.TXT
# Insert stick before power up, remove when normal display is seen,
# (but don't do this if you are writing a debug file - see below)
########################################################################
# clears PowerFlarm, sets all parameters to default values
$PFLAC,S,DEF
########################################################################
# dataport configuration
########################################################################
# nmeaout1 = RJ45 connector, nmeaout2 = DB9 connector
# 71 = v7 GPS + Traffic, 72 = v7 GPS only, 73 = v7 Traffic only
# baud1 = Baud rate on RJ45, baud2 = Baud rate on DB9
# 0 = 4800, 1 = 9600, 2 = 19200, 3 = 28800, 4 = 38400, 5 = 57600
# configure RJ-45 port
$PFLAC,S,NMEAOUT1,73
$PFLAC,S,BAUD1,5
# configure D-SUB 9 port
$PFLAC,S,NMEAOUT2,73
$PFLAC,S,BAUD2,5
# warning horizontal range and vertical range in meters
$PFLAC,S,RANGE,65535
$PFLAC,S,VRANGE,2000
$PFLAC,S,ADSBRANGE,6000
$PFLAC,S,ADSBVRANGE,1000
$PFLAC,S,PCASRANGE,3000
$PFLAC,S,PCASVRANGE,800
########################################################################
# transponder and PCAS configuration
########################################################################
# do Mode C signal processing, ie, PCAS mode (0=no, 1=yes)
$PFLAC,S,MODEC,1
# own Mode C signal filtering (to eliminate your own xpdr)
# 0=aggressive (use w/ Mode C Xpdr), 1=normal (no Xpdr or Mode S)
# normal in my ship results in false PCAS alerts about every 10 min
$PFLAC,S,OWNMODEC,0
# PCAS antenna gain (30=default, higher makes PCAS targets closer)
$PFLAC,S,PCASCALIBRATION,30
# transponder type (0=None, 1=Mode C, 2=Mode S)
$PFLAC,S,XPDR,2
# use Mode S barometric altitude for PCAS height calc (0=no, 1=yes)
$PFLAC,S,MODESALT,1
# create PCAS beeps (0=no, 1=yes)
$PFLAC,S,PCASBEEP,0
# PCAS output to RJ45 (0=no, 1=yes)
$PFLAC,S,PCASPFLAU1,1
# PCAS output to DB9 (0=no, 1=yes)
$PFLAC,S,PCASPFLAU2,1
# audio out (0=no, 1=yes)
$PFLAC,S,AUDIOOUT,0
$PFLAC,S,AUDIOVOLUME,100
########################################################################
# aircraft configuration
########################################################################
# aircraft ICAO code (hex)
$PFLAC,S,ID,A2F493
# aircraft type (1=Glider, 2=Towplane, 8=Reciprocating Powerplane)
$PFLAC,S,ACFT,1
$PFLAC,S,PILOT,Jim Staniforth
$PFLAC,S,LOGINT,4
$PFLAC,S,GLIDERID,N292JS
$PFLAC,S,GLIDERTYPE,ASG29-18
$PFLAC,S,COMPCLASS,18m
$PFLAC,S,COMPID,JS
# Stealth Mode (0 no, 1 yes)
$PFLAC,S,PRIV,0
# Third Party Tracking (0 Track, 1 No Track)
$PFLAC,S,NOTRACK,0