Questa costante di sistema è un valore univoco per questo tipo di PLC. Consente di compilare i programmi solo per il tipo di PLC correntemente selezionato.
#if((SYS_CURRENT_PLC AND SYS_FP_SIGMA_16k)<>0) #then
(* only code for the PLC type FP_SIGMA_16k is executed*)
#end_if;