[go: up one dir, main page]

0% found this document useful (0 votes)
54 views20 pages

User Manual - Starting With SC-Pascal Scripts - Rev 1.1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views20 pages

User Manual - Starting With SC-Pascal Scripts - Rev 1.1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Starting with SC-Pascal Scripts

User Manual
SC-MAN-SCP-E-11-0009

©2005-2017, Sismo Soluciones All rights reserved Rev. 1.1


Flight Simulation
www.sismo-soluciones.com

LOG

Rev. Date Description


1 April 2011 First Edition
1.1 December 2017 Update Template

INDEX
1 Definitions and acronyms ..........................................................................................................................3
1.1 Definitions .........................................................................................................................................3
1.2 Acronyms ..........................................................................................................................................3
2 Related documentation .............................................................................................................................4
3 Purpose of this document .........................................................................................................................4
4 Introduction to the Scripts.........................................................................................................................4
1 Previous Requirements..............................................................................................................................5
1.1 Connections and Hardware Requirements .......................................................................................5
1.2 Software Interface Requirements (Scripts).......................................................................................8
2 Classification of the Scripts ......................................................................................................................10
2.1 Classification according to the hardware to controlling .................................................................10
2.2 Classification according to the software (simulator) or plugin .......................................................10
3 Running the Script ...................................................................................................................................11
3.1 Running scripts ................................................................................................................................12
3.1.1 FSX with ORION and L4SC ...........................................................................................................12
3.1.2 FS9/PMDG ..................................................................................................................................13
3.1.3 FS9 or FSX with Project Magenta ...............................................................................................13
3.1.4 FS9/FSX with Prosim737 (General Requirements) .....................................................................14
3.1.5 FS9 or FSX with iFLY using iFlyToFsuipc ......................................................................................17
3.1.6 FS9 or FSX with iFLY using IOCP ..................................................................................................18
3.1.7 X-PLANE with PM (XPUIPC).........................................................................................................18
3.1.8 X-Plane with Fran Sedano plugin ................................................................................................19
3.1.9 FS9 or FSX with Sim-Avionics ......................................................................................................19

1.1 Starting with SC-Pascal Scripts


SCP
User Manual SC-MAN-SCP-E-11-0009 2 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

1 DEFINITIONS AND ACRONYMS

1.1 DEFINITIONS

Item Definition
Backlight Lighting which illuminates the letters, lines or other features of a panel from the
inside or back of the module.
Switch and Hub Device A device for connecting many Ethernet cables. For use when you want to connect
many Ethernet devices to a single computer.
SC Pascal A programming language and a high level editor/compiler. All script provided by
Sismo are programmed in this language. There are manuals for learning this
language on our website. You can also download the program from our website.
Crossed Ethernet Cable A type of Ethernet cable used to connect a module directly to a computer.
Standard Ethernet Cable If you are using a standard Ethernet cable, you should connect the module to a
Hub/Switch or to your Router (and not directly to the computer)
Mother – Daughter Master – Slave board
Ethernet Local area network data transfer protocol. An alternative to USB.
IOCP Input/output completion port (IOCP) is an API for performing multiple
simultaneous asynchronous input/output operations in Windows NT.
FSUIPC Flight Simulator Universal Inter-Process Communication. For controlling
asynchronous input/output operations in flight simulation.
UDP A protocol within the TCP/IP protocol suite
DHCP Dynamic Host Configuration Protocol, A protocol that provides a means to
dynamically allocate IP addresses to computers on a local area network. To be
deactivated or the IP addresses will change!
Script A program which controls the SC-MB and allows the user to assign the functions of
one of the Plug&Fly Modules (AFT, FWD, etc.) to the Motherboard.
Add-on Company ProSim, iFLy, PMDG. They are companies which interface the hardware with the
flight simulation software.
Autosense a feature found in network adapters that allows them to automatically recognize
the current local network's speed and adjust its own setting accordingly
Plug&Fly Modules Require no building or skills in electronics. They are fully equipped to be installed
on your simulator. They are the FWD, AFT, MIP, Pedestal, MCP and EFIS.

1.2 ACRONYMS

