Accueil
Accueil

Bienvenue invité ( Connexion | Inscription )

25 Pages V « < 13 14 15 16 17 > »   
Reply to this topicStart new topic
> Pit Gillesdrone
Maraudeur
post 13 Mar 2008, 09:54
Message #141




Commandant de la 92nd Kodiak AF

Indicatif : JR-22
Messages : 4,232
Inscrit : 4/12/04
Lieu : Monnaie
Membre n° 17

Redonnes-moi la routine car je ne l'ai plus en tête (notamment cette histoire de &000) detective.gif

--------------------
Image IPB
Cerbro Tvo Utere! Sin Minvs, Parietes Asperget...

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gillesdrone
post 13 Mar 2008, 10:40
Message #142






Messages : 6,185
Inscrit : 24/03/07
Lieu : Sendets 64320
Membre n° 1,668

CITATION(Maraudeur @ 13 Mar 2008, 09:54) *

Redonnes-moi la routine car je ne l'ai plus en tête (notamment cette histoire de &000) detective.gif

Var 0001, name NO1, Link IOCARD_SW, Input 87 // NO1
{
IF &NO1 = 0 // Quand on quitte NO1
{
&Mode_Canon = 1 // Alors mémoriser que l'on on vient de NO1
}
IF &NO1 = 1 // Quand on arrive en NO1
{
IF &Mode_Canon = 2 // Si l'on vient de NO2
{
&000 = 569 // Send Ctl+Space
&000 = DELAY 569 ,5
&000 = DELAY 569 ,10
&Mode_Canon = 1
}
IF &Mode_Canon = 4 // Si l'on vient de BCE
{
&000 = 569
&Mode_Canon = 1
}
}
}

Var 0002, name NO2, Link IOCARD_SW, Input 88 // NO2
{
IF &NO2 = 0 // Quand on quitte NO2
{
&Mode_Canon = 2 // Alors mémoriser que l'on on vient de NO2
}
IF &NO2 = 1 // Quand on arrive en NO2
{
IF &Mode_Canon = 1 // Si l'on vient de NO1
{
&000 = 569
&Mode_Canon = 2
}
IF &Mode_Canon = 3 // Si l'on vient de NO4
{
&000 = 569
&000 = DELAY 569 ,5
&000 = DELAY 569 ,10
&Mode_Canon = 2
}
}
}

Var 0003, name NO4, Link IOCARD_SW, Input 83 // NO4
{
IF &NO4 = 0 // Quand on quitte NO4
{
&Mode_Canon = 3 // Alors mémoriser que l'on on vient de NO4
}
IF &NO4 = 1 // Quand on arrive en NO4
{
IF &Mode_Canon = 2
{
&000 = 569
&Mode_Canon = 3
}
IF &Mode_Canon = 4
{
&000 = 569
&000 = DELAY 569 ,5
&000 = DELAY 569 ,10
&Mode_Canon = 3
}
}
}

Var 0004, name BCE, Link IOCARD_SW, Input 84 // BCE
{
IF &BCE = 0 // Quand on quitte BCE
{
&Mode_Canon = 4 // Alors mémoriser que l'on on vient de BCE
}
IF &BCE = 1 // Quand on arrive en BCE
{
IF &Mode_Canon = 3
{
&000 = 569
&Mode_Canon = 4
}
IF &Mode_Canon = 1
{
&000 = 569
&000 = DELAY 569 ,5
&000 = DELAY 569 ,10
&Mode_Canon = 4
}
}
}

Var 0005, name Rotacteur_5, Link IOCARD_SW, Input 5

Var 0006, name Rotacteur_6, Link IOCARD_SW, Input 6

Var 0007, name Rotacteur_7, Link IOCARD_SW, Input 7

Var 0008, name Canon_SW, Link IOCARD_SW, Input 72 // Switch du mode canon ON/OFF
{
IF &Canon_SW = 1 // Si CANON selectionné...
{
&Mode_Canon = 1 // ...alors on passe par défaut en mode NO1
}
ELSE // Si CANON déselectionné...
{
&Mode_Canon = 0 // ...alors mode à 0, plus de mémo mode.
}
}

Var 0999, name 000, Link IOCP, Offset 0 // Renommée 000 pour simplifier la recherch

Var 0100, name Mode_Canon, Value 0 // 1= NO1 2=NO2 3=NO4 4=BCE


