ardupilot/libraries/AP_Scripting/drivers/INF_Inject.md

39 lines
1.1 KiB
Markdown

# INF Inject Driver
This driver implements support for the INF Inject EFI engine
control units.
https://innoflighttechnology.com/efi/
# Parameters
The script used the following parameters:
## EFI_INF_ENABLE
this must be set to 1 to enable the driver
# Operation
This driver should be loaded by placing the lua script in the
APM/SCRIPTS directory on the microSD card, which can be done either
directly or via MAVFTP. The following key parameters should be set:
- SCR_ENABLE should be set to 1
- EFI_TYPE should be set to 7
- EFI_INF_ENABLE should be set to 1
- SERIALn_PROTOCOL should be set to 28 for the connected EFI serial
- RPM_TYPE1 should be set to 3
- ICE_ENABLE should be set to 1
then the flight controller should rebooted and parameters should be
refreshed.
Once loaded the EFI_INF_ENABLE parameters will appear and should be set
according to the parameter list above.
The GCS will receive EFI_STATUS MAVLink messages which includes RPM,
cylinder head temperature, exhaust gas temperature, injection timing,
engine load, fuel consumption rate, throttle position atmospheric
pressure and ignition voltage.