Jump to content

roarkr

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by roarkr

  1. Hei Jan, My next update of the OC4BA_XP driver for Laminar/Zibo 738 and IXEG 733 has just started. OVH , MIP and CDU support are planned for this update. But, I am not sure that full CDU support for the IXEG 733 can be achieved due to lack of possibility to undock the CDU screen. So, my simple question is: Is there any possibility to undock the CDU screens of IXEG 733? Do you have any plans to support this in an update?
  2. Thanks for your replay. Then the udate goes without this feature enabled for the MCP. The OC4BA_XP driver lets you use Opencockpits hardware modules MCP, EFIS1, COM1, NAV1, ADF1 and ATC ) . More hardware modules will be added later this year. More info here: www.flightsim4fun.com
  3. Could someone from IXEG support either say Yes or No to my question?
  4. Hei, I am about to update my OC4BA_XP driver for the IXEG B737-300 but I can't find any dataref for the IAS dispaly's overspeed and underspeed( the 8 and A symbol). Isn't there any datarefs for these? I have looked in the aircraft's documentation folder, file "2-interface guide.pdf", but do not see any. Roar
  5. Clarification I have looked further into the issue of making my Windows plugins available as MAC plugins, and have come to the conclusion that I will NOT make MAC compatible plugins of rksoftware's Opencockpit plugins for X-Plane. Hope you(Ben) can bury the hatchet, so we can have a fruitful conversation over the forum in the future.
  6. How can you know what other people think. Do not think you know everything! Try to relax a little.
  7. See this link for some info. http://www.flightsim4fun.com The OC4BA_XP plugin is though only for WIndows at the moment, but can be easly made MC compatible.
  8. Hi, The OC4BA_XP plugin from rksoftware will let you use your Opencockpit modules to fly the IXEG B737-300. Fly the magnificent IXEG B737 from "real" flightdeck modules and not your PC mouse. Visit http://www.flightsim4fun.com
  9. Hi, I have it now. I added the dataref to my code and then it now shows up in the DataRefTool plugin also. Very strange, but now I have it. I can swear that I did not had this prior to updating to hotfix 1.07 and added the dataref to my code. This has taken me days. Thanks for helping me to get this solved.
  10. Hi, No, I do not have this dataRef. Do I have an old version of the plane. I bought and downloaded it a few days ago. I even now installed the latest hotfix 1.07 . But, still no not able to find the dataRef ixeg/733/MCP/mcp_vs_dial_ann . What do I do to get the version you have? Added info: I read the datarefs with the DataRefTool plugin as I am not able to get any ixeg datarefs with the Data Ref Editor plugin.Could it be taht it is there, but that I just can't find it with the above plugin? Roar
  11. I had a futher look at how to use the dataRef "ixeg/733/MCP/mcp_vs_target_act", but found no solution to my problem. As this dataRef is only a counter , there is no way I can get the actual value of the VS in order to get a start value. Too me it looks like when the plane loads, it has all the counter set to 0. So, if I write i.e. 10. to it it will increase the value 10 * step ( 50 below 1000 and 100 above 1000). If the VS value was 1000 it will change to 2000. But, as I have no way of getting the intial value , there is no way I can use this dataRef. This is because the VS value changes without the counter changes, when you are in a climb or a dive ( LVLCHG mode i.e.) Hope the IXEG team can provide a solution to this problem.
  12. Hei Stian, Thanks for your reply. The "ixeg/733/MCP/mcp_vs_target_act" is a counter that maybe can be used. I did not see this earlier. ixeg/733/MCP/mcp_vs_dial_ann, I can't find, but you probably mean ixeg/733/MCP/mcp_vs_ann. This is the annunciator for the VS button.ixeg/733/MCP/mcp_vert_speed_act. This is the VS button itself. Roar
  13. Hi, Not sure I will call it a bug, but still missing and deeply missed. There is NO dataref for the MCP Verical Speed display. It should be both a read and write dataref. All other MCP displays, CRS_A, IAS/MACH, HDG, ALT, CRS_B are all OK. Urgent need in order to finalize hardware interface plugin. If it is not hidding somewhere, please add it to your coming update. Roar
  14. Christmas was 3 days ago OK, I respect the need for holidays. Just hope to get a reply sometime.
  15. Could someone from the IXEG team please give a respond to this topic
  16. Hi, As I am doing plugin development, I am in need for a lot of testing. That also means I am changing my plugin code often and need to retest. Now I must close X-plane, before I can copy my new plugin code to the plugin folder, and then restart X-plane. Is it possible to update plugin code without reloading X-plane?
  17. Hi, Can anyone tell me if it is possible to move( or copy) the Ixeg 733 CDU screens to another monitor? If yes, please tell me how. I need this as I am building a hardware interface plugin for a hardware CDU module.
  18. I found the dataRefs for the FD_A and FD_B annunciators after some more dataRef search. They are not dataRefs with the "defaul"t ixeg's annunciator _ann ending: ixeg/733/mcp/fd_maser_cp ixeg/733/mcp/fd_maser/pt DataRef for the VS display on the MCP is still a mystery for me
  19. Hi, I am quite new to X-Plane development environment, but have now started up development of a plugin to interface a specific hardware vendors cockpit modules( MCP, COM, NAV, ADF, etc.) The development goes OK, but i am a little confused about the usage of default dataRefs and Commands and the specific IXEG datarefs and commands. Coming from the FSX/P3D/PMDG world, I find the usage of some default datarefs and some addon specific dataref a little confusing. But, so far I have mangaged to get the MCP module almost working, but lack information about the following dataRefs/command. For the Flight director annunciators I am using ("ixeg/733/MCP/mcp_plt_fd_ann"); ("ixeg/733/MCP/mcp_cplt_fd_ann"); without any luck. They seem to not work at all. For the MCP's CRS_A, IAS/MACH, HDG, ALT, VS and CRS_B 7-segment displays I am displaying the values in the hardware when turing the rotaries and then set these values to the corresponding datarRef All , but the vvi-dial_fmp works fine. ("sim/cockpit/radios/nav1_obs_degm"); ("sim/cockpit2/autopilot/airspeed_dial_kts_mach"); ("sim/cockpit2/autopilot/heading_dial_deg_mag_pilot"); ("sim/cockpit2/autopilot/altitude_dial_ft"); ("sim/cockpit2/autopilot/vvi_dial_fpm"); ("sim/cockpit/radios/nav2_obs_degm2"); Can anyone tell me if the dataRefs I am having problem with can be changed to some others? I have used DataRef tools to see if I miss something, but so far I have had no luck.
  20. Could you please send me the pdf that list the available IXEG B737 datarefs and commands? 

  21. I do not have the IXEG B737-300 yet. I buy it if it has all the needed DataRefs and Commands available to make a hardware interface plugin. A no response here indicates that it is not availble.
  22. Hi, I am thinking of making an X-plane plugin that will interface some hadrware modules like MCP, EFIS etc for the B737-300. My simple questions is: Are all necessary datarefs, commands available? Is there a list of datarefs, commands anywhere? Could someone PM me with this info?
×
×
  • Create New...