시스템 변수가 지원되는 경우에 평가
ST 에디터에서 조건부 컴파일을 위한 이 명령을 사용합니다. 연결된 PLC 기종에 따라 이 명령은 시스템 변수가 지원되는 경우에 TRUE를 반환합니다. 그렇지 않으면 FALSE를 반환합니다.
#IF IsSystemVariableSupported('sys_iScanTimeCurrent') <> 0 #THEN
(*condition TRUE: first part is compiled and executed*)
#ELSE (*condition FALSE: second part is compiled and executed*)
#END_IF;