Jump to content

icemaker

Members
  • Posts

    564
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icemaker

  1. Outer Dimensions 116.00 (L) Ч37.00 (W) Ч18.70 (H) ±0.20mm Display size 70.80mm 11.50mm Number of Characters 20 characters Ч 2 lines Character Format 5*7 Dot Matrix with Cursor Character Size (excluding cursor) 2.40mm x 4.70mm Character Pitch 3.6(H)/6.1(V)mm Dot Size 0.40mm Ч 0.50mm Display Color Blue-Green (peak 505nm)
  2. http://www.sureelectronics.net/goods.php?id=1097
  3. +1
  4. Thanks...:thumbup:
  5. Not sure you have enough buttons managed by the bodnard's card... i planned to use USB keyboard matrix to use with UFC and CDU...
  6. great panels !! Is there any possibility of backligthing of panels and buttons?
  7. Edited my previous post, i have updated the OnOffMom function. All my panels works. EMER FLOOD has been intentionally deactivated in clickabledata so i use it for cdu on off.
  8. Finally it works! here the new lie to add in siocConfig.lua depending on type of mom button [511] = {OnOffMom, 39, 6, 7, 1} -- For buttons With -1;1 range [511] = {OnOffMom, 39, 6, 7, 0.5} -- For buttons with 0;1 range And the code to add in ExportSupport.lua function OnOffMom(pValue, pDevice, pNumber1, pNumber2, pType) local pVal, PNumb if pType == 0.5 then if pValue == 1 then pNumb = pNumber1 pVal = 1 elseif pValue == 2 then pNumb = pNumber1 pVal = 0.5 elseif pValue == 3 then pNumb = pNumber2 pVal = 0 else pNumb = pNumber2 pVal = 0.5 end end if pType == 1 then if pValue == 1 then pNumb = pNumber1 pVal = 1 elseif pValue == 2 then pNumb = pNumber1 pVal = 0 elseif pValue == 3 then pNumb = pNumber2 pVal = -1 else pNumb = pNumber2 pVal = 0 end end GetDevice(pDevice):performClickableAction(pNumb + 3000, pVal) end And the code for SIOC Var 0511, name Canopy Var 1010, name Canopy_Open, Link IOCARD_SW, Input 16 { IF &Canopy_Open = 1 { &Canopy = 1 } IF &Canopy_Open = 0 { &Canopy = 2 } } Var 1011, name Canopy_Close, Link IOCARD_SW, Input 15 { IF &Canopy_Close = 1 { &Canopy = 3 } IF &Canopy_Close = 0 { &Canopy = 4 } } Thanks for help gadroc
  9. thanks a lot Gadroc :notworthy: i'll investigate this.
  10. Here are my first pannels : the AHCP is not at the good sizes because i dont know the good ones. but it's fully operational, the elec power is the next to be configured in DCS and then the Fuel Panel.
  11. no problem take your time :thumbup:
  12. any news gadroc?
  13. thanks gadroc :thumbup:
  14. Hello all, I started the pitbuilding adventure! and it's not an easy thing for me! I use IOCards and SIOC to manage inputs/ouputs from DCS the ACHP is fully functionnal but i run into problems with some switchs who used the momentary position, like the canopy open/close switch. i found this in the clickabledata.lua but i cant figure out how to manage this! i have tried with simplerotary and simpleswitchbutton but nothing works! in the sim this button never get back to center position, it goes up or down but never stops in middle position even if i place my real switch in middle position. I see this buttons works fine in Helios but i dont know how? another thing i have found is that to open using sim switch it sends button 6 1 to open and 0.5 to stop and button 7 0 to close and 0.5 to stop
  15. F-18E for multirole and carrier operations :thumbup:
  16. Yes Balkans could be a good place to play! :thumbup:
  17. very interesting pitbldr! Check MP!
  18. You're right teej, but it seems the problem comes when you plug at the same time a peripheral that uses a lot of power from usb (Scanner, Hardrive not self powered...) the USB chipset can't handle to manage the power asked and the Throttle doesn't supports the power variations.
  19. Maybe wha have a clue! Users tha have probles with throttle what motherbord have you? In C6 we have found 4 ASUS P5Q mobos an 1 ASUS P5B
  20. yeah you are right thanks anyway :thumbup:
  21. Hy Flim nice work! Can you tell me where have you found the pannels dimensions? I want to start my home made pit but cant find the cocpit pannels dimensions. Thanks
  22. Dethmagnetic, just wait a fiew days the new T.A.R.G.E.T Release Candidate that will come with new functionalities that are specially designed for that you want to do...
  23. Hello all, I have created a software that generates Thrustmaster T.A.R.G.E.T Macro Files (TTM) directly from your sim Kestroke configuration files. I called it Sim 2 T.A.R.G.E.T it can be downloaded from Checksix and is compatible with : FC2, DCS Blacksharck, DCS A-10C, Falcon all versions, FSX, IL2, maybe others to come in the future. It's very usefull to quickly generate ttm files with your keystrokes and then insert into TARGET Gui or script editor. Icemaker
  24. If in game i can hear THIS i just can say WHOWWWw!!!! at 0:14
×
×
  • Create New...