Item Definitions
PCB Printed Circuit Board.
GND Ground – Return path for electric current in a circuit
PRM Plug Ready Module

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 3 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

ADC Analog to digital converter


GIC General Interface Card
ICF Internet Connection Firewall (Microsoft Windows XP)
SC-MB SimCard Ethernet Motherboard.
SC-Daughter SimCard Ethernet Daughter. It is a daughter or slave card, complementary to the SC-MB.

2 RELATED DOCUMENTATION

Ref DOCUMENT Revision


TBD Programming with SC-Pascal – Vol I Last (web)
TBD Programming with SC-Pascal –Vol II Last (web)

3 PURPOSE OF THIS DOCUMENT

The intention of this document is to show the necessary steps for launching the software interface (scripts)
which SISMO Soluciones provides, allowing the connection and communication with the Flight Simulator
used by each user.

4 INTRODUCTION TO THE SCRIPTS

Welcome to the set of software/scripts which Sismo Soluciones has


developed using the high-level programming language named SC-
Pascal.
In order to the needs of the enthusiasts of the flight simulation, a wide
range of scripts have been implemented allowing to the different users
the privilege of synchronizing from a simple PRM or TERAS 737NG
module (e.g.: MCP) to a complete set of TERAS 737NG modules (e.g.:
MIM) that will connect to the simulator chosen by each "builder of
cockpit" (ej.: FS9, FSX or X-PLANE) as well as to the plugin acquired for
improving the benefits of the simulator (ej.: L4SC-OVHD, Project
Magenta, PMDG, Level-D, Prosim737, SimAvionics, FDS, …). Everything
will be connected with a simple, easy and direct method.
Therefore, a script is simply the software which is used as interface
between the physical part or set of modules of the cockpit (TERAS
737NG Hardware) and the simulator used in each case

As example, the following picture shows the general connection scheme:


Hardware (DST) <---> Software

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 4 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

Sismo Soluciones provides the necessary script in executable format (.exe) to their
customers, that is to say, with a simple double click on the script, the user will be able
to make it works with his simulator. This way of proceeding is based on the computing
industry of professional software, dispensing of having to open additional programs
and load text files, providing in this respect a major agility of use at the moment of
executing it.

Nevertheless, despite not being the subject of this manual, the scripts can also be edited by means of
programming in SC-Pascal language which specifically has developed Sismo.
In this case and for those users who do not have many computing knowledge but have the illusion to build
a flight simulator and their own scripts, a manual for programmers with many and easy examples can be
downloaded at Sismo web, and also the Sismo FORUM is available to share your doubts and questions.

1 PREVIOUS REQUIREMENTS

The scripts are compatible with any operating system, but for its correct use, it is indispensable to achieve
and bear in mind the following requirements:

1.1 CONNECTIONS AND HARDWARE REQUIREMENTS

1. All the modules, equipments, and PRMs must be well connected and wired. There are 2 ways for
doing it:

a) Acquire one of the SISMO Plug&Fly Modules (MCP-2EFIS, DST, PEDESTAL, FWD-OVH ó AFT-
OVH):
In this case, the equipment is already well wired and connected and the user does not need to
do anything else.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 5 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

If you acquired a Plug&Fly module: it is VERY IMPORTANT to have already configured your
equipment as the User Manual of the respective Module shows before following the next
instructions.

Below, some of the User Manuals are shown (picture). These manuals contain the instructions
to configure each Plug&Fly Module (available at Sismo Download Section).
It is not necessary to read the b) section if the Module was already configured, so let’s jump to
the section 2 of this chapter for following with the explanations.

b) Connections and wiring using the SimCard Ethernet -> for users who want to wire up the cockpit
Modules by themselves:
The switches, leds, PRMs, modules… must be connected to the SimCard Ethernet exactly equal
as the Contact Map shows. The Contact Map can be asked for whe acquiring the SimCard
Ethernet if the user requires it.

This is VERY IMPORTANT, because if the connections are made in an anarchic manner and
without obey the Sismo Contact Map, the inputs and outputs of the modules will not
correspond with the assigned ones in the script.
Example: hook-up of a FO-DS PRM with a SimCard MB Ethernet using 1 GIC of fast hook-up
without welds and following the CONTACT MAP provide when acquiring the SimCard
ETHERNET.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 6 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

