This is my file, it has comments throughout

> 
> // VEGA PLC configuration for STANDARD setups
> // (c) 2009 triadis engineering gmbh
> 
> // Used limit switches for:
> 
> // GEAR:
> // gear extended and locked -> switch is closed
> 
> // AIRBRAKE:
> // airbreaks locked -> switch is closed
> 
> // append the content of this file at the end of persist.txt
> // fügen sie den inhalt dieser datei am ende von persist.txt an
> 
> <PLC>
> 
> //
> // Circling =  (UsrSwMid && not SC && PDAconnected && PDAcircling)
> //          || (UsrSwMid && not SC && not PDAconnected && DVScircling)
> //          || (UsrSwMid && SC)
> //          || (UsrSwMid && FLAPA)
> //          || (UsrSwUp && not SC)
> //          || (UsrSwDn && SC)
> 
> L  I   1.08
> AN I   0.03
> A  I   0.14
> A  I   0.10
> =  B   0.00
> 
> L  I   1.08
> AN I   0.03
> AN I   0.14
> A  I   0.11
> O  B   0.00
> =  B   0.00
> 
> L  I   1.08
> A  I   0.03
> O  B   0.00
> =  B   0.00
> 
> L  I   1.08
> A  I   0.00
> O  B   0.00
> =  B   0.00
> 
> L  I   1.07
> AN I   0.03
> O  B   0.00
> =  B   0.00
> 
> L  I   1.09
> A  I   0.03
> O  B   0.00
> =  O   0.00
> 
> // ==== Gear Landing =======================================
> 
> L  I   0.05
> =  O   0.06
> 
> // ==== Flap Landing =======================================
> // FlapLanding = FlapA * FlapB * FlapC
> 
> L  I   0.00
> =  O   0.07
> 
> // ==== Break Unlocked =====================================
> // not BreakLocked = BreakNotLocked
> 
> LN I   1.05
> =  O   0.08
> 
> // ==== Flap in Limites Speed Pos ==========================
> // FlapSpeedLimit = FlapA * FlapB * FlapC
> 
> L  I   0.00
> =  O   0.10
> 
> // ==== Remote ACK ==========================
> // DoRemoteAck = RemoteAck
> 
> L  I   0.08
> =  O   0.11
> 
> // ==== Remote REP ==========================
> // DoRemoteAck = RemoteAck
> 
> L  I   0.09
> =  O   0.12
> 
> EP
> 
> </PLC>
> 
> 
> you can put all from <PLC> to </PLC> at the end into persist.txt
> 
> to invert the gear simply rplace the L I   0.05 with LN I   0.05  (load not 
> ...)
> 
> // ==== Gear Landing =======================================
> 
> LN I   0.05
> =  O   0.06
> 
> 
> // ==== Break Unlocked =====================================
> // not BreakLocked = BreakNotLocked
> 
> L  I   1.05
> =  O   0.08
> 
> to invert the break simply replce the LN I   1.05 with L I   1.05  (load not 
> ...)
On 07/10/2012, at 5:18 PM, Robert Hart <ha...@interweft.com.au> wrote:

> Hi folks
> 
> Is there anyone here who is able to help build a Vega vario 'plc' file 
> that tells the vega how to interpret the fuselage switches correctly?
> 
> Mine has vanished from the SD card and I urgently need to rebuild it. I 
> have acquired a 'plc' file from another glider, but that doesn't 
> correctly interpret the switches!
> 
> Tks
> 
> 
> -- 
> 
> *Robert Hart ha...@interweft.com.au <mailto:ha...@interweft.com.au>
> Darling Downs gliding weather information 
> <http://the-white-knight-speaks.blogspot.com.au/>*
> +61 438 385 533
> 
> 
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Xcsoar-user mailing list
> Xcsoar-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xcsoar-user


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Xcsoar-user mailing list
Xcsoar-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcsoar-user

Reply via email to