![]() ![]() ![]() ![]() |
Panels Software This software is a combination of the previously released "panel.exe" and "panel_console.exe" packages. It supports the following functions:
¹ Panels no longer needs the diode driven switches. Only the selectors that use resistors² The outflow valve is supported by Prosim737 ³ Prosim737 currently does not support these
The software works both with Project Magenta's pmSystems and Prosim737. If you want to use Prosim737 you have to assign a number of FSUIPC offsets in the Prosim737 configuration file. "panels.exe" will read these offsets and control the proper hardware functions. These are:
There are a couple of points that need clarification:
The supplied configuration file is created for my system, so you have modify it. You can remove all the nodes that you will not use. Nodes are called ACDC, IRS, Pressurization and Console. This table shows the corresponding Phidgets interface cards:
< Phidget><Name>IRS</Name> <Type>Interface 8/8/8</Type> <Serial>38502</Serial> <Switch>1</Switch> <PosMax>4</PosMax> <Offset>5710</Offset> </Phidget> This node shows how a selector switch is connected. In this example the switch is connected to analog input 1 and has 4 positions. The FSUIPC offset is 5710 hexadecimal. Both the name and type most be copied exactly. For every selector that you want interface to, you have to add a node. < Phidget><Name>IRS</Name> <Type>Interface 8/8/8</Type> <Serial>38502</Serial> <Switch>1</Switch> <Bit>3</Bit> <Offset>5784</Offset> </Phidget> In this node the hardware switch that is connected to input 1 sets bit 3 in the FSUIPC byte at offset 5784 hex. For every switch that you want interface to, you have to add a node. Note that bits can be negative, that means that they will be set to zero, when the switch is closed. < Phidget><Name>ACDC</Name> <Type>Interface 8/8/8</Type> <Serial>38502</Serial> <Switch>2</Switch> <On>1</On> <Off>2</Off> <Offset>56E0</Offset> </Phidget> In this node the hardware switch that is connected to input 2 sets the FSUIPC byte at offset 56E0 hex to a value of 2 when open and to 1 when closed. For every switch that you want interface to, you have to add a node.
To download the software click here. If you have any questions or remarks please send me an e-mail at: pvrijald@planet.nl. |