The simplest way to make the connections is using the GICs (Generally Interface Card) which
facilitate the connections with the different components, because they allow to connect PRMs
with connectors by means of flat cables or allow to connect components through free wiring to
threaded green terminals, so it will not be necessary welds. In this way, the connections are
easy to make, are clean and allow a better maintenance, giving also a bigger reliability to any
solution.
For example, it is possible to do the complete hook-up of all the PRMs of TERAS Main
Instrument Module 737NG with only 4 GICs and 1 SimCard Ethernet without to make any weld
and obeying the Contact Map which the script follows.
Take a look to the next video-link:
http://www.youtube.com/user/SismoSoluciones#p/a/u/1/0ouRsOyB014
Anyway, the user will be able to choose the type of connection which is more convenient for
him but always obeying the mentioned Contact Map.

The user must connect his SimCard to the control


computer, supply energy adequately to the card and
configure it correctly before to make the connections of
the modules, PRMs, switches… to the SimCard Ethernet
right well.
For this step, the user has to follow the instructions of the
“User Manual” corresponding to the SimCard Ethernet.
Remember that this Manual can be downloaded directly
from Sismo Soluciones web.

2. Install the last available Build of SC-Pascal editor/compiler in the control computer (HOST) where
the Module or SimCard Ethernet was configured. The SC-Pascal editor/compiler can also be
downloaded for free from the Sismo Soluciones web.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 7 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

2. Finally, open the SC-Pascal editor/ compiler to


verify that his Module SimCard is recognized
and check the inputs, outputs, displays, etc.
This step is made by means of what is named a
HARDWARE TEST.
The instructions to make the TEST con be found
at the respective “User Manual” of each
Plug&Fly Modules, or at the “User Manual” of
the SimCard Ethernet in case the user has wired
up the connections by himself.
For those one who wired up the SimCard
Ethernet:
They must check that the CONTACT MAP,
which was provided by SISMO, was followed
correctly. As example, verify that the input nº1,
which was wired up to the SimCard,
corresponds with the input nº1 of the TEST, and
in this way the rest of inputs, outputs, etc. must
also be verified. A mistake was committed in
the hook-up if the assigned numbers do not
correspond. In this case, the user must proceed
to correct it in order that the script works
correctly.

1.2 SOFTWARE INTERFACE REQUIREMENTS (SCRIPTS)


1. Close the SC-Pascal editor/compiler in order that it does not generate conflict of any type with the
script.
2. Save the following files which will have to stay always together in a folder named as the user wants
and in the directory that the user wishes:
- The executable script with the SC-Pascal logo.
(e.g.: TERAS 737NG MCP-2EFIS Ethernet for FSX by Default-V8.exe)

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 8 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

- The "config.ini" file. It is the configuration file which must be filled out and later saved with the
changes done specifically by each user. Find in the chapter 5 all the instructions in the matter.
- OPTIONAL: a Direct Access of the script, which can be placed at the Auto-Start Windows folder.
Then, the script can be run automatically each time the user switches on the computer which
controls the SISMO Module and the script will be in standby waiting that the Simulator is also
running.
Now, this example shows the interior of a folder which contains a script for MCP-2EFIS TERAS
737NG for FSX by Default and its corresponding "config.ini" and the Direct Access together inside
the same folder:

IMPORTANT: The user must have as many folders as scripts and each of them with its corresponding
"config.ini" file.

To obtain the last upgrade version of the script, ask for it to us at Sismo web Forum www.sismo-
soluciones.com
When a new script update
is gotten, it must be
included in the same folder
as this example shows. But
the user only will be able
to execute one of them.

See in the picture on the


left, that there are 2
versions (V8 and V9) inside
the script folder but the
“config.ini” is always
common for all the
versions for a same script
folder.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 9 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

3. The folder that includes both the script and the file "config.ini" must be stored in the same
computer where the Sismo Ethernet Module was previously configured.

2 CLASSIFICATION OF THE SCRIPTS

