TonyVier
-
Posts
43 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Latest X-Plane & Community News
Events
Downloads
Store
Posts posted by TonyVier
-
-
Just take what you want. :)
The thing is to grab stuff form the CDU screen.
Otherwise you can't access the values from the FMC, afaik.
-
-
Hi,
Been busy with LUA and its possibilties, trying out the GUI possiblities and while experimenting I came up with this.
It is, or can be, very handy of course. It is easy to just type in the frequencies, and, you can prepare a flight, so you have frequencies you probably encounter available with a click or 2.
But, it is not simulating the aircraft anymore, it is adding usability to the flight simulator.
Would you use something like this, or is this going too far in making sim life easy?
https://www.youtube.com/watch?v=79mVGbVPz00
-
Hi,
little script for your transition altitude altimeter settings... taking the actual transition altitude from the CDU/FMC in account, and the actual sim QNH....
-
QNaid for IXEG 737, sets or helps with altimeter settings at transition altitude
View File
This little script helps setting your (captains) altimeter for the IXEG 737 Classic.
Please note, the transition altitude is read from the actual value you have set on the CDU/FMC
First, it can sync your altimeter with the current weather info from the simulator.
To use this feature (or not) set "SyncQNH_WithWeather" to true or false in IXEG_QNaid.lua
Second, it can note you of passsing the transition altitude during climb, or set the standard altimeter setting for you.
Set "SetStandardOnClimb" to true if you want it done for you or false if you just want a notification.
Third, it can note you of passing the transition altitude during descent, or set the QNH altimeter setting for you.
Set "SetQNH_OnDescent" to true if you want it done for you or false if you just want a notification.
-
Submitter
-
Submitted01/18/2019
-
Category
-
-
Hi,
When using the vSpeed callout script listed below, you have to set the speedbugs yourself.
My little script reads the V speed values from the CDU and sets the speedbugs for you.
Just put my script in the same folder as the vSpeed script...
-
7
-
3
-
-
Automated BUGS for vSpeed callouts for IXEG 733 - LUA Script
View File
This lua script reads the V speeds from the CDU and sets the speed bugs automatically, for this script:
-
Submitter
-
Submitted01/17/2019
-
Category
-
1
-

Automated speedbugs script for vSpeed Call outs
in General Discussion
Posted
It seems that if you read a value from the CDU, there are some non-ascii characters in it. That bit is code to filter them out.