Fufunka Posted November 17, 2006 Posted November 17, 2006 In addition to simmeters another glasspanel utility, called Gauge Composer is now available for the Lockon series as an opensource project. The gauges are driven by a script language, so no extensive coding knowledge is necessary for the major functions. The LO-IOCP/SIOC protocol of the Opencockpits modular platform has been already utilized in pit building for Lockon, you can seen some first cockpits at the french checksix Lockon forum which have cockpit warning lights, switches and buttons controlled by this system.. You can get the plans or kits of I/O cards in various stage of completion from them too.. http://opencockpits.com/modules.php?name=Content2&pa=showpage&pid=68&page=1 http://www.iocpserver.net/en/download.iocp :pilotfly: Now, even better stuff, they can communicate directly between export.lua of Lockon and the SIOC protocol of Opencockpits, woot.. http://opencockpits.com/modules.php?op=modload&name=Forums&file=viewtopic&topic=1571&forum=10 1
Laud Posted November 17, 2006 Posted November 17, 2006 Thats really great! So maybe someday all my plans can be realized even with LockOn! :) Do you have a specific link to the pics of the cockpits? I can't find them in the C6-forums because my french isn't the best... [sIGPIC][/sIGPIC] Asus ROG STRIX Z390-F Gaming, Intel Core i7 9700k , 32gb Corsair DDR4-3200 Asus RTX 2070 super, Samsung 970 EVO Plus M2, Win10 64bit, Acer XZ321QU (WQHD) TM HOTAS Warthog, SAITEK Rudder Pedals, TIR 5
Fufunka Posted November 17, 2006 Author Posted November 17, 2006 I don't have the links at hand know, go to to the folder - simpits and then SU-25/27? I think.. Actually one of those guys said he is scraping it into Ka-50 instead.. :D mmt.. http://www.checksix-forums.com/forumdisplay.php?f=286 (you can use some online translator like babelfish) For specifics go to search and type "sioc" or "opencockpits" and the threads will pop up.. There is some talk in english about it at the Opencockpits forum as well.. -- For the OpenCockpits I/O cards overview go here: http://opencockpits.com/modules.php?name=nuevasfotos&numero=9999999999 http://opencockpits.com/modules.php?name=Content2&pa=showpage&pid=29 In fact the whole Ka-50 cockpit could be recreated incl. all the warning lights, buttons, switches, nav/ammo and c/f displays and what have you. The only thing still missing is export of Shkval TV and ABRIS which ED devs have said nothing firm till this time, so lets hope it will be possible.. HUD export is possible thanks to simmeters guys already..
Fufunka Posted November 17, 2006 Author Posted November 17, 2006 Some kind of the following rudimentary schematics for the cockpit of Ka-50 might be included in the electronic manual for the BlackShark project, this would be a great value for the community at very little additional resources dedicated by the ED team:
firesoldier845 Posted November 17, 2006 Posted November 17, 2006 Great news for those who are into those cockpit things. I'd love to have one but that would probably be the end of my marriage. Oh well, ya never know.
Fufunka Posted November 17, 2006 Author Posted November 17, 2006 Well, I think it's more question about time than money, this is all opensource and diy based projects. If you dedicate it just few minutes per day - you might have a Ka-50 too after a couple of years and your wify perhaps won't even notice it..
Fufunka Posted November 18, 2006 Author Posted November 18, 2006 ruggbutt> are you talking about the Shkval TV/ABRIS view exports enabled through TouchBuddy? Thanks
zorlac Posted November 18, 2006 Posted November 18, 2006 Just spotted this thread, bookmarked it all, and am adding stuff to my to-do list :)
Shaman Posted November 18, 2006 Posted November 18, 2006 Can anyone explain me how to quickly set this thing so it works on my laptop and displays selected gauges, all when I'm flying on my desktop. Yep, both comps are networked. 51PVO Founding member (DEC2007-) 100KIAP Founding member (DEC2018-) :: Shaman aka [100☭] Shamansky tail# 44 or 444 [sIGPIC][/sIGPIC] 100KIAP Regiment Early Warning & Control officer
zorlac Posted November 18, 2006 Posted November 18, 2006 looking at the lua code posted on that site, its partially incomplete: at startup, they open a tcp connection... at close, they shutdown that connection. In the "LuaExportAfterNextFrame" routine, they do obtain some data from the game... but do nothing with it (apart from Barometric Altitide -> "socket.try(c:send(string.format("Arn.Resp:15=%.0f:\n",altBar*0.032827))) ") Spitting this data out after every frame gives rapid data update, but also slows the game machine a lot. Or maybe I`ve just eaten/drunk too much this weekend and I cant read LUA code properly right now :)
Fufunka Posted November 18, 2006 Author Posted November 18, 2006 zorlac> Yes, there might be some small performance hit from the data export but the client side could be run over network. As I understand it (I can be wrong) the new worflow is as follows: Lockon/LUA server -> export.lua -> SIOC client -> Gauge Composer application the previous version worked: Lockon/LUA server -> export.lua -> LO-IOCP (translator) -> IOCP/SIOC client -> Gauge Composer or any other application driven from Lockon
Tarochi Posted December 14, 2006 Posted December 14, 2006 No, he is not correct partially. Using Lua, the file export.lua, creates socket client . SIOC Master Server to send an receive data trought protocol IOCP LOIOCP(server) connect whit a client-- export.lua at the same time LOIOCP(client) connect whit a server (SIOC) developing LUA Socket: Client sockets are used to exchange data between two applications over the Internet. Applications can call the methods send and receive to send and receive data. The other methods available for client socket objects are getsockname, getpeername, setoption, settimeout, shutdown, and close. http://www.cs.princeton.edu/~diego/professional/luasocket/introduction.html Tarochi
Fufunka Posted February 26, 2007 Author Posted February 26, 2007 Tarochi and friends have logged some new milestones in their projects. Gauge Composer - Russian instruments: http://www.3rd-wing.net/index.php?showtopic=4402&st=90 LO-SIOC Editor v1.0-4 beta: http://www.3rd-wing.net/index.php?showforum=86 and much more.. for instance SIOC keyboard emulator for other sims: http://www.3rd-wing.net/index.php?showtopic=4654 cartography perhaps some start for ABRIS panel export? http://www.3rd-wing.net/index.php?showtopic=4120 -- Off topic: General xml/swf graphs and gauges for your dynamic web pages: http://www.maani.us/gauge/index.php
Fufunka Posted February 26, 2007 Author Posted February 26, 2007 Yes, someone just hacked their server, lets hope they will resume shortly.. :helpsmilie:
Fufunka Posted February 26, 2007 Author Posted February 26, 2007 Those linked sites are working again! :megalol::book:
Recommended Posts