In order to obtain a more wide vision of the types of simulators and plugins for which Sismo Soluciones has
developed scripts, now, a classification of the different types of scripts available and the minimal
specifications necessary for its correct execution is detailed, allowing to facilitate in this respect the suitable
choice:

2.1 CLASSIFICATION ACCORDING TO THE HARDWARE TO CONTROLLING


The types of scripts appear depending on the module or set of modules that the user wants to control. To
differentiate them, in the following figure they are shown separately by colours:
Types of scripts that the user can choose
according to the hardware that wants to control:
- MCP-2EFIS (red color)
- MIM (blue color)
- FWD-OVH (golden color)
- AFT-OVH ()
- PEDESTAL (purple color)

Note: the letters in boldface are those that will be


assigned in the name of the script.

Each script must be saved in a specific folder with its corresponding "config.ini" file. For example, if you
have 3 scripts for running (MCP-2EFIS, MIM and FWD-OVH), there should be 3 folders, each one with its
corresponding script and its specific "config.ini" file.

2.2 CLASSIFICATION ACCORDING TO THE SOFTWARE (SIMULATOR) OR PLUGIN

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 10 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

In the following table, all the types of simulators and plugins for those that Sismo has developed scripts are
shown. Remember that this is an open list and can be changed constantly according to the new
improvements and creations of new plugins.
In addition, it also appears interesting information for the user about minimal necessary requirements to
achieve by the software (simulator) or plugin like minimal versions as well as the protocol of
communications (FSUIPC, IOCP or XPUIPC) and which version to install in the computer where the simulator
is going to be executed, in order that the information of the simulator could be transmitted through the
script and sent to the hardware.

SIMULATOR

PLUGIN OR ADDON COMMUNICATION PROTOCOL FS9 ó FS2004 VERSION FSX VERSION


DEFAULT 737NG IOCPServer 2.4 para FSX By Default - By Default -
L4SC-OVHD IOCPServer 2.4 para FSX x x L4SC 737 OVHD 1.0 Build 25
ORION DU IOCPServer 2.4 ó FSUIPC (*1) ORION 737NG DU Build 1640 ORION 737NG DU Build 1640
PMDG (*3) IOCPServerFS9 & FSUIPC 3.48 ó superior (*1) Plugin PMDG - x x
PROSIM 737 FSUIPC (*1) Prosim737 21/04/12 Prosim737 21/04/12
LEVEL-D (*2) Plugin Level-D 767 - x x
FD Software FSUIPC (*1) - - - -
X-PLANE via Sedano Plugin IOCP x x x x
X-PLANE via XPUIPC (PM) XPUIPC x x x x
Sim Avionics FSUIPC (*1) x 1.186 x 1.186
iFLY FSUIPC (*1) / IOCP x x x x
Autopilot MCP Build 446 Autopilot MCP Build 446
PM FSUIPC (*1) GC Build 470 GC Build 470
PmSystems Build 180 PmSystems Build 180

(*1) There are 2 versions of FSUIPC and IOCPServer : one for FS9 and other one for FSX. Proceed to install the one that corresponds, otherwise it will
not work.
(*2) Only it is necessary to place correctly the 'LVLdSDK.dll' file. The instructions are sent to you attached with the script.
(*3) In PMDG, a lot of variables are sent by keyboard, but it is not necessary to worry about this because the script takes charge of everything. The
only thing that it is necessary to do is to configure the keyboard from PMDG (one of PMDG options allows to do it) writing the same 'keys' that in
the script. For that, the document "737Kbd.ini" for PMDG keys appears together with the script. It also can be done through the document which is
attached as "keyboard map.pdf".

Note: these versions must be equal or lower to the versions install by the user because the script will have to
read correctly the information from the simulator.

3 RUNNING THE SCRIPT

Once the "config.ini" file was filled out adequately (this task is made
Sismo support before the script is sent to the user), proceed to make
the following steps for launching the script.
A program window will be shown on your screen (see picture on the
right).

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 11 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

IMPORTANT (only when running more than one script): in case to have more than SISMO Modules and in
this way also more than one script, remember that each Sismo Ethernet Module must be configured with a
different Ethernet port (HOST PORT). For better understanding see the example with 2 different scripts (A
and B):
 “config.ini” file of the MIM with SimCard Ethernet A.
//------------------------------------------------------------------
// UDP PORT
//------------------------------------------------------------------
[HOST_PORT]
PORT = 1028

 “config.ini” file of the OVHD with SimCard Ethernet B.


//------------------------------------------------------------------
// UDP PORT
//------------------------------------------------------------------
[HOST_PORT]
PORT = 1029

Check that the ports were set to different values to avoid conflicts (1028 and 1029). It is necessary to
mention that the same HOST PORT written in the "config.ini" file for each case must also be identified and
saved in the Configuration Page (CONFIG PAGE of SISMO Ethernet Module). e.g.: MIM 1028; FWD-OVH 1029.

NOTE: In case the user uses FSUIPC and launches the script from another computer of his network (but not from the computer where the simulator
was installed), it will have to execute also wideFS correctly configured. The use of wideFS is necessary because FSUIPC characteristics require it. This
is not necessary for IOCP.

3.1 RUNNING SCRIPTS


In this section, some examples show the right order to follow when running scripts.

3.1.1 FSX with ORION and L4SC


