November 11, 20178 yr While trying to get my JS41 follow Flight1's GTN 750 without any luck, I noticed that with GTN set for heading hold steering mode (through config file), with JS41 in V/L VOR1 mode, if you keep pressing NAV button on autopilot panel continuously (several times per second), aircraft will follow the track from GTN !, albeit EHSI will not show CDI needle, etc, but it doesn't matter. The problem is that this NAV button is not default and pressing NAV1 button from default control assignments will not do the same trick. Has anyone got an idea how to somehow determine this custom NAV button and bind it for continuous engagement (through Fsuipc, etc.)? PS. What is also interesting that JS41 follows KLN-90B from this developer ( http://www.fsdeveloper.com/forum/threads/the-kln90b-for-fsx-prepar3d-in-beta.432845/ ), it has override function for heading hold. Aircraft follows KLN perfectly, so I guess GTN could do too. Thank you.
November 13, 20178 yr I do not own the GTN750, but just curious as to why you would use that vs the built in AP/FMS for heading hold? Nick Silver http://www.youtube.com/user/socalf1fan Ryzen 7 5800X3D, 64gb ddr4 3200mhz ram, RTX 4080 Super, HP Reverb G2 v2, 4K Tv Monitor
November 18, 20178 yr Author Finally I found workable solution, JS41 now follows Flight1 GTN 750 ! http://forum.simflight.com/topic/84449-custom-autopilot-and-gtn-750/?do=findComment&comment=510693
February 16, 20188 yr disclaimer: I am a novice programmer...I followed the suggestions given by the article on how to write a Lua script from "Guide to couple JS41 autopilot and Flight 1 GTN 750" I was able to figure out with microsoft visual basic to write the Script while 1 == 1 do ipc.writeLvar("L:FdModese1NavSwitch", 1) ipc.control(66587,278) ipc.control(66587,8031) ipc.sleep(200) end I followed the instructions from the article and was able to implement the procedure which works...However, after about 25 minutes from the point of setting autopilot which engaged GTN750, I got the following error... "An unhanded win32 exception occurred in fsx.exe [6828] then "new instance of visual studio community 2017 open up and I will place the debug file below so that maybe somebody with programming experience with visual studio will state what is going on....I am not sure if this is due to a memory error or a problem with Simconnect... 'fsx.exe' (Win32): Unloaded 'C:\fsx\PMDG\dlls\PMDGOptions.dll' 'fsx.exe' (Win32): Loaded 'C:\fsx\PMDG\dlls\PMDGOptions.dll'. Module was built without symbols. 'fsx.exe' (Win32): Loaded 'C:\fsx\PMDG_SimConnect_Ldr.dll'. Module was built without symbols. 'fsx.exe' (Win32): Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_4bf7e3e2bf9ada4c\mfc90.dll'. Cannot find or open the PDB file. Exception thrown at 0x12F419AF (PMDG_SimConnect_Ldr.dll) in fsx.exe: 0xC0000005: Access violation writing location 0x00000000. Thanks in advance for suggestions. Bob Adams Bob Adams
February 18, 20188 yr found the problem...stated above...the Lua script had some mistakes, corrected those mistakes and the GTN-750 and pmdg JS4100 will now talk to each other... So disregard the former post of mine... Regards, Bob Adams Bob Adams
Archived
This topic is now archived and is closed to further replies.