Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

Xplane 11 B1900 for Xplane 11 Version 1.1

I thought I would create some controls for the B1900 However when I start GIT the Log file Shows every thig is working correctly.
I can Identify Panels etc. When I start the detective The log file fills with "Unable to monitor Dataref" Unexpected Reply Message 20002

Any Ideas ?? I can change the dataref n DRE No problems so its not a read only error with the data ref

Cheers

Comments

  • Its probably a dataref that contains text which is not supported in GIT.

    Best wishes
    Steve
  • its a dataref that is a integer external power the switch swaps between a zero and a 2 for off and on and this is happening with all datarefs
    as previously mentioned I have edited the value in DRE and it works fine I have also used Other software to edit the value and it works fine

    Cheers

    Lee
  • Are default aircraft working OK or do you see the same errors?
  • just loaded the default Cessna 172 Im getting the same - However I have also realised I am using Xplane beta 11.30b4 let me roll back to 11.26 incase there is something different in the Plugin Manager that may be causing this will report back

    Cheers
    Lee
  • Ok So I have rolled back to 11.26 and I am getting the same error (with controls I have assigned) but the controls are working in the C172.
    i have also swapped to the Flight Factor 757 which has lots of Bespoke events created (11 goflight panels) and the only error I get are ones where the you correctly point out the datarefs contain text.
    So now Im confused as to why Flight factor works Ok but the default 172 has errors

    Cheers
    Lee
  • edited November 2018
    I have delved into the code and the error message is indicating that the Dataref cannot be found - this error is being reported by the X-Plane API.

    I am also seeing errors with the C172. GIT is wrongly identifying Commands as Datarefs and possibly finding some Datarefs as Commands.

    Can you check in Detective and see if the missing Datarefs for the B1900 are listed in Custom Commands?

    Thanks
    Steve
  • When I loaded up the 1900 Git creates a file in the aircraft directory DRE.txt in that there is Hundreds of Datarefs that Git identifies which are correct as I once used pure LUA to configure Buttons Etc (this was prior to me owning any goflight hardware) I Still had my LUA file so I thought I would create a GIT Profile. In the detective it populates the list of all Known Datarefs in the dataref section of detective. I have searched the Commands section but there is nothing listed there at all. I have attached a screen shot. dataref "com/dkmp/BT3[2]" is the external power switch for the 1900 0 is off and 2 is on

    Cheers
    Lee
  • OK, can you try starting X-Plane and get the aircraft loaded and use the power switch in the virtual cockpit. Then start GIT and go to Detective and see if that Dataref still errors in the log.

    Thanks
    Steve
  • Have done it operated the switch several times (virtual cockpit) and never once did the monitoring of that specific dataref change

    Cheers
    Lee
  • OK, did the log show the error for that Dataref when starting GIT after X-Plane?
  • Yes it does
    13:50:52 GoFlight Connection Starting.....
    13:50:52 X-Plane Connection Starting.....
    13:50:52 Update Check Error Code: 0 - Exception: The request was aborted: Could not create SSL/TLS secure channel.
    13:50:53 GoFlight Connection Started
    13:50:54 X-Plane Connection Started
    13:50:54 Aircraft Connection Starting.....
    13:50:54 X-Plane: Event Received: Aircraft Loaded/Flight Loaded
    13:50:56 WinSock: Connected To localhost On Port 27015!
    13:50:56 LUA Processor: Started!
    13:50:56 Aircraft Connection Started
    13:50:56 Synchronising Switches & Selectors .....
    13:50:56 Synchronising Switches & Selectors: Waiting for X-Plane .....
    13:51:03 LvarNamesUpdated!
    13:51:03 Creating Bespoke Vars
    13:51:03 Bespoke Vars Created
    13:51:03 Importing Bespoke Variables
    13:51:03 Bespoke Vars Assigned, Importing Bespoke Events
    13:51:03 Bespoke Events Temp Imported
    13:51:03 GIP: Send Message - Unexpected Reply Messsage - 20002
    13:51:03 GIP: Unable to Monitor DataRef com/dkmp/BT3[2] - 20002
    13:51:03 GIP: Send Message - Unexpected Reply Messsage - 20002
    13:51:03 GIP: Unable to Monitor DataRef com/dkmp/BT3[2] - 20002
    13:51:03 GIP: Send Message - Unexpected Reply Messsage - 20002
    13:51:03 GIP: Unable to Monitor DataRef com/dkmp/BT3[2] - 20002
    13:51:03 GIP: Send Message - Unexpected Reply Messsage - 20002
    13:51:03 GIP: Unable to Monitor DataRef com/dkmp/BT3[2] - 20002


    Along with what I attached earlier

    Cheers Lee
  • I'm not sure why X-Plane isn't finding these datarefs for GIT. I suspect its some kind of timing issue. You will have to leave it with me whilst I look into the problem.

    Best wishes
    Steve
  • Sure no problem
    Glad I could help a bit and perhaps cause problems (sorry)

    Cheers
    Lee
  • Any Update on this problem ?

    Cheers
    Lee
  • edited November 2018
    Hi Lee,

    Sorry for the late reply. I did look into this and basically the GIT plugin calls an X-Plane routine to find the Dataref to make sure its valid and then enable the monitoring process. These datarefs are not being found so its impossible for GIT to monitor them as it cannot pull a reference to the Dataref. I'm guessing DRE does not do the check and pushes them out regardless.

    Best wishes
    Steve

    PS: The Data Ref Tool does the same as GIT and they won't show as they are deemed invalid.
Sign In or Register to comment.