Hi everyone,
currently I'm working on the trim and autopilot functions of my DIY FFB joystick.
For my FFB solution I'm not using a real FFB device. Instead I installed "vJoy" to let DCS think that a FFB device is connected.
I wrote a tool that can readout the Export.log informations and also controls the motors of the joystick axis.
With this setup I'll need to generate the FFB effects depending on the informations I get from the export file.
If I check the trim and autopilot functions on the "ControlsIndicator" overlay, I see that the trim indicator is moving while the stick position doesn't
change. Which is correct, because my FFB joystick has no information yet that it should move the axis to adapt the change of the trimmer position.
So what I need now is something to get the data from the trim position into the export file.
I'm not sure if this is a module specific thing, but as the F-14 is my main ride I checked the \F14\Cockpit\draw_args.lua
for the arguments but had no luck.
I also had a look at the \F14\Cockpit\Scripts\ControlsIndicator\ControlsIndicator_page.lua.
There I found this:
This is the correct indicator, but I have no Idea how to export the position...
I would be thankful for any advise.