Jump to content

Meta

Members
  • Posts

    33
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    DCS:BS2
  • Location
    Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I wrote a little HowTo for defining macros inside DCS. I tried to make it simple but I strongly recommend knowledge of LUA programming ;) http://en.wiki.eagle.ru/wiki/Macros_(Command_Sequences) Feel free to comment, discuss and give suggestions.
  2. Finally I found a solution. But you have to have a bit experience with LUA programming. I documented it here: http://en.wiki.eagle.ru/wiki/Macros_(Command_Sequences) Feel free to comment or give feedback.
  3. Meta

    USB Output Device

    Ja genau ist ein ATmega16.. wobei ein 8er hätts bestimmt auch getan. Ist ohne integriertes USB, ich nutze die V-USB Library (http://www.obdev.at/products/vusb/) für die Verbindung. Aber es ist (wie du richtig vermutet hast) eigentlich nur der Mega16 mit Minimalbeschaltung. Schaltplan geb ich dir mal wenn ich das Ding auf ner Platine hab und ordentlich getestet hab.
  4. Ich hab mir selber eins gebaut das direkt aus der Simulation angesprochen wird ohne den Umweg über eine weitere Software (siehe: http://forums.eagle.ru/showthread.php?t=76621) An die Zustände kommt man in der Export.lua ran (DCS A10-C/Config/Export/Export.lua). Im Wiki ist ein bisschen was dazu erklärt (http://en.wiki.eagle.ru/wiki/Export_1_0_1) bzw auf der Website sogar noch ausführlicher (http://www.digitalcombatsimulator.com/en/dev_journal/lua-export/)
  5. Meta

    Hakons BS-LightPit

    YAY :cheer3nc: Ich nehme alles zurück und behaupte das Gegenteil. Hat allerdings garnix mit Elektronik und löten zu tun. Man muss aber ein bisschen in den LUA Dateien editieren. Dieses Video beschreibt das ganz schön: DANKE Luigi für den Tip ;)
  6. Meta

    Hakons BS-LightPit

    Immer wenn ich die Preise für sowas sehe frage ich mich warum ich noch nicht reich bin... Zu deiner Frage: Meines Wissens geht das nicht die Schalterposition direkt auf eine Taste zu mappen. Außer vielleicht mit ein bisschen LUA-Script. Aber dann wäre so ein Joystick Emulator glaube ich der falsche Weg. Aber falls einer sagen kann dass und wie es doch geht wär ich auch sehr dankbar :)
  7. Not 100% right. I have an SPF-87H running under Windows 7 64bit! But you are limited to one of them at a time because they use a software that makes JPGs of your screen and sends them to the frame to display. So refreh rate is ok but not that big.
  8. Hab jetzt nicht lange drüber nachgedacht aber hab ne Möglichkeit. Vielleicht nicht die sauberste ;) Profil-Datei mit Texteditor öffnen und ein Tag für den zweiten Monitor erstellen: <?xml version="1.0" encoding="utf-8"?> <HeliosProfile> <Version>3</Version> <Monitors> <Monitor> <Location>0,0</Location> <Size>1680,1050</Size> <Hidden>False</Hidden> <Orientation>DMDO_DEFAULT</Orientation> <Background /> <Children /> </Monitor> <Monitor> <Location>1680,0</Location> <Size>1024,768</Size> <Hidden>False</Hidden> <Orientation>DMDO_DEFAULT</Orientation> <Background /> <Children> ... </Children> </Monitor> </Monitors> <Interfaces> ... Aber eigentlich erkennt Helios mehrere angeschlossene Monitore..
  9. no.. compiled an USB library for LUA.. so I can talk directly to the device...
  10. The microcontroller is an AVR ATmega16. I use the BlackShark\Config\Export\Export.lua file. There are a view functions that are called by the simulation. LuaExportStart() is called once just before mission start. LuaExportBeforeNextFrame() called before every simulation frame and can be used to give input data to the simulation so it can be used for calculation. LuaExportAfterNextFrame() called after every simulation frame to get freshly calculated outputs from the simulation. LuaExportStop() called once just after mission stop. LuaExportActivityNextEvent(t) is called in chosen intervals dependent on value t.
  11. If you are able to understand german this could be interesting: http://forums.eagle.ru/showthread.php?t=76621 It's my selfmade USB devices which is able to be controlled by the simulation using LUA commands.
  12. Meta

    USB Output Device

    Sooo.. schon ein bisschen her seit dem letzten Update deshalb mal den aktuellen Stand: Eigentlich gehört die Schrift ja auf das Panel, aber mit der Folie schaut das blöd aus weil ich noch nix als Diffusor hab. Und für das Papier sind die LEDs nich stark genug weil ich Low Current LEDs genommen hab. Vielleicht änder ich das noch und geh auf normale, dann halt mit externem Netzteil. Im Moment ist das ja USB powered.
  13. :cheer3nc: sehr fein :cheer3nc: Ich bau auch grad die Caution Panels.. dann gibts auch ein Video von mir :music_whistling:
  14. Meta

    Helios

    Ja das geht nur über das Multimonitoring. Hier is ne gute Anleitung dafür: http://forums.eagle.ru/showthread.php?t=60815 Und Helios legt sich dann einfach drüber. Bei den entsprechenden Bereichen im Helios-Profil einfach transparent machen.
  15. Thanks for the step-by-step tutorial. Do you know what are the differences in Black Shark? Doing the same steps as for A10-C won't work for me :(
×
×
  • Create New...