A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Soaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

FLARM Installations instructions screwed up



 
 
Thread Tools Display Modes
  #11  
Old March 14th 15, 02:33 PM posted to rec.aviation.soaring
Richard[_9_]
external usenet poster
 
Posts: 551
Default FLARM Installations instructions screwed up

On Saturday, March 14, 2015 at 7:01:43 AM UTC-7, wrote:
You created a living, breathing file Dave!


Here is one with more settings options.



################################################## ######################
# This configuration file must be text only and reside in the top
# directory of the USB stick. It must be named FLARMCFG.TXT
################################################## ######################
# Each time PowerFLARM is powered on, it looks for the file FLARMcfg.TXT
# in the top directory of the micro-SD card (portable) or USB stick (brick).
# PowerFLARM does NOT look at this file if the memory card/stick is
# inserted after the PowerFLARM has been powered on.
#
# FLARMcfg.TXT contains a series of commands that configure the
# PowerFLARM. These commands are in the same NMEA data format as used
# to control the FLARM over the NMEA serial data ports (lines starting
# with a dollar sign "$"). Lines starting with # are comments.
#
# Configuration settings from these commands are saved by PowerFLARM
# (except for diagnostic commands). The next time PowerFLARM is powered
# on without the memory stick/card, the settings are still in effect.
#
# Prepare your own version of FLARMcfg.TXT by editing this file
# (following the instructions below), and copy it to your memory
# device (SD card for portable, USB stick for brick). Make SURE
# it is named FLARMCFG.TXT in the top directory.
#
# After preparing your memory device, configure your PowerFLARM:
# (1) With power OFF, insert the memory device into PowerFLARM.
# (2) Turn on the power. PowerFLARM will read FLARMcfg.TXT and
# save your settings.
# (2a) Brick will blink a green LED once for every command
# processed - when it stops blinking or alternating colors,
# remove the USB stick.
# (2b) Portable will show "configuration read from FLARMCFG.TXT"
# on the screen.
# Note: Portable PowerFLARM can also be configured through its user
# interface; Brick REQUIRES configuration via USB stick .
#
# When you load a new software version into PowerFLARM, all
# configuration settings are reset to factory default. Copy your
# FLARMcfg.TXT file and the new software version to your memory device.
# Turn off PowerFLARM, insert memory stick, then turn on PowerFLARM.
# Brick will load new software - give it a few minutes !
# Portable loads new software after you click MenuInfoUpdate.
# As soon as the newly loaded software version starts, it reads your
# FLARMcfg.TXT file and saves your settings as above.

################################################## ######################
# aircraft configuration
# Set aircraft type to glider (glider is aircraft type 1).
# Replace "1" below with "2" for towplane, or "8" for powerplane.

# Set what kind of transponder you have installed:
# 0 ... no XPDR (default)
# 1 ... Mode C
# 2 ... Mode S

# The ICAO code is only required if you have a Mode s Transponder
# The ICAO code for N-number registered aircraft is available
# on the FAA web site. Look up your N-number at
# http://registry.faa.gov/aircraftinquiry
# Find your aircraft's "Mode S code".
# You need to convert into hex:http://www.kloth.net/radio/icao24lookup.php
#$pflac,s,id,FFFFFF default
################################################## ######################

# configure aircraft type
$PFLAC,S,ACFT,1

# configure transponder type
$PFLAC,S,XPDR,0

# N180DB HEX ?????? "Default FFFFFF
# configure aircraft id
$PFLAC,S,ID,FFFFFF

################################################## ######################
# dataport configuration
# For brick, turn on output data on DB9 serial port (both GPS and FLARM).
# Needed if you want this data ! Turns on NMEA port 2
# Ignored on portable.
#Baud Rate Sets Port 2 to 38.4
# 0 4.8k
# 1 9.6k
# 2 19.2k
# 4 38.4k
# 5 57.6k
#default is 19.2k
#PFLAC,S,PCASPFLAU1,1 turns on RJ45 PCAS
#PFLAC,S,PCASPFLAU2,1 turns on DB9 PCAS
################################################## ######################

# configure RJ-45 port
$PFLAC,S,NMEAOUT1,61
$PFLAC,S,BAUD1,5
$PFLAC,S,PCASPFLAU1,1

# configure D-SUB 9 port
$PFLAC,S,NMEAOUT2,61
$PFLAC,S,BAUD2,4
$PFLAC,S,PCASPFLAU2,1





################################################## ######################
# range configuration
################################################## ######################

# PCAS (transponder) range (meters)
$PFLAC,S,PCASRANGE,7500

# PCAS (transponder) vertical range (meters)
$PFLAC,S,PCASVRANGE,3000

# ADSB range (meters)
$PFLAC,S,ADSBRANGE,65535

# ADSB vertical range (meters)
$PFLAC,S,ADSBVRANGE,65535

# FLARM range (meters)
$PFLAC,S,RANGE,65535

# FLARM vertical range (meters)
$PFLAC,S,VRANGE,2000

################################################## ######################
# igc recording configuration

#$PFLAC,S,PILOT,Pilot
#$PFLAC,S,GLIDERID,
#$PFLAC,S,GLIDERTYPE,
#$PFLAC,S,COMPID,
#$PFLAC,S,COMPCLASS,

################################################## ######################

# recording interval
$PFLAC,S,LOGINT,1

# pilot name
$PFLAC,S,PILOT,Pilot

# copilot name
$PFLAC,S,COPIL,

# glider id
$PFLAC,S,GLIDERID,

# glider type
$PFLAC,S,GLIDERTYPE,

# competition id
$PFLAC,S,COMPID,

# competition class
$PFLAC,S,COMPCLASS,18M


################################################## ######################
#$file,dump
# Writes a diagnostic dump (PFSSSSS.DMP) to the USB stick.
# Existing files with the same file name will be overwritten

#$debug_out,fat,scheduler|config|baro|rf|gps|pffsm ,all
# This allows you to confirm your settings.
################################################## ######################
#$file,dump

#$debug_out,fat,scheduler|config|baro|rf|gps|pffsm ,all



Richard
www.craggyaero.com
  #12  
Old March 15th 15, 05:26 AM posted to rec.aviation.soaring
[email protected]
external usenet poster
 
Posts: 112
Default FLARM Installations instructions screwed up

Since we're adding to Dave's fine work, a number of new instructions were added in the MAR15 update. Copy and paste into your flarmcfg.txt file and remove the # before the $ if you elect to use that particular instruction

######################
# New in v6.0
######################
#
#PowerFLARM: Mode-C/S warnings can now be silenced using $PFLAC,S,PCASBEEP,0
#$PFLAC,S,PCASBEEP,0
#
# PowerFLARM: Audio OUT volume can now be adjusted using $PFLAC,S,AUDIOVOLUME,percent
#$PFLAC,S,AUDIOVOLUME,100
#
#PowerFLARM: Fixed reset loop while removing obstacle database from memory
#$PFLAC,S,CLEAROBST
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Transponder antenna installations Dick[_3_] Soaring 29 January 8th 20 06:08 AM
Flarm IGC files on non-IGC certified Flarm? Movses Soaring 21 March 16th 15 09:59 PM
In-panel Portable P-Flarm Installations? Auxvache Soaring 0 April 6th 13 12:47 AM
TCAD Installations in Gliders? Jim Kellett Soaring 21 November 3rd 03 06:23 AM
DESTROY ALL OIL INSTALLATIONS!!! PirateJohn Military Aviation 6 August 31st 03 06:33 AM


All times are GMT +1. The time now is 11:23 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.