Thanks for taking the time to make this and reveal something about what lurks underneath the bonnet (hood) in X Plane.
@mxcollin953 жыл бұрын
Thanks Russ for another great video! I’m new to Xplane so your videos are helping me immensely.
@tadeuprimo6 жыл бұрын
Starting now in the xPlane11 world, amazing tool to start with.
@Boise7775 жыл бұрын
Please allow me to join the many others and thank YOU for taking the time to prepare and publish this video. Very, very helpful!
@maartenvd845 жыл бұрын
Thank you! Didn't know about that tool! Very interesting when planning a home cockpit build (or any other interface).
@hesynergy6 жыл бұрын
Great stuff Russ...I forgot I had Both...but you really opened my eyes up with the “tool”. Thanks, Chas
@ericsmith3134 жыл бұрын
thanks a lot for ALL the videos you have made. helped a lot pf people including myself im sure.
@CapnJackBkup2 жыл бұрын
Hey Russ I am trying to understand exactly how to for instance program my taxi light key on the Honeycomb Alpha to the taxi light switch in the zibo 737. I can see the datarefs change on the two different datarefs when you hit the switch in the sim and on the Alpha taxi switch itself. But how to you get the dataref for the Alpha hardware switch to then actuate the actual line in the dataref for the taxi lights in the sim. No one I can find is actually showing how to do that. I would really appreciate some help here.
@rbarlow2 жыл бұрын
You can only map x-commands ( both standard of custom) to joystick controls. With Dataref tool you can select to look only at commands and only those that change and then actuate the switch and see what pops up as executed.(color change). You cannot write values to a dataref from a joystick. You could create a custom switch panel using Arduino with either Air Manager or Mobiflight or SimVim. See if these hints help and if not check back and I will try to help.
@razorhead75132 жыл бұрын
Great Video. Thanks for the information.
@Glasairman7 ай бұрын
Hi I used this tool to find Toliss AirbusFBW Datarefs which are not published and are are not picked up by the Dataref Editor. All the Datarefs you show here are integers or floats and I have had no probs in setiing them from an external program. However many of the AirbusFBW datarefs visibie in the DataRef Tool just say 'activate'. Without knowning what activate means internally, it's hard to enter a program value that changes the Dataref state. Do you have any information perhaps?
@FGCH036 жыл бұрын
Can you assign custom datarefs to joystick i mean like a mouse macro in fsx??
@escort3492 жыл бұрын
Does this tool make permanent changes? Whenever I change a value in the tool, the next time I start the sim all values are back to default! It's advertised as an editor, but changes are not saved. How can I save the changes?
@dorex20072 жыл бұрын
I'm finding that editing the search field using Xplane 12 often gives a CTD.
@rbarlow2 жыл бұрын
Haven’t tried it with XP12
@程洋-x8x4 жыл бұрын
I'm curious about how to write a plugin for external panel. It's easy to understand from this video, that if an external panel do something(click, move york), the plugin will modify corresponding datarefs. However how can the plugin receive information or deliver information to the external panel? Especially i saw some external panel which doesn't need to be connected to the computer at all
@rbarlow4 жыл бұрын
程洋 if you know C++ you can get all information from X-Plane developers site including sample code for a plugin Look here. developer.x-plane.com/sdk/
@程洋-x8x4 жыл бұрын
@@rbarlow Well i'm a developer right now. Though not xplane developer. But the key point is, i saw an external panel can control xplane, however in xplane joystick settings(i'm pretty sure it's a master xplane), there is no recongnised joystick at all. Did you see anything like this?
@c.e.sherrod31836 жыл бұрын
Thanks for the video Russ. I installed the Dataref Tool, but when I click on the Datarefs or the Commands they don't show up on my screen. Clicking on About Datarefs also shows nothing. But under Plugin Admin. It shows DataRefEditor as enabled. I have C++ 2015 x86 & x64. Also C++ 2017 x86 & x64. I've been talking with Lee Baker and he doesn't know what the problem is either. Do you have any suggestions?
@yair19566 жыл бұрын
..nice. But noticed that there are no insulation instruction in the file I downloaded ....found 2 files one Master and one _2018_06_06, what next ???
@windlooper15 жыл бұрын
Hello All, I need help installing Datareftool I have Dataref Editor installed but cannot gt tool to show up in plugins . HELP PLS
@rbarlow5 жыл бұрын
leonard krieser Download the zipped plugin and unzip it. Place the entire folder into the XP plugins folder (it is inside the resources folder in the XP main folder. Download the file at github.com/leecbaker/datareftool/releases/download/2019.12.04/DataRefTool_2019_12_04.zip don’t take the folders out of the unzipped archive but place the entire unzipped folder into the plugins folder. After you install be sure it shows up in the plugins folder in XP.
@IvanEng7476 ай бұрын
Do you know, how send data in serial port from x-plane?
@rbarlow6 ай бұрын
This is for use with Arduino but may help github.com/dertin/ArdSerialXPlaneUDP
@brentjohnson66546 жыл бұрын
Thanks. This is good info as I am trying to figure out data refs
@brandonparker71833 жыл бұрын
Great for programming the Bravo !
@rbarlow3 жыл бұрын
Yes and his PlaneCommand is a cool product too" I love it in VR
@rteixeirapl4 жыл бұрын
Sir, did you had any success at mapping A320 by FF? Thank you!
@rbarlow4 жыл бұрын
No. I don’t have the FF A320
@adrianwilliams7636 жыл бұрын
Awesome video. Appreciate that
@simhoper89534 жыл бұрын
Dear Russ this is amazing! Can it be used with custom models like paid models? Thank you
@rbarlow4 жыл бұрын
Yes and the latest version defaults to emulate Dararef Editor so custom datatefs are visible in DAta Ref Tool
@simhoper89534 жыл бұрын
@@rbarlow That is wonderful. I am trying to build a Baas 340A sim. Will be creating some gauges for the 2D panel. This will be awesome. Thank you for your video and feedback!
@simhoper89534 жыл бұрын
@@rbarlow Thank you!
@Plydrms6 жыл бұрын
nice! Is it better than .Lua script editor? If you modify a data ref in game is it permanent next time you start the game, or does does everything go back to default?..thanks
@rbarlow6 жыл бұрын
Plydrms DatarefTool Is different than Lua script editor. This is just a way to see what is happening in X-Plane. You can make test value inputs and send commands but if the dataref is updated by the sim in the next frame then they are changed. DRT is best used in searching for the correct datarefs and commands to use in your Lua scripts or as I do with Air Manager. Sorry if I was unclear.
@Plydrms6 жыл бұрын
I think that I understand. You can immediately see the affect on the data ref changes in simulation then permanently change with LUA if desired? Are the data ref's rebuilt back to default (assuming no LUA scripts) each time the game is loaded? So the changes made strictly in DRT would be lost after quitting the sim?...thanks for your time-
@Yonlawlawlaw5 жыл бұрын
can i set null zones of my joystick with that pluggin?
@rbarlow5 жыл бұрын
No it is only for viewing internal variable values and commands. You can set joystick profiles and response curves right in X-Plane now.
@frewent04 жыл бұрын
Yes - I have set null zones with the plugin although the values set will not persist between "runs" (you could use a Lua script loaded at startup to automatically set the same null zone datarefs to the desired values each time)
@hootsmangreen6 жыл бұрын
running on windows 10 I put the files into the normal plugins folder but it does not show up in XP11 I have the Visual Studio runtime installed. Any ideas why it is not working
@rbarlow6 жыл бұрын
Coco737 did you put the files or the folder containing the files into the CP plugins folder? The latter is correct. If that is not the issue maybe you could contact the author Lee Baker
@hootsmangreen6 жыл бұрын
CP plugins? is this a different folder from /resources/plugins
@StefBelgium5 жыл бұрын
@@rbarlow same here. What s the cp plugins folder? Could you please explain how to install? Thanks so much
@rbarlow5 жыл бұрын
Coco737 XP not CP (typo) the X-Plane Plug-ins Folder is in the Resources folder which is in the main X-Plane11 folder. Just copy the entire plugin folder for DRT and paste a copy into the plugins folder
@s6xer3 жыл бұрын
i use DataRefTool to create xChecklist and xFirstOfficer files