Results 1 to 6 of 6
-
05-29-2008, 05:25 AM #1
- Join Date
- Sep 2007
- Location
- Northern Italy
- Posts
- 160
737 OHD Systems basic IRS logic
Somebody in another thread asked me about transplanting the IRS function from the 747 overhead logics to the 737 overhead logics.
Here’s what I did.
First, in the 737 graphics, I converted the DispSource knob to be the IRSSelector1 knob by simply renaming it. I kept the old line as a remark for backup sake. Here’s what I added:
//element knob3,-184.8,-44.0,DispSource
element knob3,-184.8,-44.0,IRSSelector1
You may wanna additionally play with the “text” instructions around the knob and re-label them according to the three IRS knob positions (OFF – ALIGN – NAV), which have logic values of 0, 1 and 2.
Then, in the 737 logics:
- in the [consts] section, I added one line for the timer duration:
irstimer = 1200
(where this value is equivalent to the standard 10 mins. of a full alignment cycle).
- in the [logics] section, I added these lines, grossly taken from the 747 Systems:
if IRSSelector1=0 then
IRSAligned1=0
endif
if ((IRSSelector1=2) or (IRSSelector1=1)) then
IRSAligned1 = counter irstimer 2
endif
if (IRSSelector1=1) and (IRSAligned1 = irstimer) then
IRSAligned1=irstimer - 2
endif
if (IRSAligned1 >= irstimer) then
IRSNotAligned = 0
else
IRSNotAligned = 1
endif
Take it as it is, a basic inspiration; I am aware that this is not the full logic, and that it is based on a single IRS System, but it does anyway give you something to do about IRS when you’re setting up the cockpit before departure … any suggestion, correction, further development is absolutely welcome.
Have fun !!!
Happy landings and always three greens !!
Eu
-
Post Thanks / Like - 1 Thanks, 0 Likes, 0 Dislikes
Trevor Hale thanked for this post
-
05-30-2008, 04:55 AM #2
- Join Date
- Sep 2007
- Location
- Northern Italy
- Posts
- 160
To be precise ...
737 users know that the IRS System has two knobs, with four positions each: OFF - ALIGN - NAV - ATT
I had forgotten one, sorry !
Happy landings and always three greens !!
Eu
-
05-30-2008, 05:54 AM #3
- Join Date
- Mar 2007
- Location
- Vancouver
- Posts
- 192
What's a knob or two, among friends?!
VANCOUVER
Jet fighter / single pilot sim, plus thinking of a 777 as a secondary sim.
-
05-30-2008, 08:04 AM #4
- Join Date
- Sep 2007
- Location
- Northern Italy
- Posts
- 160
Hey there Paul ...
maybe you meant "what are three positions or four, among friends ?" ... ?
Happy landings and always three greens !!
Eu
-
06-06-2008, 12:51 PM #5
Hi,
just to add my 2 cts worth idea: have you ever tried Thomas Richter´s very neat program called "Cockpit Systems B737" yet?
There you can find also the IRS part with offsets for the 2 kobs.
It´s really worth buying it. No messing around with offsets anymore as the entire overhead can be tested.
Best regards
Peter
-
06-09-2008, 03:42 AM #6
- Join Date
- Sep 2007
- Location
- Northern Italy
- Posts
- 160
Yes ...
... I've recently bought Thomas' 737NG, and am now focused on the Autoflight Annunciators function.
Having no physical overhead (I keep PMSystems on a flat display hanging over the pedestal, coupled with a few GoFlight modules), I must depend on the graphic development of PMSystems.
Thanks for the suggestion, anyway !
Happy landings and always three greens !!
Eu
Similar Threads
-
Looking for some basic help??
By Robert Byrne in forum General Builder Questions All Aircraft TypesReplies: 4Last Post: 12-22-2010, 05:48 AM -
Logic Systems - the millionth time ;)
By shearder in forum I/O Interfacing Hardware and SoftwareReplies: 12Last Post: 03-27-2010, 02:59 PM -
FSBUS Dll and Visual Basic
By Anderson/SBSP in forum I/O Interfacing and HardwareReplies: 10Last Post: 02-20-2010, 11:37 PM -
USB basic help
By Redbirdman in forum Computer Hardware SetupReplies: 6Last Post: 03-18-2009, 05:44 PM -
[LOGIC] Center logic 0 Three position toggle switch
By null null in forum PM General Q & AReplies: 2Last Post: 11-24-2004, 04:42 PM