ForceSeatMI C# class uses DLL which is installed as part of the ForceSeatPM software. Make sure that you have ForceSeatPM installed on your computer. |
ForceSeatMI mi = new ForceSeatMI();
mi.BeginMotionControl();
mi.SendTelemetry(...); mi.SendTopTablePosLog(...); mi.SendTopTablePosPhy(...); mi.SendTopTableMatrixPhy(...); mi.SendTactileFeedbackEffects(...);
mi.EndMotionControl();