Jump to content

Recommended Posts

Posted
Did you use the updated version?

 

https://github.com/s-d-a/DCS-ExportScripts

 

Yes I did, working great! :thumbup:

MSI MAG Z790 Carbon, i9-13900k, NH-D15 cooler, 64 GB CL40 6000mhz RAM, MSI RTX4090, Yamaha 5.1 A/V Receiver, 4x 2TB Samsung 980 Pro NVMe, 1x 2TB Samsung 870 EVO SSD, Win 11 Pro, TM Warthog, Virpil WarBRD, MFG Crosswinds, 43" Samsung 4K TV, 21.5 Acer VT touchscreen, TrackIR, Varjo Aero, Wheel Stand Pro Super Warthog, Phanteks Enthoo Pro2 Full Tower Case, Seasonic GX-1200 ATX3 PSU, PointCTRL, Buttkicker 2, K-51 Helicopter Collective Control

Posted

installed it into the 2.0.0 alpha, and working just fine as well.

:thumbup:

MSI MAG Z790 Carbon, i9-13900k, NH-D15 cooler, 64 GB CL40 6000mhz RAM, MSI RTX4090, Yamaha 5.1 A/V Receiver, 4x 2TB Samsung 980 Pro NVMe, 1x 2TB Samsung 870 EVO SSD, Win 11 Pro, TM Warthog, Virpil WarBRD, MFG Crosswinds, 43" Samsung 4K TV, 21.5 Acer VT touchscreen, TrackIR, Varjo Aero, Wheel Stand Pro Super Warthog, Phanteks Enthoo Pro2 Full Tower Case, Seasonic GX-1200 ATX3 PSU, PointCTRL, Buttkicker 2, K-51 Helicopter Collective Control

Posted

Any ways to get faster refresh rate of instruments? some of the instruments on different modules are like 1-2 polling rate

Simflyin' since 1985 :smartass:

Posted

Thats the config.lua at ..\DCS\Scripts\DCS-ExportScript:

 

-- Ikarus and D.A.C. Export Script

-- Version 1.0.0 BETA

--

-- Config File

--

-- Copyright by Michael aka McMicha 2014

-- Contact dcs2arcaze.micha@farbpigmente.org

 

ExportScript.Config = {}

 

-- Ikarus a Glass Cockpit Software

ExportScript.Config.IkarusExport = true -- false for not use

ExportScript.Config.IkarusHost = "127.0.0.1" -- IP for Ikarus

ExportScript.Config.IkarusPort = 1625 -- Port Ikarus (1625)

ExportScript.Config.IkarusSeparator = ":"

 

-- D.A.C. (DCS Arcaze Connector)

ExportScript.Config.DACExport = true -- false for not use

ExportScript.Config.DAC = {}

-- first hardware

ExportScript.Config.DAC[1] = {}

ExportScript.Config.DAC[1].Host = "127.0.0.1" -- IP for hardware 1

ExportScript.Config.DAC[1].SendPort = 26026 -- Port for hardware 1

ExportScript.Config.DAC[1].Separator = ":"

-- secound to n hardware

--ExportScript.Config.DAC[2] = {}

--ExportScript.Config.DAC[2].Host = "127.0.0.1" -- IP for hardware 2

--ExportScript.Config.DAC[2].SendPort = 9092 -- Port for hardware 2

--ExportScript.Config.DAC[2].Separator = ":"

 

-- D.A.C. can data send

ExportScript.Config.DACListener = true -- false for not use

ExportScript.Config.DACListenerPort = 26027 -- Listener Port for D.A.C.

 

-- Other

ExportScript.Config.ExportInterval = 0.1

ExportScript.Config.ExportLowTickInterval = 1

ExportScript.Config.LogPath = lfs.writedir()..[[Logs\Export.log]]

ExportScript.Config.ExportModulePath = lfs.writedir()..[[scripts\DCS-ExportScript\ExportsModules\]]

ExportScript.Config.Debug = false

ExportScript.Config.FirstNewDataSend = true

ExportScript.Config.FirstNewDataSendCount = 5

ExportScript.Config.genericRadioHardwareID = 1

 

 

 

My screen is black, no instruments. I used to see a different

format config.lua in the past, which also said what the right

port number for HT is. Anyway, it doesn't work. Whats wrong?

Posted
Thats the config.lua at ..\DCS\Scripts\DCS-ExportScript:

 

-- Ikarus and D.A.C. Export Script

-- Version 1.0.0 BETA

--

-- Config File

--

-- Copyright by Michael aka McMicha 2014

-- Contact dcs2arcaze.micha@farbpigmente.org

 

ExportScript.Config = {}

 

-- Ikarus a Glass Cockpit Software

ExportScript.Config.IkarusExport = true -- false for not use

ExportScript.Config.IkarusHost = "127.0.0.1" -- IP for Ikarus

ExportScript.Config.IkarusPort = 1625 -- Port Ikarus (1625)

ExportScript.Config.IkarusSeparator = ":"

 

-- D.A.C. (DCS Arcaze Connector)

ExportScript.Config.DACExport = true -- false for not use

ExportScript.Config.DAC = {}

