Search found 2267 matches

by JackZ
Tue Feb 27, 2024 6:53 pm
Forum: Arduino
Topic: Help for a noob please....
Replies: 10
Views: 476

Re: Help for a noob please....

Vs_state needs to be declared as a global variable (ie accessible throughout the whole code), not as a local variable (only in the function) In Lua the « scope » (read visibility) of a variable is determined by the location of the first occurrence of a variable in the code. If it’s declared or used ...
by JackZ
Fri Feb 16, 2024 8:47 am
Forum: KnobXP
Topic: jSON Syntax for KnobXP
Replies: 2
Views: 232

Re: jSON Syntax for KnobXP

I am afraid that only commands can be used in the JSON file. But your datarefs can probably be replaced by the adequate XPl command instead, since the action you seem want to achieve is to set the parking brake, correct? { "name": "Parking Brake", "minor_cw_cmd": "...
by JackZ
Thu Feb 15, 2024 7:09 pm
Forum: Air Manager
Topic: VORs with glideslope needle (AM 4.1)
Replies: 4
Views: 287

Re: VORs with glideslope needle (AM 4.1)

“Hardcoded” is not really the term here IMHO. Merely “coded” instead, that means that you have access to the Lua code and this code can be amended/modified to suit your needs. Just a reminder: most of the instruments found on the Airmanager online store are freeware and made by the community. Meanin...
by JackZ
Thu Feb 15, 2024 11:20 am
Forum: Air Manager
Topic: VORs with glideslope needle (AM 4.1)
Replies: 4
Views: 287

Re: VORs with glideslope needle (AM 4.1)

First your request seems a bit weird if I may… An ILS indicator is perfectly able to perform as VOR only if tuned to a VOR station. The GS needle will stay horizontal that’s it. For this reason, in real life the normal main indicator is the ILS on NAV1 and a (cheaper) VOR hooked on NAV2 as a backup,...
by JackZ
Mon Feb 05, 2024 2:52 pm
Forum: Air Manager feedback & feature requests
Topic: DiY Motion simulator
Replies: 10
Views: 977

Re: DiY Motion simulator

Sometimes reinventing the wheel is not the best solutions.
There is open source motion platform software available on the Internet, tested and proved, which is the most important part. High speed and powerful actuators can hurt people really bad if not properly setup and used, never forget that.
by JackZ
Sun Jan 28, 2024 11:52 am
Forum: Under development and finished work
Topic: Toliss A319 video
Replies: 28
Views: 1932

Re: Toliss A319 video

I don't have the Toliss nor FFA for XP12, only XP11 so I cannot test it, sorry

On the Toliss A321 XP11 there is a possibilty to enable the FMGC1 or 2 failure, but the indicator lights don't come on on the MCDU and I couldn't find any dataref about it neither
by JackZ
Sun Jan 28, 2024 11:33 am
Forum: Under development and finished work
Topic: Toliss A319 video
Replies: 28
Views: 1932

Re: Toliss A319 video

The main usage is when either one the FMGEC computer is failed or in a case of a Database discrepancy between the two is detected.
The IND indicator would appear then.
Doubt that the failure has been implemented in FFA or Tolis though.
by JackZ
Sun Jan 28, 2024 7:01 am
Forum: Under development and finished work
Topic: Toliss A319 video
Replies: 28
Views: 1932

Re: Toliss A319 video

I think the Toliss A319 doesn't provide FMGS Mode, as I don't see any Mode selector in the cockpit (each single MCDU can be shutdown, however the other doesn't forward the SINGLE MODE or INDEPENDENT status) : (*) https://siminnovations.com/forums/download/file.php?id=11527&t=1 *Note : this figu...
by JackZ
Sun Jan 28, 2024 6:50 am
Forum: Under development and finished work
Topic: Fault Panel in progress
Replies: 12
Views: 7699

Re: Fault Panel in progress

Nope, sorry. Kinda got frustrated with the gear failure impossible to set so I let the file ina WIP stage. Was in 2017 and FSX was still there. Probably should have a look at it again with MSFS ans Xplane, if (that's a big IF) I still can find the source, as due to a nasty HDD crash a few years back...
by JackZ
Sun Jan 28, 2024 5:48 am
Forum: Instrument Graphics Help
Topic: A small neat graphic generator tool for Instrument gauges Graphics
Replies: 1
Views: 871

A small neat graphic generator tool for Instrument gauges Graphics

Found this on Xplane.org Instrument Maker A small utility to create the basic graphics elements for gauges, such as compass rose, horizontal scale, airspeed indicator. Don't be fooled though, it will not create the gauge for you, but can be a time saver for creating part of the png graphics ressourc...