--------------------
Image IPB
http://gilles.guesnel.free.fr
ma chaine
 menacer l' Ours dans son repère, l' Aigle pourrait y laisser quelques plumes

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Maraudeur
post 13 Mar 2008, 11:59
Message #143




Commandant de la 92nd Kodiak AF

Indicatif : JR-22
Messages : 4,232
Inscrit : 4/12/04
Lieu : Monnaie
Membre n° 17

Ha ok, c'est bon ça me revient... laugh.gif

En fait j'avais remplacé la Var0999 par Var0000 tout simplement pour la retrouver plus facilement en début de liste dans les variables déclarées de ConfigSIOC. Rien de plus, rien de moins, alors il te suffit juste de reprendre la variable V0999 que tu as par défaut en lieu et place de la V000 wink.gif

--------------------
Image IPB
Cerbro Tvo Utere! Sin Minvs, Parietes Asperget...

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gillesdrone
post 13 Mar 2008, 12:44
Message #144






Messages : 6,185
Inscrit : 24/03/07
Lieu : Sendets 64320
Membre n° 1,668

CITATION(Maraudeur @ 13 Mar 2008, 11:59) *

Ha ok, c'est bon ça me revient... laugh.gif

En fait j'avais remplacé la Var0999 par Var0000 tout simplement pour la retrouver plus facilement en début de liste dans les variables déclarées de ConfigSIOC. Rien de plus, rien de moins, alors il te suffit juste de reprendre la variable V0999 que tu as par défaut en lieu et place de la V000 wink.gif


Oui j'avais bien compris, mais ce que j'ai trouvé de bizare c'est qu'apres le premier lancement , avec cette routine , TOUS les V0999 de mon SSI ce sont tranformés en, &000

ca marche donc je laisse mais ca m'a intrigué wink.gif

--------------------
Image IPB
http://gilles.guesnel.free.fr
ma chaine
 menacer l' Ours dans son repère, l' Aigle pourrait y laisser quelques plumes

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Maraudeur
post 13 Mar 2008, 17:38
Message #145




Commandant de la 92nd Kodiak AF

Indicatif : JR-22
Messages : 4,232
Inscrit : 4/12/04
Lieu : Monnaie
Membre n° 17

Ha oui, surprenant en effet blink.gif detective.gif

--------------------
Image IPB
Cerbro Tvo Utere! Sin Minvs, Parietes Asperget...

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Triggerhappy
post 15 Mar 2008, 13:05
Message #146



 


Messages : 11
Inscrit : 18/06/07
Membre n° 1,929

CITATION(gillesdrone @ 11 Mar 2008, 14:05) *

bon j'ai repris le panel de gauche

mise en place des rotacteurs de selection d'armes :

Image IPB

j'ai trouvé un petit bijou pour la manette de train :

moins de place que le bout de bois et plus " avionique " wink.gif

Image IPB
et le tout en place et connexions testées ca marche

Image IPB

inter selecteur de rafale manuelle ou auto

inter selecteur AA/Canon

rotacteurs selection nombre d'emports et intervalles de larguage



I still have the Weapons System panel ready buildt for backlighting with LED's and the Target control Panel as well with backlighting.. I think youæll find pics of them on DCS forum under the LockOn thread.

Since I am not building the Su-25 Pit anymore, and you're building such a beautifull one. I can send these panels to you if you want.! Naturally for free..!

Send me a message on enokwang[AT]hotmail.com and I will send you the pictures of the panels.? Or just send me your adress and I'll mal it to you..

Ps. Also I have all front and sidepanels cut out of 2mm Aluminium if you or someone else need them. AND of course my K-46D ejection seat.. All of whitch are just collecting dust now after I have started the KA-50 Pitbuild.

Let me know guys..! It's either giving it away to someone who might have a use for the stuff, of I trhrow it away in the waste.. thumbsup.gif

Ce message a été modifié par Lynx - 15 Mar 2008, 14:04.

--------------------
"But (504)Brewber said they were'nt friendly.. So I took'em out.!"
Image IPB
Pc no.1: Asus P4KC motherboard, Intel Core 2 Duo 2,4GHz, 2Gb DDR2 RAM, Geforce Quatro 7300FX, Modded Cougar and DIY Pedals, (main Pc running LockOn)
Pc No.2: Asus Motherboard, Pentuim4 DualCore 2,4GHz, 2Gb DDR2 RAM, Geforce 7300 Gx, (Used to control IOCards from Opencockpits.)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Lynx
post 15 Mar 2008, 14:14
Message #147






Indicatif : BS-05
Messages : 2,455
Inscrit : 23/03/05
Lieu : FONTENAY-SOUS-BOIS
Membre n° 108

Dear Triggerhappy, be certain that either Gillesdrone or me will be more than happy to collect your "dusty" panels...
cheer.gif I would be more extremely joyful to get your ejection seat, and anything else that Gillesdrone wouldn't want. Of course if you need any financial participation, I think of it as a normal situation, or for any postal or sending service, just say so.
Itis very nice and kind of yours to offer so many of your things and the time passed on to the building/modelling of it. notworthy.gif
Anyway thank you in advance. I check with Gilles for him to contact you.

--------------------
3rdlynx.ddns.net

Serveur Discord Perso/Mission Editor : 965280400698146836

The agnostic dislexic insomniac: lies awake in bed at night wondering if there really is a dog.

Manche WARTHOG sur Virpil WAR BRD, Throttle et Palo Virpil, Pilotseat GameRacer Pro, HP reverb G2+ Simshaker JETPAD
Toutes cartes sauf South Atlantic et WWII
Config
+ CG MSI 6950XT 16 Go340W
+ be quiet! Pure Rock 2
+ Mushkin Redline 64 Go 2 x 32 Go DDR4 3600 MHz
+ AMD Ryzen 7 5800X3D, 3,4 GHz (4,5 GHz Turbo Boost)
+ be quiet! Pure Power 11 FM 1000W,
+ SAMSUNG 980 PRO, 2 To, SSD
+ ASUS PRIME X570-P,
+ Sharkoon RGB LIT 100.

Image IPB

User is online!Profile CardPM
Go to the top of the page
+Quote Post
gillesdrone
post 20 Mar 2008, 01:10
Message #148






Messages : 6,185
Inscrit : 24/03/07
Lieu : Sendets 64320
Membre n° 1,668

Bon apres 2 jours d'apprentissage sur Sioc grace a Lecreole et Maraudeur , je me suis remis à la soudure :

Ce n'est que la mise en place des modules , comme j'ai decidé de changer le panneau central
fini les photos !!

Image IPB


Image IPB


Image IPB


Image IPB


Image IPB


Image IPB


Image IPB

maintenant je suis motivé pour le TEST BIT thumbsup.gif demain je fais !!

pas deux nuits de suite a 3hoo du matin , à mon age c'est pas raisonable whistling.gif

Ce message a été modifié par gillesdrone - 20 Mar 2008, 01:19.

--------------------
Image IPB
http://gilles.guesnel.free.fr
ma chaine
 menacer l' Ours dans son repère, l' Aigle pourrait y laisser quelques plumes

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Triggerhappy
post 6 Apr 2008, 00:13
Message #149



 


Messages : 11
Inscrit : 18/06/07
Membre n° 1,929

This build is just friggin' AMAZING..! Keep the pictures coming..!

I will be waiting for every new update.. kewlpics.gif

--------------------
"But (504)Brewber said they were'nt friendly.. So I took'em out.!"
Image IPB
Pc no.1: Asus P4KC motherboard, Intel Core 2 Duo 2,4GHz, 2Gb DDR2 RAM, Geforce Quatro 7300FX, Modded Cougar and DIY Pedals, (main Pc running LockOn)
Pc No.2: Asus Motherboard, Pentuim4 DualCore 2,4GHz, 2Gb DDR2 RAM, Geforce 7300 Gx, (Used to control IOCards from Opencockpits.)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Maraudeur
post 6 Apr 2008, 16:23
Message #150




Commandant de la 92nd Kodiak AF

Indicatif : JR-22
Messages : 4,232
Inscrit : 4/12/04
Lieu : Monnaie
Membre n° 17

Beau boulot Gillesdrone thumbsup.gif

Bon, ça y est, vacances pour moi, donc je vais pouvoir me recoller au hardware wink.gif

--------------------
Image IPB
Cerbro Tvo Utere! Sin Minvs, Parietes Asperget...

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

25 Pages V « < 13 14 15 16 17 > » 
Reply to this topicStart new topic
1 utilisateur(s) sur ce sujet (1 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :
 

Haut de page · Retour à l'accueil · Contacter le Webmestre Nous sommes le : 4/05/25 - 23:26