History
History
- Right Data display will show the Build Number as a six digits
number so build 1234 will appear as "001234".
----------------------------------------------------------------------------
What's new
==========
- CDU Mouse Wheel support
Added mouse wheel support to:
- CDU Data selector knob
- CDU Dim control knob
- CDU Waypoint/DME selector
- ADEU filename selectors
Now they can be operated both with the left mouse button, as before,
and with the mouse wheel.
----------------------------------------------------------------------------
***********************
******* WARNING *******
***********************
If you have any panel which is natively interfaced with the INS version 1.40
then DO NOT upgrade until you get an update supporting INS version 1.50.
Version 1.50 Gauges and SDK are NOT compatible with previous releases. Gauges
using the INS SDK will have to be recompiled using the latest version of the
.h and .lib files included in this package in order to become compatible with
version 1.50.
***********************
What's new
==========
- Situation Save/Load
It is now possible to save internal INS state and reload it at a
later time. See SituationSaveAndReload.pdf
----------------------------------------------------------------------------
- Problem #0013
- Problem #0014
This API was returning a wrong value if the autopilot control state was
being controlled by default INS.GAU InsNavMode gauge. Problem has been
now corrected. Again the problem was within the gauge file and not in
the SDK "side", which has not been modified.
- Problem #0015
- Problem #0016
Wrong CDU/INS behavior when MSU Mode Selector is placed in the ATT position
The whole INS system was still active even after the Mode Select knob was
placed in the ATT position. System has not been corrected, when in ATT mode
the CDU is OFF and the unit is only providing attitude reference.
- Problem #0017
Wrong resource ID was used in the CDU Waypoint/DME Id Selector. The problem has
been corrected and the selector "animation" does no longer cause graphical
"corruption" (thanks to users reporting this).
What's new
==========
Small guide explaining how to decode INS status data, as displayed on the CDU.
See DisplayedStatus.pdf in the Civa/Docs folder.
Gauge to dump SDK shared variables to a text file. Useful for diagnostic and
debugging purposes. See SDK manual for reference.
----------------------------------------------------------------------------
- Problem #0010
Wrong INS behavior when flown across the 180 degrees meridian
- Problem #0011
- Problem #0012
Corrected the way the RIGHT Data Display is managed during a manual
update. Bug was a side affect of a fix in version 1.10. Now the display
is correctly cleared (all digits showing zero) as soon as E or W is
pressed.
What's new
==========
==============================================================================
There was a problem related to the way the simulated "external power" had
been implemented. The internal FS varible used to check GS, which should be
zero to get the power from the external source, was sensible to current wind.
Consequently the presence of even a minimum longitudinal wind component was
wrongly causing external power to be disconnected/not available.
The problem has been solved by using a different FS variable which is not
sensible to wind but brings its own problem. It seems that my
system, the content of the FS variable "forward ground velocity" assumes
values greater than zero when engines are on at idle power and, especially,
while starting the first engine, even if parking brake is set. To
overcome this problem the code has been modified in order to ignore reported
forward ground speeds up to 0.2 knots, which seems to be a good average value
based on the tests we performed, but there are for sure some aircrafts
out there generating higher forward speed values, causing power loss related
action+malfunction codes to be triggered.
If this happens:
BEWARE: Power loss associated Action and Malfunction codes are NOT
associated with the red WARN light.
BEWARE: Power loss associated Action and Malfunction codes remain pending
even after power is restored, they must be manually cleared
using the TEST button, as usual.
b) Make sure the thrust lever (if present) is in the idle position
The "Non decreasing API" problem has been finally reproduced with the
tracing version of the gauge by Kamal and, thanks to him, it has been
fixed. The bug was actually influencing not only the API behavior, other
important functionalities, like "EasyOn" for example, were affected too.
Pending 03-22-23 Action and Malfunction codes were left pending since the
initial power-up at the gate. The routine attending API management and other
important functions was too sensible to pending codes. Now it has been
corrected. API will decrease as expected, even if 03-22-23 codes have not
been cleared, according to the real instrument behavior.
- Problem #0009
What's new
==========
Starting from version 1.20 the CIVA package is distributed ONLY through
its main Internet WEB site http://simufly.com/ins
By default, starting from this version, the installer will search for
Flight Simulator 2004 folder. Previous versions were looking for FS2002
base installation folder. Note FS2002 is still fully supported but the
user will need to manually select/type FS2002 main installation folder.
- C/C++ Software Development Kit
This version includes a very basic SDK to access INS internal data and
behavior from within "C" gauges. Especially useful when implementing
autopilot panels including INS NAV capabilities, it makes also possible
to develop custom versions of some of the gauges included in the INS.GAU
file like, for example, the INS NAV MODE Selector.
If you are not interested in the SDK and you want to remove it then
simply delete the /Sdk subfolder.
The previously called "external power" feature has been totally redesigned
to allow pushback operations with all engines off without upsetting active
INS units. See GaugesUserManual.pdf "Simulated APU" chapter.
- Optimization
- Manuals Revision
==============================================================================
The correct sequence resets the displayed longitude (RIGHT Data Display
reset to "000000") when E or W key is pressed, after latitude input has
been completed by pressing the INSERT key.
The gauges now implement the correct sequence.
06-41 related check are performed right before reaching API 6 in gauges
version 1.00.
Following a Delco updating bulletin now the detection of the
condition triggering 06-41 Action&Malfunction codes takes place within
5~6 seconds from the present position insertion.
If the crew modifies one of the two waypoints part of current leg, the
version 1.00 gauges will badly react and will command wrong heading values
to the autopilot. In this case the relative INS unit has be considered
not reliable.
Now the problem has been corrected and the INS will automatically
head to the nearest point belonging to the newly commanded leg and
then it will proceed to the TO waypoint shown in the FROM-TO display.
When the INS compares the inserted present position against the
arrival ramp position stored in its memory at the previous shut
down, it has to calculate the maximum tolerance limit, using the
previous NAV flight time.
The gauge now correctly uses previous NAV time value in the 3+(3*T)
formula.
With CDU Data Selector on the WAYPT position and HOLD light ON it is
still possible to enter waypoint coordinates. This is totally wrong and
has now been corrected. If HOLD is ON then it is NOT possible to enter
any waypoint related data.
What's new
==========
- FS2004 Support
Since FS2004 is already available and the CIVA INS Gauges seem to be
compatible with it, we are releasing version 1.10 as FS2004-compatible
and consequently we are going to "officially" support it. But they are
still FS2002 gauges.
Supporting FS2004, at this stage, only means that the gauges seems
to work correctly. I'm unfortunately not a Flight Simulator beta
tester so I don't have any relevant information about what has
changed, what has been added etc...I don't even own a copy of
FS2004 yet. So we are going to support FS2004 but we might not be
able to provide a fix for a gauge related problem until the SDK is
released.
IMPORTANT NOTE: The sample panel.cfg files provided are patched versions
of original FS2002 panels, DO NOT USE them in FS2004. If you want to install
CIVA gauges into an FS2004 panel, you'll have to proceed manually. Take the
corresponding FS2002 example supplied, and copy all relevant lines into the
FS2004 one.
Gauge User Manual modified to take out any reference to previously used
LCD.TTF font.
- Support for multiple copies of the CDU gauge of the same INS unit
The number of CDU gauges belonging to the same INS unit has been
increased from 1 to 3. This means V1.10 includes 2 more CDUs gauges
for each INS unit for a total of 3 CDUs to be placed around any 2D
[WindowXX] panel and/or in the Virtual Cockpit.
Gauge Names (INS!GaugeName):
Cdu1, Cdu2, and Cdu3 have NOT been renamed as Cdu10, Cdu20 and
Cdu30 to maintain backward compatibility with existing installations.
==============================================================================
Initial revision
== End of file ==