-
Posts
205 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by frank
-
Thx again.... Today i run BMS on 10 monitores... it works fine.... 3 OTW on EYEfinity HIGH RES on the other card i have 2 TH2G 1x 2400x800 for MFDs and HUD 1x 1920x480 for RWR HSI and DED and 1 vga out 800x600 for Basic T - so TH2G on every output is okay .... but the conclusion must be, that DCS is still long from take advantage of the hardware avaible on the market.... any idea if they ever will ????
-
Thx Kuky You run DCS in viewport mode OTW on the 3 screen and MDF on the 2x 8" right ? Will an Intel XEON processor help to improve ?? i am ready to go extrem... and if i use ASUS RADEON HD7970 MATRIX PLATINUM 3GB PCI-E DVI/DP i can have 6 screen on one graphics.... ???? or ASUS GEFORCE GTX 690 4GB PCI-E DVI/DP 4 screen (could connect a TH2G on one of the output...
-
Ok Guys ;) So if i want to give my self a new system (dont look at price) What is the optimal config in the hardware to give me the best performance ...and HELIOS on a second PC is still an option... /Frank
-
Hmmm. i do not use CrossFire... and my intension was to run DCS with viewport define 3 viewport for left, Center and right and i could use 2x 8" for MFD and 1x 3.5" for CDU and Helios on another screen i have an i7 3ghz, with 2x ATI 5970 HDRadeon 10 GBram but it's lagging.... another thing, Windows launch a error "Explore has stopped working" /Frank
-
with 3 viewport "left" "center" "right" Helios showing frontpanel inst. and MFDs, RWR, CDU export ???????????????????????? I'd like to know your hardware setup I have a SUPER high end PC with 2 x monster graphicscard and i cant get it to run Smooth /Frank
-
to use for extracting ADI, HSI, ENGINE INST etc. ??? Merry Xmas Frank
-
IT WOOOOOOOOOOOORKKKKKKKKKKKKKK You are MY HERO ;)
-
ohhhh, so the "3000" starts over for every panel ID ??
-
PERFECT - Thanks for that explanation.... And..... Yes.... but dont i have to tell export.lua what to lisent for ?? .... if i just send out from my server software the code C8,3026,1.0 on UDP PORT nothing happens...it's MasterCaution Reset.... I GOT THE LIGHT BLINKING... so that part works
-
Yes.... but dont i have to tell export.lua what to lisent for ?? .... if i just send out from my server software the code C8,3026,1.0 nothing happens...it's MasterCaution Reset
-
also... can you explain what this meen [300]="%.1f" I know [300]= but this "%.1f" ??
-
Thanks.... and this code goes to the buttom of the export.lua ???? --get the device... ahcp = GetDevice(7) --the AHCP device ID --set which switch to manipulate gunpac_switch = 3002 --the GUN/PAC switch ID --set the position you want switch_pos_down = 0.0 --switch down for GUNARM switch_pos_mid = 0.1 --switch middle for SAFE switch_pos_up = 0.2 --switch up for GUN/PAC --perform the actual "click" up to GUN/PAC ahcp:performClickableAction(gunpac_switch, switch_pos_up) --or safe... ahcp:performClickableAction(gunpac_switch, switch_pos_mid) --or down for GUNARM... ahcp:performClickableAction(gunpac_switch, switch_pos_down)
-
Hi Sir Where is the "3000" comming from... ??? I got the "device_commands.Button_2"..... if it was "device_commands.Button_14" it should be "3014".... right ! But the "3000" ?? /Frank
-
Sorry if i was not clear, no i want to toggle SW in the sim.... ;) Regards Frank
-
Ohhh.... one more question.... Can i send SW-STATE (402=1.0) back to A10C via LUA the same way ? /Frank
-
I GOT IT ALL RUNNING I CAN NOW CODE MY OWN STUFF...... THANKS FOR ALL THE HELP "love you SparkyOV"
-
Okay - i'm in great progress of learning this - thanks so fare - SparkyOV, can you share your .lua files - for more understanding in the way you do it compared to "Gadroc" ?? /Frank
-
Thanks ALOT
-
Okay, it's not me then ;) - nice to know Could your share that listener - please ?
-
Ohhh.... I can't seem to find the log file to see what export.lua actualy send... is it a hidden file or what ?? /Frank
-
Cool Thank.... now i just ned to find out to code a Client in Flowstone - - - - I'll Be Back Frank
-
I think i got it ;) - it's "arg=403" - can you confirm ? Thanks again Frank
-
Thanks for info - helps alot.... I read over the LUA export side on DCS http://www.digitalcombatsimulator.com/en/dev_journal/lua-export/#act I read your post about clickabledata.lua but where du you se the ID 404 and C24,3001,1.0, is this clickabledata.lua the complete list of the IDs ?? all the best
-
Hi All Anybody can show me a example "how to" send data (ex. master Caution light) to TCP/UDP - Also an example of sending Input through TCP/UDP like "Master Caution push" to the sim ?? How is the sting send to and from look like ?? Regads Frank