Jump to content

UH-1H Helios Profile?


Abnaxus

Recommended Posts

  • Replies 145
  • Created
  • Last Reply

Top Posters In This Topic

I'm trying to get something setup for toggle switches, any idea how I can get the UH-1 info to the switch? In helios I only see info for the A-10C and Blackshark.

 

EDIT: I figured out the process, but for some reason I can only get the battery switch to work. None of the others are switching.

 

For send info from sim to helios profile, you may edit the export.lua and you need a interface (.dll) for helios. I don´t know how to do at the moment.

 

 

Many thanks, love your work. 1.0 still the current version?

Thanks.

Yes, the 1.0 is the current version.

Link to comment
Share on other sites

Have not tested this yet, but will do in few weeks.

Are switches-n-buttons synchronized with sim?

 

Synchronized? no, sorry.

The helios profile send keys to the sim, but the sim not send info to the helios.

 

I configure the position of the swiches of the profile to coincide with the initial position on the sim when you enter in the chopper.

Link to comment
Share on other sites

Synchronized? no, sorry.

The helios profile send keys to the sim, but the sim not send info to the helios.

I configure the position of the swiches of the profile to coincide with the initial position on the sim when you enter in the chopper.

 

So the issue is that UH-1 do not sending info out of the sim? I mean if this problem in sim or we just have to make some settings in Helios?

 

P.S. No offensive, just trying to help. :

Всех убью, один останусь!

Link to comment
Share on other sites

So the issue is that UH-1 do not sending info out of the sim? I mean if this problem in sim or we just have to make some settings in Helios?

 

P.S. No offensive, just trying to help. :

 

We have to edit the Export.lua (sim) and make settings in Helios also.

 

Thanks for help, i need a lot.

Link to comment
Share on other sites

New version release! v1.1

 

uh1hprofilev11.jpg

 

How change the position of kneeboard.

Based in this post: http://www.forum.lockon.ru/showthread.php?t=101278&highlight=Kneeboard

 

 

...DCS World\Config\MonitorSetup\"MonitorConfig".lua

ED_Kneeboard =
    {
         x = 1451;
         y = 1090;
         width = 455;
         height = 682;
    }        

...DCS World\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\indicator\init.lua

dofile(LockOn_Options.common_script_path.."devices_defs.lua")

----------  default Kneeboard start -----------

--dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")
indicator_type       = indicator_types.COMMON
----------------------
init_pageID     = 1
--purposes                      = {100,render_purpose.HUD_ONLY_VIEW} --100 as guard to switch off general in cockpit rendering , cause purposes cannot be empty
--subset ids
-------------- default  Kneeboard end -----------------

--------------------------------------------------------
-------------- Custom KNEEBOARD Start -----------------
--------------------------------------------------------

function set_full_viewport_coverage(viewport)
  dedicated_viewport          = {viewport.x,
                               viewport.y,
                               viewport.width,
                               viewport.height}
  dedicated_viewport_arcade = dedicated_viewport
  
  -- purposes: comment in/out to set when the KNEEBORD is visibile (removing/adding "--") 
  purposes                  = {
                               --render_purpose.HUD_ONLY_VIEW,
                               --render_purpose.SCREENSPACE_INSIDE_COCKPIT,
                               render_purpose.SCREENSPACE_OUTSIDE_COCKPIT
                               }
  render_target_always = true
end

-- try to find assigned viewport
function try_find_assigned_viewport(exactly_name,abstract_name)
   local multimonitor_setup_name =  "Config/MonitorSetup/"..get_multimonitor_preset_name()..".lua"
   local f = loadfile(multimonitor_setup_name)
   if      f     then
         local env = {screen = LockOn_Options.screen}
         setfenv(f,env)
         pcall(f)
         local target_env = env[exactly_name]
         if not target_env and abstract_name then
            target_env = env[abstract_name]
         end
         if target_env then
            set_full_viewport_coverage(target_env)
         end      
   end
end

try_find_assigned_viewport("ED_Kneeboard") 

--------------------------------------------------------
-------------- Custom KNEEBOARD end -------------------
--------------------------------------------------------

..
..
.

DCS UH 1H (Abnaxus) v1.1.rar

Link to comment
Share on other sites

The file MonitorConfig.lau be necesary to create a new one? ( i dont have it in the folder )

Thanks

?

 

If you use helios on second monitor, you have to had your own "monitorsetup".lua, that is an archive with your monitors configuration.

 

See this post about the monitor setup (.lua)

http://forums.eagle.ru/showthread.php?t=89282

 

 

P.S. If you need, i attach my ".lua"

MonitorSetupAbnaxus.lua

Link to comment
Share on other sites

For send info from sim to helios profile, you may edit the export.lua and you need a interface (.dll) for helios. I don´t know how to do at the moment.

 

Actually, I meant the other way. What I can do for the A-10 is to have my toggle switch, on/off spst, where in Helios I have pressed = battery switch on, released (off), battery switch off. I'm trying to do that for the Huey so that all the switches I need for startup are actual toggle switches. I know that most commands for the Huey are a single key press for on/off (ie fuel is 'F' for both on and off) I hope this changes. My issue though is that Helios isn't sending the key presses to the Huey.