-- first hardware

ExportScript.Config.DAC[1] = {}

ExportScript.Config.DAC[1].Host = "127.0.0.1" -- IP for hardware 1

ExportScript.Config.DAC[1].SendPort = 26026 -- Port for hardware 1

ExportScript.Config.DAC[1].Separator = ":"

-- secound to n hardware

--ExportScript.Config.DAC[2] = {}

--ExportScript.Config.DAC[2].Host = "127.0.0.1" -- IP for hardware 2

--ExportScript.Config.DAC[2].SendPort = 9092 -- Port for hardware 2

--ExportScript.Config.DAC[2].Separator = ":"

 

-- D.A.C. can data send

ExportScript.Config.DACListener = true -- false for not use

ExportScript.Config.DACListenerPort = 26027 -- Listener Port for D.A.C.

 

-- Other

ExportScript.Config.ExportInterval = 0.1

ExportScript.Config.ExportLowTickInterval = 1

ExportScript.Config.LogPath = lfs.writedir()..[[Logs\Export.log]]

ExportScript.Config.ExportModulePath = lfs.writedir()..[[scripts\DCS-ExportScript\ExportsModules\]]

ExportScript.Config.Debug = false

ExportScript.Config.FirstNewDataSend = true

ExportScript.Config.FirstNewDataSendCount = 5

ExportScript.Config.genericRadioHardwareID = 1

 

 

 

My screen is black, no instruments. I used to see a different

format config.lua in the past, which also said what the right

port number for HT is. Anyway, it doesn't work. Whats wrong?

 

my bad, it appears I'm using 0.9.9 BETA, and you have 1.0.0

 

I've noticed you do not have this line of code:

 

gES_GlassCockpitType = 2 -- 1 = HELIOS, 2 = HawgTouch

 

 

Here's the header of the export.lua I've been using:

 

 

-- HELIOS and Arcaze Export Script

-- Version 0.9.9 BETA

--

-- Copyright by Michael aka McMicha 2014

-- Contact dcs2arcaze.micha@farbpigmente.org

 

-- List of all DCS Module Scripts

 

----------

-- DATA --

----------

 

-- Glass Cockpit Software

-- for example

-- HELIOS (http://www.gadrocsworkshop.com/helios/), Type 1

-- HawgTouch (http://forums.eagle.ru/showthread.php?t=71729), Type 2

gES_GlassCockpitExport = true -- false for not use

gES_GlassCockpitHost = "127.0.0.1" -- IP for HELIOS or HawgToch

gES_GlassCockpitPort = 1625 -- Port for HELIOS (9089) or HawgTouch (1625)

gES_GlassCockpitSeparator = ":"

gES_GlassCockpitType = 2 -- 1 = HELIOS, 2 = HawgTouch

 

-- for example D.A.C. or SIOC

gES_HARDWAREExport = true -- false for not use

gES_HARDWARE = {}

-- first hardware

gES_HARDWARE[1] = {}

gES_HARDWARE[1].Host = "127.0.0.1" -- IP for hardware 1

gES_HARDWARE[1].SendPort = 26026 -- Port for hardware 1

gES_HARDWARE[1].Separator = ":"

-- secound to n hardware

--gES_HARDWARE[2] = {}

--gES_HARDWARE[2].Host = "127.0.0.1" -- IP for hardware 2

--gES_HARDWARE[2].SendPort = 9092 -- Port for hardware 2

--gES_HARDWARE[2].Separator = ";"

 

-- D.A.C. can data send

gES_HARDWAREListner = true -- false for not use

gES_HARDWAREListnerPort = 26027 -- Listener Port for D.A.C.

 

gES_ExportInterval = 0.1

gES_ExportLowTickInterval = 1

gES_ExportModulePath = lfs.writedir().."ExportsModules\\"

gES_LogPath = lfs.writedir().."Logs\\Export.log"

gES_Debug = false

gES_FirstNewDataSend = true

gES_FirstNewDataSendCount = 5

gES_genericRadioHardwareID = 1

MSI MAG Z790 Carbon, i9-13900k, NH-D15 cooler, 64 GB CL40 6000mhz RAM, MSI RTX4090, Yamaha 5.1 A/V Receiver, 4x 2TB Samsung 980 Pro NVMe, 1x 2TB Samsung 870 EVO SSD, Win 11 Pro, TM Warthog, Virpil WarBRD, MFG Crosswinds, 43" Samsung 4K TV, 21.5 Acer VT touchscreen, TrackIR, Varjo Aero, Wheel Stand Pro Super Warthog, Phanteks Enthoo Pro2 Full Tower Case, Seasonic GX-1200 ATX3 PSU, PointCTRL, Buttkicker 2, K-51 Helicopter Collective Control

Posted

Thanks for helping!

I couldn't get it to work with this config, but at least the instruments showed up! :) So mixing up versions is not a good idea.

 

I tried "Ikarus" https://github.com/H-J-P/Ikarus . Good menu,

good gauges. However, the refresh rate is pretty low, looks like

~10fps. Also I had some other issues, but a low framerate like that

does not work for me.

  • Recently Browsing   0 members

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