This system constant is a unique value for this PLC type. It allows programs to be compiled only for the PLC type currently selected.
#if((SYS_CURRENT_PLC AND SYS_FP7_CPS4RES_CPS41ES)<>0) #then
(* only code for the PLC type FP7 CPS4RES CPS41ES is executed*)
#end_if;