True if panel lights are on. Boolean. Read-write.
Example
IF INRANGE(HOUR, 20, 23) THEN
'Turn panel lights on.
PANEL_LIGHTS = TRUE
ENDIF