STorM32 Parameters: Difference between revisions

From STorM32-BGC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
List of all STorM32 parameters, with explanations.
List of all STorM32 parameters, and some GUI features, with brief explanations and/or links to more comprehensive articles.


<div class="toclimit-2">__TOC__</div>
<div class="toclimit-2">__TOC__</div>
Line 5: Line 5:
== Dashboard Tab ==
== Dashboard Tab ==


{{GUIFIELD|Change Name}}
{{GUIFIELD|Change Name}}:


{{GUIFIELD|Share Settings}}
{{GUIFIELD|Share Settings}}:


== PID Tab ==
== PID Tab ==
{{PARAMNAME|Pitch P}}, {{PARAMNAME|Roll P}}, {{PARAMNAME|Yaw P}}: <br> Proportional term of the PID controller for the pitch, roll or yaw axis, respectively. See also [[Tuning_Recipe#Tuning_Procedure|Tuning Recipe: Tuning Procedure]].
{{PARAMNAME|Pitch I}}, {{PARAMNAME|Roll I}}, {{PARAMNAME|Yaw I}}: <br> Integral term of the PID controller for the pitch, roll or yaw axis, respectively. See also [[Tuning_Recipe#Tuning_Procedure|Tuning Recipe: Tuning Procedure]].
{{PARAMNAME|Pitch D}}, {{PARAMNAME|Roll D}}, {{PARAMNAME|Yaw D}}: <br> Derivative term of the PID controller for the pitch, roll or yaw axis, respectively. See also [[Tuning_Recipe#Tuning_Procedure|Tuning Recipe: Tuning Procedure]].
{{PARAMNAME|Pitch Motor Vmax}}, {{PARAMNAME|Roll Motor Vmax}}, {{PARAMNAME|Yaw Motor Vmax}}: <br> Maximal average voltage for the pitch, roll or yaw motor, respectively. See also [[Tuning_Recipe#Setting_Motor_Vmax|Tuning Recipe: Setting Motor Vmax]].
{{PARAMNAME|Gyro LPF}}: <br> Digital low pass filter applied to the raw gyro data. Can help to avoid vibrations and/or reach higher PID values.
{{PARAMNAME|Imu2 FeedForward LPF}}: <br> Digital low pass filter applied to the attitude data before it enters the feedforward channel in the PID controller. Effective only when {{PARAMNAME|Imu2 Configuration}} is not {{PARAMVALUE|off}}.
{{PARAMNAME|Low Voltage Limit}}: <br> Voltage level at which the lipo-saver function is triggered, see [[Advanced_Functions#Lipo_Saver|Advanced Functions: Lipo Saver]].
{{PARAMNAME|Voltage Correction}}: <br> Attempts to compensate the effects of a (slowly) varying battery voltage on the PID controller tuning, see [[Advanced_Functions#Voltage_Correction|Advanced Functions: Voltage Correction]].
{{GUIFIELD|Use simplified PID tuning}}: Toggles between the standard PID tuning, in which the P, I D values are adjusted, and a simplified mechanism, in which tuning is achieved by only two parameters, called Damping and Stability.
{{GUIFIELD|Auto write PID changes}}: When checked, any changes to the PID values (and only to the PID values) is written to the STorM32 board after ca. 1 sec.


== Pan Tab ==
== Pan Tab ==


The parameters in the {{GUI|Pan}} tab are described in the article [[Hold_versus_Pan_Mode|Hold versus pan Mode]].
The parameters in the {{GUI|Pan}} tab are comprehensively described in the article [[Hold_versus_Pan_Mode|Hold versus pan Mode]].


== Rc Inputs Tab ==
== Rc Inputs Tab ==


The parameters in the {{GUI|Rc Inputs}} tab are described in the article [[Configure_the_RC_Input|Configure the RC Input]].
The parameters in the {{GUI|Rc Inputs}} tab are comprehensively described in the article [[Configure_the_RC_Input|Configure the RC Input]].


== Functions Tab ==
== Functions Tab ==


{{PARAMNAME|Standby}}: See [[Advanced_Functions#Standby|Advanced Functions:Standby]].
{{PARAMNAME|Standby}}: <br> See [[Advanced_Functions#Standby|Advanced Functions: Standby]].


{{PARAMNAME|Re-center Camera}}: See [[Advanced_Functions#Re-center_Camera|Advanced Functions:Re-center Camera]].
{{PARAMNAME|Re-center Camera}}: <br> See [[Advanced_Functions#Re-center_Camera|Advanced Functions: Re-center Camera]].


{{PARAMNAME|IR Camera Control}}, {{PARAMNAME|Camera Model}}, {{PARAMNAME|IR Camera Setting #1}}, {{PARAMNAME|IR Camera Setting #2}}, {{PARAMNAME|Time Interval}}:
{{PARAMNAME|IR Camera Control}}, {{PARAMNAME|Camera Model}}, {{PARAMNAME|IR Camera Setting #1}}, {{PARAMNAME|IR Camera Setting #2}}, {{PARAMNAME|Time Interval}}: <br> See [[Advanced_Functions#IR_Camera_Remote_Control|Advanced Functions: IR Camera Remote Control]].
See [[Advanced_Functions#IR_Camera_Remote_Control|Advanced Functions:IR Camera Remote Control]].


{{PARAMNAME|Pwm Out Control}}, {{PARAMNAME|Pwm Out Mid}}, {{PARAMNAME|Pwm Out Min}}, {{PARAMNAME|Pwm Out Max}}, {{PARAMNAME|Pwm Out Speed Limit}}:  
{{PARAMNAME|Pwm Out Control}}, {{PARAMNAME|Pwm Out Mid}}, {{PARAMNAME|Pwm Out Min}}, {{PARAMNAME|Pwm Out Max}}, {{PARAMNAME|Pwm Out Speed Limit}}: <br> See [[Advanced_Functions#Pwm_Out|Advanced Functions: Pwm Out]].
See [[Advanced_Functions#Pwm_Out|Advanced Functions:Pwm Out]].


== Scripts Tab ==
== Scripts Tab ==


The parameters in the {{GUI|Scripts}} tab are described in the article [[STorM32_Scripts|STorM32 Scripts]].
The parameters in the {{GUI|Scripts}} tab are comprehensively described in the article [[STorM32_Scripts|STorM32 Scripts]].


== Setup Tab ==
== Setup Tab ==
Line 80: Line 98:


{{PARAMNAME|Mavlink configuration}}, {{PARAMNAME|Mavlink System ID}}, {{PARAMNAME|Mavlink Component ID}}:
{{PARAMNAME|Mavlink configuration}}, {{PARAMNAME|Mavlink System ID}}, {{PARAMNAME|Mavlink Component ID}}:
== Calibrate Acc Tab ==
{{GUI|Rc Inputs}} tab
{{GUIFIELD|Read}}
{{PARAMNAME|Rc Yaw Mode}}
{{PARAMVALUE|absolute centered}}

Revision as of 08:08, 23 June 2016

List of all STorM32 parameters, and some GUI features, with brief explanations and/or links to more comprehensive articles.

Dashboard Tab

[Change Name]:

[Share Settings]:

PID Tab

Pitch P, Roll P, Yaw P:
Proportional term of the PID controller for the pitch, roll or yaw axis, respectively. See also Tuning Recipe: Tuning Procedure.

Pitch I, Roll I, Yaw I:
Integral term of the PID controller for the pitch, roll or yaw axis, respectively. See also Tuning Recipe: Tuning Procedure.

Pitch D, Roll D, Yaw D:
Derivative term of the PID controller for the pitch, roll or yaw axis, respectively. See also Tuning Recipe: Tuning Procedure.

Pitch Motor Vmax, Roll Motor Vmax, Yaw Motor Vmax:
Maximal average voltage for the pitch, roll or yaw motor, respectively. See also Tuning Recipe: Setting Motor Vmax.

Gyro LPF:
Digital low pass filter applied to the raw gyro data. Can help to avoid vibrations and/or reach higher PID values.

Imu2 FeedForward LPF:
Digital low pass filter applied to the attitude data before it enters the feedforward channel in the PID controller. Effective only when Imu2 Configuration is not “off”.

Low Voltage Limit:
Voltage level at which the lipo-saver function is triggered, see Advanced Functions: Lipo Saver.

Voltage Correction:
Attempts to compensate the effects of a (slowly) varying battery voltage on the PID controller tuning, see Advanced Functions: Voltage Correction.

[Use simplified PID tuning]: Toggles between the standard PID tuning, in which the P, I D values are adjusted, and a simplified mechanism, in which tuning is achieved by only two parameters, called Damping and Stability.

[Auto write PID changes]: When checked, any changes to the PID values (and only to the PID values) is written to the STorM32 board after ca. 1 sec.

Pan Tab

The parameters in the [GUI:Pan] tab are comprehensively described in the article Hold versus pan Mode.

Rc Inputs Tab

The parameters in the [GUI:Rc Inputs] tab are comprehensively described in the article Configure the RC Input.

Functions Tab

Standby:
See Advanced Functions: Standby.

Re-center Camera:
See Advanced Functions: Re-center Camera.

IR Camera Control, Camera Model, IR Camera Setting #1, IR Camera Setting #2, Time Interval:
See Advanced Functions: IR Camera Remote Control.

Pwm Out Control, Pwm Out Mid, Pwm Out Min, Pwm Out Max, Pwm Out Speed Limit:
See Advanced Functions: Pwm Out.

Scripts Tab

The parameters in the [GUI:Scripts] tab are comprehensively described in the article STorM32 Scripts.

Setup Tab

Imu2 Configuration:

Virtual Channel Configuration:

Pwm Out Configuration:

Pitch Motor Usage, Roll Motor Usage, Yaw Motor Usage:

Acc Compensation Method:

Imu AHRS:

Rc Pitch Offset, Rc Roll Offset, Rc Yaw Offset:

Beep with Motors:

Gimbal Configuration Tab

Imu Orientation, Imu2 Orientation:

Pitch Motor Poles, Roll Motor Poles, Yaw Motor Poles:

Pitch Motor Direction, Roll Motor Direction, Yaw Motor Direction:

Pitch Startup Motor Pos, Roll Startup Motor Pos, Yaw Startup Motor Pos:

Pitch Offset, Roll Offset, Yaw Offset:

Expert Tool Window

Motor Mapping:

Imu Mapping:

ADC Calibration:

NT Logging:

Imu3 Configuration:

Imu3 Orientation:

Mavlink configuration, Mavlink System ID, Mavlink Component ID: