Jump to content

Gromich

Members
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gromich

  1. I need your help. I'm just beginner on LUA scripts so please be patient. I want to export analog instruments datas to Gauge Composer. Using Oakes script (now working thanks y2kiah !). In Export.lua we find : In Exportsupport.lua : This work fine but send var value dedicated to servo system. I need just to get the real value of the argument 24. So i supposed that this will works : But no, IOCP console get systematicaly "0" as value. Any Idea ? PS : work in progress for GC A10 panel : http://picasaweb.google.com/112016269906783949376/CockpitA10c#5538871694916010162
  2. Seems it didn't work, did you test it y2kiah?
  3. hello, Juste little question. Does anyone tryed to use export.lua with the beta version ? Seems it isn't working.
  4. LOVP is great !!! Anyway i have some troubles. Building my Su25 simpit i use IOcards and LoIOCP interface protocol. This one use in export.lua port adress 10312 and LOVP use the 8080 one. The socket seems to be different too. Have you any issue which could make work both programs ? LoIOCP export file : function LuaExportStart() dofile "lua.lua" socket = require("socket") host = "127.0.0.1" port = 10312 csock = socket.try(socket.connect(host, port)) -- connect to the listener socket csock:setoption("tcp-nodelay",true) -- set immediate transmission mode local file = io.open("c:/pit_info.log", "w") -- Si fichier creer if file then -- Rediriger les entree/sortie sur le fichier io.output(file) end
  5. Tomorrow i'll send some pictures of the wiring.
  6. Actually i use LOVP (lockon virtual panel - amazing job !!!) working really great ! Behind the central panel you find a 15" flat Monitor displaying most of SU25 gauges working perfectly. Anyway guys, i'm looking for real Su25 ignition checklist. Anybody heard about this ? I want to begin my flights from a cold&dark status more realistic than the lockon one. Don't worry if you have some in russian (cyrilic).
  7. Hi guys ! I'm polish living in France. Since December 07 i'm building a SU25 cockpit. The project is to build as realistic cockpit as is possible with Lockon's Export lua file. The interface between my pit and Lockon is made using Opencockpit's Input/Output cards. I use two throttle command for both engines, one from X52 hotas the second from my old X45. I'm not write or speak English since long, long time ago, so i post under some pictures easiest to understand than my horrific english... :helpsmilie: As you see my pit i still under construction :
×
×
  • Create New...