Is possible to set Turbo Engine N1?I didn't set the &quot;General Eng Throttle Lever Position&quot;, only set &quot;TURB ENG N1:X&quot; with a valid value each sim frame,  for example 90 (percent),  but when I looked the N1 value in EICAS, the N1 readout is still 24 (idle throttle level), does that mean I can't set the N1 value seperately? Thanks a lot.© 2009 Microsoft Corporation. All rights reserved.Fri, 26 Jun 2009 12:44:20 Z77b482af-2b08-4b1a-920a-3d42ff277af4http://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#77b482af-2b08-4b1a-920a-3d42ff277af4http://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#77b482af-2b08-4b1a-920a-3d42ff277af4Sean Peonyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sean%20PeonyIs possible to set Turbo Engine N1?I didn't set the &quot;General Eng Throttle Lever Position&quot;, only set &quot;TURB ENG N1:X&quot; with a valid value each sim frame,  for example 90 (percent),  but when I looked the N1 value in EICAS, the N1 readout is still 24 (idle throttle level), does that mean I can't set the N1 value seperately? Thanks a lot.Fri, 19 Jun 2009 08:43:32 Z2009-06-19T08:43:32Zhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#129320b0-9f15-4a34-a0e6-8843a9825896http://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#129320b0-9f15-4a34-a0e6-8843a9825896Simon853http://social.msdn.microsoft.com/Profile/en-US/?user=Simon853Is possible to set Turbo Engine N1?As a general rule, you can't set simulation variables pertaining to aircraft engines and systems.  All you can do is set the inputs to those systems, like levers, switches and buttons.  N1 for example is dependent on fuel flow, so the only way you can get it to change is with the throttle.<br/> <br/> Si<br/>Mon, 22 Jun 2009 11:39:10 Z2009-06-22T11:39:10Zhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#e3a4ebaf-bf9c-4ec4-9d6a-91419c970236http://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#e3a4ebaf-bf9c-4ec4-9d6a-91419c970236Alex Genoud LKhttp://social.msdn.microsoft.com/Profile/en-US/?user=Alex%20Genoud%20LKIs possible to set Turbo Engine N1?Try this one:<br/><br/><span style="color:#010001;font-size:x-small"><span style="color:#010001;font-size:x-small"><font size=2 color="#010001"><font size=2 color="#010001"> <p>SimConnect_AddToDataDefinition</p> </font></font></span><font size=2 color="#010001"> <p> </p> </font></span> <p><span style="font-size:x-small">(</span><span style="color:#010001;font-size:x-small"><span style="color:#010001;font-size:x-small">m_hSimConnect</span></span><span style="font-size:x-small">, </span><span style="color:#010001;font-size:x-small"><span style="color:#010001;font-size:x-small">DEFINITION_SIMOBJECT_SET_ENGINE1_THROTTLE</span></span><span style="font-size:x-small">, </span><span style="color:#a31515;font-size:x-small"><span style="color:#a31515;font-size:x-small">&quot;GENERAL ENG THROTTLE LEVER POSITION:1&quot;</span></span><span style="font-size:x-small">, </span><span style="color:#a31515;font-size:x-small"><span style="color:#a31515;font-size:x-small">&quot;Percent&quot;</span></span><span style="font-size:x-small">, </span><span style="color:#010001;font-size:x-small"><span style="color:#010001;font-size:x-small">SIMCONNECT_DATATYPE_FLOAT32</span></span><span style="font-size:x-small">);<br/><br/>and then after<br/><br/>float fPercent = 0.9f;<br/><span style="color:#008000;font-size:x-small"><span style="color:#008000;font-size:x-small">SimConnect_SetDataOnSimObject(m_hSimConnect, DEFINITION_SIMOBJECT_SET_ENGINE1_THROTTLE, nESPID, NULL, 0, sizeof(float), &amp;fPercent);</span></span></span></p>Mon, 22 Jun 2009 13:50:22 Z2009-06-22T13:50:22Zhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#78aad2ac-e86d-4b47-8eeb-449f6b9c03bchttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#78aad2ac-e86d-4b47-8eeb-449f6b9c03bcSean Peonyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sean%20PeonyIs possible to set Turbo Engine N1?Thanks, understood.Tue, 23 Jun 2009 07:16:01 Z2009-06-23T07:16:01Zhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#ffe2a1fc-5264-4153-b3f5-e257d1728f5bhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#ffe2a1fc-5264-4153-b3f5-e257d1728f5bSean Peonyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sean%20PeonyIs possible to set Turbo Engine N1?Thanks a lot, It seems I have to set the throttle level.Tue, 23 Jun 2009 07:17:57 Z2009-06-23T07:17:57Zhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#b2fccefa-f13c-4768-9fe1-74ea1474a5fbhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#b2fccefa-f13c-4768-9fe1-74ea1474a5fbAlex Genoud LKhttp://social.msdn.microsoft.com/Profile/en-US/?user=Alex%20Genoud%20LKIs possible to set Turbo Engine N1?And if I remember well, only once not every sim frame ;)Tue, 23 Jun 2009 07:42:38 Z2009-06-23T07:42:38Zhttp://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#812de2ba-4cd5-4dfb-b0ca-a28b10d2e0b7http://social.msdn.microsoft.com/Forums/en-US/ESP/thread/77b482af-2b08-4b1a-920a-3d42ff277af4#812de2ba-4cd5-4dfb-b0ca-a28b10d2e0b7Simon853http://social.msdn.microsoft.com/Profile/en-US/?user=Simon853Is possible to set Turbo Engine N1?You might also want to consider trapping and masking all incoming engine 1 throttle and general throttle events as they will also set that value.  This only usually causes a problem if there is a joystick throttle connected as if it spikes by even a single bit, and event will be received by ESP and the engine throttle will be changed accordingly.  There's also all the key binding events for the throttle that you might want to trap and mask also if you want to be absolutely sure than a user can't mess with your throttle setting.<br/> <br/> SiFri, 26 Jun 2009 12:44:20 Z2009-06-26T12:44:20Z