Engee documentation

Logitech G29 Wheel

Receive steering status from the Logitech G29 controller.

blockType: EngeeFunction

Path in the library:

/Interfaces/Wheel/Logitech G29 Wheel

Description

The Logitech G29 Wheel box is designed to receive steering status from the Logitech G29 controller.

Ports

Output

# G29_STATE — bus type G29_STATE
vector

Details

The G29_STATE bus contains a set of signals describing the current state of the steering controller:

  • stearing - steering angle in degrees (data type Float64) in the range from -450 to +450;

  • pedal_accelerator - percentage of accelerator pedal pressure (data type Float64) in the range from 0 to 100;

  • pedal_brake - percentage of brake pedal pressure (data type Float64) in the range from 0 to 100;

  • pedal_clutch - percentage of clutch pedal pressure (data type Float64) in the range from 0 to 100.

The bus also contains button status signals: false - button is not pressed, true - button is pressed:

  • button_cross - state (data type Bool) of the button X;

  • button_square - state (data type Bool) of the button ▆ ;

  • button_triangle - state (data type Bool) of the △ button;

  • button_circle - state (data type Bool) of button ◯;

  • button_up - state (data type Bool) of the button ↑;

  • button_left - state (data type Bool) of the button ;

  • button_right - state (data type Bool) of the button ;

  • button_down - state (data type Bool) of the button ;

  • button_plus - state (data type Bool) of the button +;

  • button_minus - state (data type Bool) of the button −;

  • button_l2 - state (data type Bool) of the button L2;

  • button_l3 - state (data type Bool) of the button L3;

  • button_r2 - state (data type Bool) of the button R2;

  • button_r3 - state (data type Bool) of the button R3;

  • shifter_left - state (data type Bool) of the left hand paddle;

  • shifter_right - state (data type Bool) of the right paddle;

  • button_enter - status signal (Bool data type) of the button .

Data types

Float64.

Complex numbers support

No

Parameters

Параметры

# Шаг расчёта, с: — calculation step in seconds with which the value of the current steering state will be obtained

Details
Default value

0.0005

Program usage name

m_sample_time

Tunable

No

Evaluatable

Yes