unfortunately it's nowhere near as simple as all that. TelemFFB, the software that drives FFB for

unfortunately it's nowhere near as simple as all that.
TelemFFB, the software that drives FFB for the Rhino with MSFS uses a library called pysimconnect. Pysimconnect, as the name implies, is a python library for subscribing to simconnect data. This is how we retrieve all the telemetry needed to generate the FFB stick forces as well as the other effects. AFAIK it does not support LVARs, and one would need to develop or make use of another interface library to do so.

All of that said, even if one did get a stream of the LVAR data working, there are further challenges that make something like this exceedingly difficult (or very messy) to pull off. This is the same challenge with implementing any sort of trim following movement to the stick in MSFS.

The fundamental problem is that when you move the stick (either with your hand, or by using the motors), that "moves the axis" since it is bound in MSFS. So if you try to purposefully move the centerpoint of the stick in response to trim telemetry data, not only is the sim adjusting the trim, but the stick is moving the elevator (or aileron, or rudder) axis at the same time so you end up with very coarse trim adjustments.
Was this page helpful?