[simpits-tech] To gene or any other programmer

Gene Buckle simpits-tech@simpits.org
Tue, 18 Jun 2002 14:09:54 -0700 (PDT)


> my idea was to right a program that would look for the change in a switch
> say 4*8 in the key matrix and send the output to the keybord buffer,
>
> now if this key is dependant on others - like in falcon when you flip the
> backup switch you have to scan all the backup switches then the program
> does the scan and sends all the backup switch status to the sim .
>
> and for the problem with the initial stage you could run a command that
> scans the whole matrix and sends the initial status to the sim.
>
I don't want to sound rude, but this makes _no_ sense to me at all.

When you work with the 0/256/0 unit, you'll get an event whenever a switch
is closed or opened and it will tell you what switch did what.

One thing that you (and us all) need to look at is a software subroutine I
call "preflight-configure".  Basically, what this routine does is verify
that each cockpit switch in its correct position based upon your
pre-defined simulator state.  If a switch is in the incorrect position,
the software should tell you which one and what position it should be in.
It should keep iterating through "bad" settings until everything is set up
the way it needs to be.

g.