Jump to content

Syl20

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Syl20

  1. No wait, it is working :-))))) I will check what I did wrong the first time. Thanks again jfjoubert
  2. Yes I have tried "C1 ixeg/733/radios/radios_com1_left_khz 1+" also but nothing happens. Hmmm, I am running out of idea... Anyway, thanks for your time jfjoubert, I appreciate :-)
  3. No, I use Ethernet between X-Plane and ArdSim so my cockpit only has UDP to communicate. Nothing appears as joystick & equipment. I am also pretty sure that these manipulators "ixeg/733/radios/radios_com1_left_mhz" are the way to go, but I am missing something that I cannot put my finger on right now... Can you see, in FlyWithLua, what is sent to X-Plane other that the command "ixeg/733/radios/radios_com1_left_mhz"? There must be something telling X-Plane if it is an increase or a decrease of the frequency?
  4. I am using ArdSim right now. I haven't tried FlyWithLua yet.
  5. Hello jfjoubert, "For Com1 left mhz : Use "ixeg/733/radios/radios_com1_left_mhz" as a command where you increase the value by 1 every time the command is executed." Ok, but I cannot see how I can tell X-Plane to increase or decrease by one if I use this as a command as I cannot pass any value.
  6. Hej Guys, I have some troubles with radio frequencies modification from my cockpit driven using Arduino. If I use for example the command "sim/radios/actv_com1_coarse_up" then it works fine, but it modifies the active com1. I want to be able to modify the same side as where my encoder is situated, even if it's not the active side. If I use for example the dataref "ixeg/733/radios/radios_com1_right_mhz" and send a value between 0-19 then nothing happens. It seems to be the correct way to do this but, could this dataref be read only? The only solution I see right now, is to test which side is active and use either "sim/radios/actv_com1_coarse_up" or "sim/radios/stby_com1_coarse_up" in order to update the correct side. But I wonder if I am missing something here! Has anyone had this issue? Which Command/DataRef are you using for this? Thanks in advance for your feedback Cheers Syl20
  7. Hello, I hope it is ok I add my question to this thread as it is related to what has been written before. I have a strange behaviour of the A/T switch from my 3D cockpit for the IXEG plane. I am using the command "ixeg/733/autopilot/AT_switch_cycle" from Arduino + ArdSim plugin It seems like it is working as 3 states: Arduino input - XPlane switch i 3D cockpit HIGH - Switch On LOW - Switch Off HIGH - Nothing happen (ixeg/733/MCP/mcp_at_arm_act doesn't switch value) LOW - Switch On HIGH - Switch Off LOW - Nothing happen and so on... I do not understand what the root cause for this could be unless the command doesn't correspond 100% to the switch activation/deactivation using the mouse in the 3D cockpit. I know that I could also set ixeg/733/MCP/mcp_at_arm_act to 1 but I don't think it is the right solution. Anyone has seen this issue, or maybe has a solution? Cheers Syl20
×
×
  • Create New...