Product
PV100A
[AIOT] Power Ignition Control for PV100A
- Default value
Items | Default delay time (Seconds) |
Ignition on delay | 0 |
Ignition off delay | 0 |
Hard off delay | 180 |
- Note:
- When the ignition off delay ends, and the system has not shut down normally for more than 180 seconds, it will be forced to shut down.
- Supported version:Yocto Image v1.0.7 (MCU FW V001.10.) and above. Debian Image v1.0.19 (MCU FW V001.10.) and above.
- Setting commands
- Ignition on
- Check wakeup event: (ignition on event is enabled as default)
/MCU_test_tool/wakeup_source_test 2
- Get delay value:
/MCU_test_tool/power_on_delay
- Set delay value to 10 seconds:
/MCU_test_tool/power_on_delay 10
- Ignition off
- Set ignition off event:
/MCU_test_tool/wakeup_source_test 1 4
- Check wakeup event:
/MCU_test_tool/wakeup_source_test 2
- Get delay value:
/MCU_test_tool/ignition_off_delay
- Set delay value to 30 seconds:
/MCU_test_tool/ignition_off_delay 30
- Hard off
- Get delay value:
/MCU_test_tool/power_off_delay
- Set delay value to 10 seconds:
/MCU_test_tool/power_off_delay 10