

gaab
Members-
Content Count
103 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Everything posted by gaab
-
Thanks Ben, On some "advanced" aircraft the Autopilot is managed by local variable booleans - in order to use the corresponding button on the Bravo, we need to have something like (L:Switch, bool) ! (>l:Switch, bool) You convinced my to read and reread this thread ;), and I discovered it was possible to use a variable assignement inside conditions , and found a solution which needs to create 2 conditions for the APMaster "toggle" "Conditions": [ { "Variable": "L:ApMaster", "Value": "1", "
-
Hi Ben, Still asking questions Is it (or will it be) possible to assign a L:Var value in a PressEvent, instead of a fixed value : "PressEvent": [ { "Variables": [ { "Variable": "L:ApRudderServoOn", "Value": "1", Would like to assign L:MyVar, number "VariableIsCustom": true } the objective being to have a ApRudderServoOn toggle Thanks Gérard
-
Hi, Axis support through P3D for the Yoke made sense (I can't imagine a different configuration for them !) But now with the Bravo, the 6 axis configuration can change from one aircraft to another and it becomes tedious to separately load a Yoke profile, a Throttle profile, and after in P3D startup screen a P3D configuration file ! A minimalist solution would be to associate for an aircraft these 3 config profile in a single "configuration set". But the best would be allow axis configuration for each device (one day we should get also a rudder pedal ...)
-
I understand the idea and found it very insteresting. I borrowed this approach from one of your PMDG profile - and I saw it first on PMDG forum concerning Bravo and Reverses... I implemented it in a non-PDMG I built for a turboprop. It is why I was wondering if that could be the reason. The error is in the infamous(!) ContentError.txt which is always ON on my PC (and helped me to address a lot of XML errors in a lot of aircraft - no name I have found the reason (my error) and was able to fix it, but the configurator is partly guilty ! When creatin
-
Looks like "INT:REV_0, bool" is not internal to the bridge and P3D dislikes it ! Error: Invalid variable (missing ':', did you forget a macro?): INT:REV_0. Is this syntax only meaningful with the "PDMG" interface ? Anyway, this could be replaced by an usual LVar.... I really start to like this Beta Throttle - and Notepad++ is my friend Gérard
-
First flight with Bravo
gaab replied to gaab's topic in Hardware and OS Discussions, suggestions and insights
Hi Ben, I feel stupid - forgot to desactivate all key assignements automatically done by P3D for a new equipment Looks like this solved my problems - lesson learned Gérard -
First flight with Bravo
gaab replied to gaab's topic in Hardware and OS Discussions, suggestions and insights
Hi Ben, My usb connection is directly on the PC (replacing the old Saitek connection). Is there a log file created somewhere by the AFC ? Gérard -
First flight with Bravo
gaab posted a topic in Hardware and OS Discussions, suggestions and insights
I was using the untouched "Default_Throttle" Got several issues, the most disturbing being (I really fear a short circuit ...) - Autopilot switch = set on/off autopilot (which is OK) AND activate a "Gear_toggle" which of course does not exist - few minutes after I got a message from AFCBridge : "Woopsie! Somehow BFC_Trottle got discontected" - and ONLY the Autopilot switch was acting and continuing to maneuver the GEAR, no other switch recognized and no LED lighted - nevertheless the Axis assigned throught P3D Axis Management are still acting -
After several Configuration Profiles built, considering the number of switches (specially on the Bravo), it would be very useful to have a "Configuration" summary : An html file, with ONE line per Button (or LED), listing only the variable(s) and assigned value (one extra line only in case of existing Release Event), with the option to list also the unassigned buttons. Example : Elevator Trim A Up Press [K:ELEV_TRIM_UP] Elevator Trim A Down Press [K:ELEV_TRIM_DN] .... Toggle 3 ON Press [L:DC_Gen1_sw (1)] Toggle 3 OFF Press [L:DC_Ge
-
I undertand and it's OK. Some suggestions for the configurator : - confirm that the profile as been updated (and activated). - for a next version : allow to customize the name of the buttons. For example your "Bus1 On" is my "Seat Belt Off". (could be a kind a "translation" table...) Happy new year Gérard
-
Hi, It would be great to get a picture showing the .json button number. The Pdf supplied with the profiles makes it very difficult to understand, clone and adapt a profile for another aircraft. Question also. The button json description for the press event has - a variable zone "Variable": "", "Value": "", "Condition": "", "ConditionValue": "", "Conditions": [], "Repeat": false - and a variables array, with other contions array... "Variables": [ {
-
Upset that we can't deliver your hardware? Please read...
gaab replied to Mathijs Kok's topic in English
Nothing from Aerosoft ! But a message from UPS - great Gérard -
Upset that we can't deliver your hardware? Please read...
gaab replied to Mathijs Kok's topic in English
You have it here Date format the european way (December 13) Gérard -
It would be great if you could give information on arrival date expected at your warehouse (like you did for the Alpha) Thanks Gérard
-
Upset that we can't deliver your hardware? Please read...
gaab replied to Mathijs Kok's topic in English
I did also last sunday - but no answer so far -
Honeycomb Bravo EU shipment
gaab replied to gaab's topic in Hardware and OS Discussions, suggestions and insights
Done the same day... -
Mark, Great finding - I will start to think about what make sense be connected to the Alpha and Bravo numerous switches I am really impatient to discover how the new Alpha/Bravo driver works ! I dream of an evolution which would give the possibility to write scripts attached to buttons (in lua or javascript which are now introduced by P3D V5.1). Gérard