Rev 2258 | Rev 2276 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2258 | Rev 2268 | ||
|---|---|---|---|
| Line 853... | Line 853... | ||
| 853 | <variables> |
853 | <variables> |
| 854 | <variable name="Measurment" type="float" start_bit="0" bit_length="16" unit="" description=""/> |
854 | <variable name="Measurment" type="float" start_bit="0" bit_length="16" unit="" description=""/> |
| 855 | <variable name="Reference" type="float" start_bit="16" bit_length="16" unit="" description=""/> |
855 | <variable name="Reference" type="float" start_bit="16" bit_length="16" unit="" description=""/> |
| 856 | <variable name="PWM" type="uint" start_bit="32" bit_length="16" unit="" description=""/> |
856 | <variable name="PWM" type="uint" start_bit="32" bit_length="16" unit="" description=""/> |
| 857 | <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/> |
857 | <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/> |
| - | 858 | </variables> |
|
| - | 859 | </command> |
|
| - | 860 | ||
| - | 861 | <command id="133" name="P_I_term" type="specific" module="PID" description="Debug data from PID regulator"> |
|
| - | 862 | <variables> |
|
| - | 863 | <variable name="P_term" type="IEEE32" start_bit="0" bit_length="32" unit="" description=""/> |
|
| - | 864 | <variable name="I_term" type="IEEE32" start_bit="32" bit_length="32" unit="" description=""/> |
|
| - | 865 | </variables> |
|
| - | 866 | </command> |
|
| - | 867 | <command id="134" name="D_term_Out" type="specific" module="PID" description="Debug data from PID regulator"> |
|
| - | 868 | <variables> |
|
| - | 869 | <variable name="D_term" type="IEEE32" start_bit="0" bit_length="32" unit="" description=""/> |
|
| - | 870 | <variable name="Output" type="IEEE32" start_bit="32" bit_length="32" unit="" description=""/> |
|
| - | 871 | </variables> |
|
| - | 872 | </command> |
|
| - | 873 | <command id="135" name="CONFIG_PARAMETER_P_I" type="specific" module="PID" description="Configure PID regulator constants, if message is sent with 0 data bytes, module will respond with current configuration"> |
|
| - | 874 | <variables> |
|
| - | 875 | <variable name="K_P" type="IEEE32" start_bit="0" bit_length="32" unit="" description=""/> |
|
| - | 876 | <variable name="K_I" type="IEEE32" start_bit="32" bit_length="32" unit="" description=""/> |
|
| - | 877 | </variables> |
|
| - | 878 | </command> |
|
| - | 879 | <command id="136" name="CONFIG_PARAMETER_D_T" type="specific" module="PID" description="Configure PID regulator constants, if message is sent with 0 data bytes, module will respond with current configuration"> |
|
| - | 880 | <variables> |
|
| - | 881 | <variable name="K_D" type="IEEE32" start_bit="0" bit_length="32" unit="" description=""/> |
|
| - | 882 | <variable name="TimeUnit" type="enum" start_bit="48" bit_length="1" unit="" description=""> |
|
| - | 883 | <value id="0" name="s"/> |
|
| - | 884 | <value id="1" name="ms"/> |
|
| - | 885 | </variable> |
|
| - | 886 | <variable name="RegulatorTime" type="uint" start_bit="49" bit_length="15" unit="" description=""/> |
|
| 858 | </variables> |
887 | </variables> |
| 859 | </command> |
888 | </command> |
| 860 | 889 | ||
| 861 | <command id="128" name="CONFIG" type="specific" module="SlowPWM" description="Configure PWM output, if message is sent with 0 data bytes, module will respond with current configuration"> |
890 | <command id="128" name="CONFIG" type="specific" module="SlowPWM" description="Configure PWM output, if message is sent with 0 data bytes, module will respond with current configuration"> |
| 862 | <variables> |
891 | <variables> |