A-10C - FC3 - CA - L-39 - UH1 - P-51 - Hawk - BS2 - F-86 - Gazelle - F-5E - AV8B - F/A-18C

i5-4590 - GTX 1060 - Oculus CV1 - TM:Warthog

[sIGPIC]http://forums.eagle.ru/signaturepics/sigpic9979_1.gif[/sIGPIC]

Link to comment
Share on other sites

mmmm the kneeboard isnt working for me. I have added the text from monitor config to my export example.lua file in monitor setup, that I use for my helios multi monitor setup, as below.

 

_ = function(p) return p; end;

name = _('Export example');

Description = 'Export example';

Viewports =

-- Put your values in , and delete all exports that you don't want to use !

--[[

List of Exports:

 

----------------------

Eagle Dynamics A-10C =

----------------------

 

MFCD_init.lua

ED_A10C_LEFT_MFCD

ED_A10C_RIGHT_MFCD

 

CDU_init.lua

ED_A10C_CDU

 

DIGIT_CLK_init.lua

ED_A10C_CLOCK

 

AN_ALR69V_init.lua

ED_A10C_RWR

 

CMSP_init.lua

ED_A10C_CMSP

 

CMSC_init.lua

ED_A10C_CMSC

 

freq_status_init.lua

ED_A10C_UHF_FREQUENCY_STATUS

 

preset_channel_init.lua

ED_A10C_UHF_PRESET_CHANNEL

 

repeater_init.lua

ED_A10C_UHF_REPEATER

 

 

----------------------

Eagle Dynamics Ka-50 =

----------------------

 

ABRIS_init.lua

ED_KA50_ABRIS

 

SHKVAL_init.lua

ED_KA50_Shkval

 

UV_26_init.lua

ED_KA50_UV26

 

PVI_init.lua

ED_KA50_PVI

 

Ekran_init.lua

ED_KA50_Ekran

 

CautionLights_panel.lua

ED_KA50_CautionLights

--]]

 

 

{

Center =

{

x = 0;

y = 0;

width = 5760;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 5.3333333333;

}

}

 

GUI=

{

x = 0;

y = 0;

width = 5760;

height = 1080;

}

 

UIMainView = GUI

 

--//////////////////////////////////////

-- Eagle Dynamics A-10C =

--//////////////////////////////////////

 

ED_A10C_LEFT_MFCD =

{

x = 2015;

y = 1205;

width = 445;

height = 445;

}

 

ED_A10C_RIGHT_MFCD =

{

x = 3355;

y = 1205;

width = 445;

height = 445;

}

 

ED_A10C_CLOCK =

{

x = 2430;

y = 1910;

width = 122;

height = 122;

}

 

ED_A10C_RWR =

{

x = 2540;

y = 1240;

width = 175;

height = 175;

}

 

ED_A10C_CMSP =

{

x = 3025;

y = 1265;

width = 270;

height = 70;

}

 

ED_A10C_CMSC =

{

x = 2805;

y = 1220;

width = 230;

height = 49;

}

 

ED_A10C_UHF_FREQUENCY_STATUS =

{

x = 2585;

y = 1640;

width = 120;

height = 30;

}

 

ED_A10C_UHF_PRESET_CHANNEL =

{

x = 2705;

y = 1555;

width = 30;

height = 30;

}

 

ED_A10C_UHF_REPEATER =

{

x = 2605;

y = 1775;

width = 110;

height = 30;

}

 

 

--//////////////////////////////////////

-- Eagle Dynamics Ka-50 =

--//////////////////////////////////////

 

ED_KA50_ABRIS =

{

x = 3222;

y = 1080+0;

width = 648;

height = 812;

}

 

ED_KA50_Shkval =

{

x = 1960;

y = 1080+0;

width = 921;

height = 730;

}

 

ED_KA50_Ekran =

{

x = 3592;

y = 1080+950;

width = 90;

height = 55;

}

 

ED_KA50_UV26 =

{

x = 2990;

y = 1080+610;

width = 115;

height = 60;

}

 

ED_KA50_PVI =

{

x = 1980;

y = 1080+726;

width = 240;

height = 90;

}

 

ED_Kneeboard =

{

x = 3355;

y = 1205;

width = 455;

height = 682;

}

 

 

 

 

and then changed the kneeboard init,lua to the above post, yet i cant see anything when i press R Shift K.

 

Any idea where Im going wrong?

 

Cowboy10uk

 

 

[sIGPIC][/sIGPIC]

 

Fighter pilots make movies, Attack pilots make history, Helicopter pilots make heros.

 

:pilotfly: Corsair 570x Crystal Case, Intel 8700K O/clocked to 4.8ghz, 32GB Vengeance RGB Pro DDR4 3200 MHZ Ram, 2 x 1TB M2 drives, 2 x 4TB Hard Drives, Nvidia EVGA GTX 1080ti FTW, Maximus x Hero MB, H150i Cooler, 6 x Corsair LL120 RGB Fans And a bloody awful Pilot :doh:

Link to comment
Share on other sites

Thanks guys, will try tonight. :)

 

Cowboy10uk

 

 

[sIGPIC][/sIGPIC]

 

Fighter pilots make movies, Attack pilots make history, Helicopter pilots make heros.

 

:pilotfly: Corsair 570x Crystal Case, Intel 8700K O/clocked to 4.8ghz, 32GB Vengeance RGB Pro DDR4 3200 MHZ Ram, 2 x 1TB M2 drives, 2 x 4TB Hard Drives, Nvidia EVGA GTX 1080ti FTW, Maximus x Hero MB, H150i Cooler, 6 x Corsair LL120 RGB Fans And a bloody awful Pilot :doh:

Link to comment
Share on other sites

Okay, so i figured i'd dive into helios to get some export stuff going. But at this time i don't really know what i'm supposed to do.

 

I got the export.lua file copied to the C:\user\[me]\dcs\scripts. Now how do i edit it so i can start adding the uh-1h codes/lines/thingies that are actually exported? And what does helios need to recognise it all?

 

edit: My goal is to get gauges and lights export to work eventually.


Edited by Derk

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

Thanks guys, will try tonight. smile.gif

 

Cowboy10uk

 

Have you solved?

 

stupid question alert..............

 

what is Helios what is it, how does it work, what does it do and where can I get it?

 

......................end of stupid question alert.

 

SD

 

buff is a large question, and my english is quite bad.

 

A picture is worth a thousand words!

 

img1928p.jpg

 

Okay, so i figured i'd dive into helios to get some export stuff going. But at this time i don't really know what i'm supposed to do.

 

I got the export.lua file copied to the C:\user\[me]\dcs\scripts. Now how do i edit it so i can start adding the uh-1h codes/lines/thingies that are actually exported? And what does helios need to recognise it all?

 

edit: My goal is to get gauges and lights export to work eventually.

 

I'm not sure how to do it

Link to comment
Share on other sites

Yes thankyou mate, livebaits ini file worked a treat.

 

Now just to get the gauges outputting somehow.

 

Cowboy10uk

 

 

[sIGPIC][/sIGPIC]

 

Fighter pilots make movies, Attack pilots make history, Helicopter pilots make heros.

 

:pilotfly: Corsair 570x Crystal Case, Intel 8700K O/clocked to 4.8ghz, 32GB Vengeance RGB Pro DDR4 3200 MHZ Ram, 2 x 1TB M2 drives, 2 x 4TB Hard Drives, Nvidia EVGA GTX 1080ti FTW, Maximus x Hero MB, H150i Cooler, 6 x Corsair LL120 RGB Fans And a bloody awful Pilot :doh:

Link to comment
Share on other sites

Anyone with a link to a Helios tutorial?

 

Cowboy are you making notes? ;-)

 

Are you using a tablet for the Helios display over a network or are you using a second touch screen monitor? EDIT: never mind. I just read your signature.

__________________________________________________

Win 10 64bit | i7 7700k delid @ 5.1gHz | 32Gb 3466mhz TridentZ memory | Asus ROG Apex motherboard | Asus ROG Strix 1080Ti overclocked

 

Komodosim Cyclic | C-tek anti torque pedals and collective | Warthog stick and throttle | Oculus Rift CV1 | KW-908 Jetseat | Buttkicker with Simshaker for Aviators

 

RiftFlyer VR G-Seat project: http://forums.eagle.ru/showthread.php?p=2733051#post2733051

Link to comment
Share on other sites

Thanks guys. Great work going on here.

 

I now have Helios running on my iPad. Weapons switches are not working for me but its early days. Looking forward to seeing more features for the Huey added over time.

__________________________________________________

Win 10 64bit | i7 7700k delid @ 5.1gHz | 32Gb 3466mhz TridentZ memory | Asus ROG Apex motherboard | Asus ROG Strix 1080Ti overclocked

 

Komodosim Cyclic | C-tek anti torque pedals and collective | Warthog stick and throttle | Oculus Rift CV1 | KW-908 Jetseat | Buttkicker with Simshaker for Aviators

 

RiftFlyer VR G-Seat project: http://forums.eagle.ru/showthread.php?p=2733051#post2733051

Link to comment
Share on other sites

Frusheen

 

Care to help me out mate, never used Helios before, but I have an Ipad that is sitting itching to be used!

 

Any tutorials for putting it on the ipad.

 

Thanks

“Any pilot should be flying the spitfire, at least once.” – John S. Blyth

Link to comment
Share on other sites

OMG

 

Got it working on the Ipad using Air Display from Itunes which runs the ipad as a second monitor.

 

Now I am away to read up on the whole config thing to see if I can somehow butcher some gauges working!

 

 

A couple of issues I have noticed when using the above.

 

One, I have to start Trackir5 software before I turn on the air display, otherwise it crashes.

 

Secondly, I lose the mouse crosshairs on the screen, and have to click my mouse 5 button for it to reappear..

 

None of the above are game changers.


Edited by marker

“Any pilot should be flying the spitfire, at least once.” – John S. Blyth

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...