Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/22/2017 in all areas

  1. I just got done with 1.5 less than 12 hours ago. Might do a little more testing and fine tune 1 more thing, but as far as we're concerned, it's definitely ready for XP11. All files have been uploaded, and all that's left is for Cameron to package and ship.
    4 points
  2. Stop posting, it slows the patch...ps. it's Friday
    3 points
  3. Trust me, if you fly real passengers around you sometimes start wishing for a plane that has no doors! Cheers, Jan
    3 points
  4. I've added; ixeg/733/autopilot/HDG_bug_inc_1 and ixeg/733/autopilot/HDG_bug_dec_1 Functionality as requested. Can't comment as to when it will be available for download but it's in the code... Thanks for your support..
    2 points
  5. Well, the IXEG runs at about 35fps, I assume this is also the frequency the datarefs are updated. I am using Air Manager v3 as a plugin, I am not too familar with programming. Also due to my encoder setup, I can only use every second signal. Here is the code: hdg_counter = 0 -- init function hdg_dial_change(hdg_direction) print(tostring(hdg_direction)) hdg_counter = hdg_counter + 1 if hdg_counter == 2 then hdg_counter = 0 -- use every second click else if hdg_direction == 1 then new_hdg=hdg_act+1 xpl_dataref_write("sim/cockpit/autopilot/heading_mag", "FLOAT", new_hdg) elseif hdg_direction == -1 then new_hdg=hdg_act-1 xpl_dataref_write("sim/cockpit/autopilot/heading_mag", "FLOAT", new_hdg) end end end hw_dial_add("ARDUINO_MEGA2560_A_D37", "ARDUINO_MEGA2560_A_D36", hdg_dial_change) -- thats the encoder function hdg_dtaref(heading) hdg_act=heading end xpl_dataref_subscribe("sim/cockpit/autopilot/heading_mag","FLOAT",hdg_dtaref) -- subscribe to the dataref, save as global variable every time it's changed I made a video while toying around with it, the Course knob uses a command, the Heading knob the change of dataref:
    2 points
  6. The taxi light and runway turnoff lights on the real 300 are not very good at all. This was modelled accurately. :-). Craig.
    1 point
  7. The problem you are facing is that you don´t read or don´t understand what we wrote to you in this thread. It may be because you don´t understand english very well, or because you don´t have the necessary background in aviation or computer literacy or simply because you have a hard time reading and/or listening to people. Excuse me for being blunt, but my time is also not limitless and it is frustrating to talk (type) to people who don´t seem to read a single word I write. At any rate - the explanation and the solution to your problem was mentioned in the thread and we can´t provide support to those facing the above mentioned barriers. Happy landings, Jan
    1 point
×
×
  • Create New...