Browse Source

Update PX4 Firmware metadata Wed Aug 5 07:12:10 UTC 2020

QGC4.4
PX4BuildBot 5 years ago
parent
commit
a8270a4416
  1. 4
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

4
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -790,9 +790,9 @@ Set to 2 to use heading from motion capture</short_desc> @@ -790,9 +790,9 @@ Set to 2 to use heading from motion capture</short_desc>
</parameter>
<parameter default="56" name="TRIG_PINS" type="INT32">
<short_desc>Camera trigger pin</short_desc>
<long_desc>Selects which FMU pin is used (range: AUX1-AUX6 on Pixhawk controllers with an I/O board, MAIN1-MAIN6 on controllers without an I/O board. The PWM interface takes two pins per camera, while relay triggers on every pin individually. Example: Value 56 would trigger on pins 5 and 6. For GPIO mode Pin 6 will be triggered followed by 5. With a value of 65 pin 5 will be triggered followed by 6. Pins may be non contiguous. I.E. 16 or 61. In GPIO mode the delay pin to pin is &lt; .2 uS.</long_desc>
<long_desc>Selects which FMU pin is used (range: AUX1-AUX8 on Pixhawk controllers with an I/O board, MAIN1-MAIN8 on controllers without an I/O board. The PWM interface takes two pins per camera, while relay triggers on every pin individually. Example: Value 56 would trigger on pins 5 and 6. For GPIO mode Pin 6 will be triggered followed by 5. With a value of 65 pin 5 will be triggered followed by 6. Pins may be non contiguous. I.E. 16 or 61. In GPIO mode the delay pin to pin is &lt; .2 uS. Note: only with a value of 56 or 78 it is possible to use the lower pins for actuator outputs (e.g. ESC's).</long_desc>
<min>1</min>
<max>123456</max>
<max>12345678</max>
<decimal>0</decimal>
<reboot_required>true</reboot_required>
</parameter>

Loading…
Cancel
Save