Results 1 to 10 of 24
Thread: IOCP
-
06-01-2011, 03:33 PM #1
- Join Date
- May 2011
- Location
- Europe
- Posts
- 11
IOCP
Hi
I am new in building cockpits and i want to build MD82 (maddog)
I tried to understand software things (i studied tutorials on opencockpit), but now i am so confusedof all terms and theory. At first, i have big problem with IOCP. How does it work? How can I connect computers and get IOCP server working? Please, if someone can help me (or where i can get useful informations for me).
Thank
PS: I don't know where this theme belong, please don't delete it.
-
06-02-2011, 04:34 AM #2
Re: IOCP
Hi,
Welcome to the club.
Why do you need an IOCP server?
Basic information about SIOC can be found here: SIOC (IOCP)
regards,
Nico Kaan
-
06-02-2011, 06:54 PM #3
Re: IOCP
Hello and welcome.
MD-80 is a little harder to build than an 737, because there is not yet built a 100% finished home sim cockpit.
The project is far from plug and play, but is a fun challenging hobby.
We become more and more people that are starting to build the cockpit of this amazing airplane and You are welcome on our website where you can read more about the project, IOCP script, LUA and more: http://www.md80project.dk
Sincerely,
Claus
-
Post Thanks / Like - 1 Thanks, 0 Likes, 0 Dislikes
oal331 thanked for this post
-
06-05-2011, 05:18 AM #4
- Join Date
- May 2011
- Location
- Europe
- Posts
- 11
Re: IOCP
Thank
So if i have just one computer, i need install SIOC (I have done it), FSUIPC (also), and program sioc.ssi? Then i will connect USBexpansion card, and master, start simulator and sioc.exe and it will work
-
06-05-2011, 05:28 AM #5
Re: IOCP
-
06-05-2011, 03:44 PM #6
- Join Date
- May 2011
- Location
- Europe
- Posts
- 11
Re: IOCP
Ok. I have one more question. If i will make new value in config_sioc it open new parameter window. Please if you can describe me settings in this window (what i can set there), or if you know some tutorial where is it describe. At first, where i set the input number (where i set which expansion card, which master card, which input/output) and where i set the function of this var (if it will be no smoking on, or apu start or outside light on.....)
THANK!
-
06-05-2011, 05:03 PM #7
Re: IOCP
Nico have a very fine toturial:
http://www.lekseecon.nl/howto.html
I have used this when the script was new to me.
Take the time to play with in and outputs and make the script working, so you understand the logic.
Search for others' script, and copy from it, change the script and see what happens and ajust it to fit your cockpit.Sincerely,
Claus
-
06-05-2011, 05:40 PM #8
Re: IOCP
I'd recommend not to use the GUI interface of config_sioc but to use the NotePad editor (or any text editor) and write the script. The Help menu item of config sioc will give you the syntax and semantics of the SIOC language. Examples of SIOC scripts can be found at my site
regards,
Nico
-
06-07-2011, 04:23 PM #9
- Join Date
- May 2011
- Location
- Europe
- Posts
- 11
Re: IOCP
And can you describe me please, how to program servo motors via USB servo card? Because overhead in MD80 has many gauges, and i would like to make it via servo motors. I hope, i little bit understand SIOC programming (thank for your help), but how to servo motors?
THANK
-
06-07-2011, 05:09 PM #10
Re: IOCP
First things first... Try to write a SIOC script that drives leds and responds to switches first.
regards,
Nico