Function Park and plate lights

Functionality description
--------------------------------------

Park and plate lights management

Control
---------
Activate when the light lever is in presence position. Also when lowbeam lights are on, or when high beams (no burst) are present.
Green icon is active.

Hardware signals
----------------------

IN_LEV_PARK_LAMP (DI).
IN_LEV_LOWBEAM_LAMP (DI).
IN_LEV_HIGHBEAM_LAMP (DI).
OUT_PARKING_LAMP_2 (DO)
OUT_PARKING_LAMP_2 (DO)

Condiciones de activación
-------------------------------
• Status_Car=>1 AND
• (IN_LEV_PARK_LAMP=1 OR IN_LEV_LOWBEAM_LAMP=1 OR IN_LEV_HIGHBEAM_LAMP=1)

Condiciones de desactivación
------------------------------------

• Status_Car=0 OR
• (IN_LEV_PARK_LAMP=0 AND IN_LEV_LOWBEAM_LAMP=0 AND IN_LEV_HIGHBEAM_LAMP=0) OR
• Some highvoltage or lowvoltage OR
• short-circuit or overcurrent in OUT_PARKING_LAMP_1 OR short-circuit or overcurrent in OUT_PARKING_LAMP_2
F1

Function sub systems