Follow these steps to launch the corresponding scripts for FSX with L4SC and ORION for the DU’s.
1. Install IOCPServer for FSX (download for free from the next IOCPServer link web
http://www.iocpserver.com/index.php?title=Descargas:%C3%8Dndice ).
2. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-
3. Check that IOCPServer was right well installed. Contact with L4SC Company who can provide an IOCP-
L4SC console (http://www.l4sc.com/).
4. Run FSX with the L4SC Aircraft (download for free from the L4SC web http://www.l4sc.com/ ).

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 12 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

5. Run L4SC Software. It is supposed that this software has


previously been configured (to do that, please contact with
the distribution company).
5. Run the L4SC MCP-2EFIS script.

5. Run the L4SC MIM script.


5. Run the L4SC FWD-OVH script.
5. Run the L4SC PEDESTAL script.
6. Run ORION. It is supposed that this software has already been configured.

*IMPORTANT: the order of running the steps 5 does not mind.

3.1.2 FS9/PMDG
Follow these steps to launch the corresponding scripts for FS9/PMDG.
1. Instalar FSUIPC para FS9 (para ello contante con la empresa distribuidora).
2. Edit the “config.ini” file. –This step is done by Sismo Support
before to send the script-
3. Run FS9 with PMDG plane.
3. Run the PMDG MCP-2EFIS script.
3. Run the PMDG MIM script.
3. Run the PMDG FWD-OVH script.
3. Run the PMDG PEDESTAL script.

*IMPORTANT: the order of running the steps 3 does not mind.

3.1.3 FS9 or FSX with Project Magenta

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 13 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

Follow these steps to launch the corresponding scripts for FS9/FSX and Project Magenta.
1. Install FSUIPC for FS9 or FSX according to the simulator to launch (to do that, please contact with the
distribution company).
2. Install WideFS in case to networked with the scripts from a remote computer (to do that, please
contact with the distribution company).
3. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-
4. Run FS9 or FSX.
4. Run the 3 Project Magenta programs which are needed: Autopilot MCP Build 446 or superior, GC Build
470 or superior and PmSystems Build 180 or Superior. It is supposed that this software has previously
been configured (to do that, please contact with the distribution company).
4. (Optional for Pedestal) Run “SA_WXR Software” for Radar Panel and “FSPS Software” for Fire Panel and
Cargo (contact to Achilles: www.thefsps.com)
4. Run the PM MCP-2EFIS script.
4. Run the PM MIM script.
4. Run the PM FWD-OVH script.
4. Run the PM PEDESTAL script.

*IMPORTANT: the order of running the steps 4 does not mind.

3.1.4 FS9/FSX with Prosim737 (General Requirements)


Follow these steps to launch the corresponding scripts for FS9/FSX and Prosim737.
1. Install FSUIPC for FS9 or FSX according to the simulator to launch (to do that, please contact with the
distribution company).
2. Install WideFS in case to networked with the scripts from a remote computer (to do that, please
contact with the distribution company).
3. Configure Prosim737 according to its configuration manual (
www.prosim737.com ).

3.1.4.1 MCP-2EFIS with Prosim737 (jump this step if you do not have MCP-2EFIS)
4. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-Remember that
the SC-PASCAL PORT can be filled out with any available port. 8097 Port will be used by default.
5. Run the Prosim MCP-2EFIS script.
6. Open and configure ProsimMCP.
7. Write the IP Address of the computer where the MCP was configured into the field specially indicated
by ProsimMCP for Sismo MCP. Write also the port 8097 (SC_PASCAL PORT) if in the “config.ini” 8097
was the port leaved by default.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 14 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

8. Save the changes made in ProsimMCP.

3.1.4.2 PEDESTAL, MIM, FWD-OVH y AFT-OVH with Prosim737


*Nota: jump the steps of the Sismo Modules which the user does not has got.
9. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-Remember that
the SC-PASCAL PORT can be filled out with any available port, By default appear the next: 8094 for
MIM, 8093 for PEDESTAL, 8095 for FWD-OVH y 8096 for AFT-OVH.
10. Run the Prosim PEDESTAL script.
10. Run the Prosim MIM script.
10. Run the Prosim FWD-OVH script.
10. Run the Prosim AFT-OVH script.

*IMPORTANT: the order of running the steps 10 does not mind.

11. At Prosim737, go to “Config->Drivers” and write the IP Addreses of the respective computer where
each Sismo Ethernet Module was configured. Write also the SC-Pascal Port written for each Sismo
Module in the “config.ini”
(e.g.: PEDESTAL: IP Address 192.168.1.100 Port 8093)

SC-Pascal Server (IP) PORT


PEDESTAL

MIM

FWD-OVH

AFT-OVH

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 15 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

12. Save the changes made in


Prosim737.
13. Run the script (.exe file)
14. At Prosim737, go to “file->import
configuration” and open the
“config.xml” file which can be
found in the script folder.
15. Select only the Sismo Modules
which the user wants to use with
Prosim737 (as for example, in the
following picture: only the AFT
and FWD-OVH Modules were
selected).
16. Press OK to accept

3.1.4.3 SERVO Configuration with Prosim737


17. With the script running, go to Prosim737 -> “Config -> Configuration ->Gauges” and configure the
GAUGES of each Sismo Ethernet Module.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 16 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

18. Check that the importation of the “config.xml” was done correctly.
This can be done looking at each servo on the Gauges Prosim737 Tab which you want to control and
check that the servo is edited as IOCP and with a number –see red square above-
E.g.: if the user has a MIP, he will have to configure the Flap and Brake pressure gauges and check that
IOCP and a number is shown at Prosim Gauges Tab –Look to the picture above and check that Brake
pressure has IOCP and 744.
19. Move the status bar of each servo at Prosim Gauge Tab and check that the servo moves mechanically
its needle.
20. Match the status bar of each servo at Prosim Gauge with the mechanically needle of the servo
E.g. 1000 status bar of the Brake pressure at Prosim Gauge Tab must be equal to the 1000 position of
the needle of the Brake Pressure Servo Instrument.
21. Configure all the positions.
22. Save the changes.

3.1.5 FS9 or FSX with iFLY using iFlyToFsuipc

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 17 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

Follow these steps to launch the corresponding scripts for FS9/FSX and Project Magenta.
11. Install FSUIPC for FS9 or FSX according to the simulator to launch (to do that, please contact with the
distribution company).
12. Install WideFS in case to networked with the scripts from a remote computer (to do that, please
contact with the distribution company).
13. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-
14. Run FS9 or FSX.
5. Run iFLY 737NG addon.
6. Run iFlyToFsuipc application.
7. Run the iFLY MCP-2EFIS script.
7. Run the iFLY MIM script.
7. Run the iFLY FWD-OVH script.
7. Run the iFLY PEDESTAL script.
7. Run the iFLY AFT-OVH script.

*IMPORTANT: the order of running the steps 7 does not mind.

3.1.6 FS9 or FSX with iFLY using IOCP


Follow these steps to launch the corresponding scripts for FS9/FSX and Project Magenta.
1. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-
2. Run FS9 or FSX.
3. Run iFLY 737NG addon.
4. Run iFlyToIocp application.
5. Run the iFLY MCP-2EFIS script.
5. Run the iFLY MIM script.
5. Run the iFLY FWD-OVH script.
5. Run the iFLY PEDESTAL script.
5. Run the iFLY AFT-OVH script.

*IMPORTANT: the order of running the steps 5 does not mind.

3.1.7 X-PLANE with PM (XPUIPC)


Follow these steps to launch the corresponding scripts for X-Plane and Project Magenta.

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 18 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

1. Install X737 Aircraft of Benedikt. Download for free: http://www.eadt.eu/


2. Install XPUIPC for X-Plane (to do that, please contact with the distribution company).
3. Install WideFS in case to networked with the scripts from a remote computer (to do that, please
contact with the distribution company).
4. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-
5. Run X-Plane with the X737 Benedikt Aircraft.
5. Run the 3 Project Magenta programs which are needed: Autopilot MCP Build 446 or superior, GC Build
470 or superior and PmSystems Build 180 or Superior. It is supposed that this software has previously
been configured (to do that, please contact with the distribution company).
5. Run the PM MCP-2EFIS script.
5. Run the PM MIM script.
5. Run the PM FWD-OVH script.
5. Run the PM PEDESTAL script.
*IMPORTANT: the order of running the steps 5 does not mind.

3.1.8 X-Plane with Fran Sedano plugin


Follow these steps to launch the corresponding scripts for X-Plane and Fran Sedano’s plugin.
1. Install the last upgrade of Fran Sedano’s plugin
Download for free: http://www.fransedano.net/?cat=6
2. Install X737 Aircraft of Benedikt.
Download for free: http://www.eadt.eu/
3. Edit the “config.ini” files as was indicated in the tables of
the chapter 5.
4. Run X-Plane with the x737 Benedikt Aircraft.
4. Run the X-PLANE MCP-2EFIS script.
*IMPORTANT: the order of running the steps 4 does not mind.

3.1.9 FS9 or FSX with Sim-Avionics


Follow these steps to launch the corresponding scripts for FS9/FSX and Sim-Avionics.
1. Install FSUIPC for FS9 or FSX according to the simulator to launch (to do that, please contact with the
distribution company).

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 19 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1
Flight Simulators Solutions
www.sismo-soluciones.com

2. Install WideFS in case to networked with the scripts from a remote computer (to do that, please
contact with the distribution company).
3. Edit the “config.ini” file. –This step is done by Sismo Support before to send the script-
4. Run FS9 or FSX.
5. Run the Sim-Avionics addon. It is supposed that this software has previously been configured (to do
that, please contact with the distribution company).
6. Open the “Sismo Soluciones Fsuipc Offsets” file
7. Open the “FSUIPC_IO.INI” file (C:\Sim-Avionics\Server)
8. Look for each variable of the “Sismo Soluciones Fsuipc Offsets” file into your “FSUIPC_IO.INI” file, and
rewrite the values of each variable according to the values that appears at the “Sismo Soluciones Fsuipc
Offsets” file.
9. Save the changes of the FSUIPC_IO.INI file and close it.
10. Run Sim-Avionics – Server program, and go to the Control Panel tab. Click on the “Use INPUT
Offsets”and “Use OUTPUT Offsets”, and click off “Process Switch Update On Offset Change Only”. See
picture below:

11. Run the Sim-Avionics MCP-2EFIS script.


11. Run the Sim-Avionics MIM script.
11. Run the Sim-Avionics FWD-OVH script.
11. Run the Sim-Avionics PEDESTAL script.
11. Run the Sim-Avionics AFT-OVH script.

*IMPORTANT: the order of running the steps 4 does not mind.

END OF DOCUMENT

1.1 Starting with SC-Pascal Scripts


SC
User Manual SC-MAN-SCP-E-11-0009 20 / 20
User Manual - Starting with SC-Pascal Scripts - Rev 1.1

You might also like