Interior Lamp Autocut Control
- Data flow
INPUT OUTPUT A_IGN1 O_InteriorLampAutocutRly A_IGN2 L_KeyInSW TX Lock TX Unlock L_DRVDRUnlockSW L_ASTDRUnlockSW L_RRDR(&TailGate)UnlockSW - Overview description
C00: If (A_ACC
=ON or A_IGN1=ON or A_IGN2=ON) or (TX Unlock or Passive Unlock or SMKRKECMD Unlock) or ANY DOOR OPEN event C01: If (A_ACC=OFF & A_IGN1= OFF & A_IGN2 =OFF)
Then Start 20mins timer
C02: (ALL DOOR CLOSE → ALL DOOR LOCK by TX LOCK or FOB LOCK or PSV LOCK) or (ALL DOOR CLOSE after ALL DOOR LOCK by TX LOCK or FOB LOCK or PSV LOCK) or (ALL DOOR LOCK after 30sec TIMER by TX UNLOCK or FOB UNLOCK or PSV UNLOCK time over)
Then Start 3sec timer
C03: If 3sec timer elapsed
Then O_InteriorLampAutoCutRly=OFF
C04: If 20mins timer elapsed
Then O_InteriorLampAutoCutRly=OFF
C05: If (A_ACC=ON or L_IGN1=ON or L_IGN2=ON) or (L_KeyInSW=ON→OFF) or (TX Unlock or Passive Unlock or SMK FOB Unlock) or ANY DOOR OPEN event
Then O_InteriorLampAutoCutRly=ON and 20mins timer stop and 3sec timer stop