메모리 유닛 영역이 지원되는 경우에 평가
ST 에디터에서 조건부 컴파일을 위한 이 명령을 사용합니다. 연결된 PLC 기종에 따라 이 명령은 유닛 메모리 영역이 지원되는 경우에 TRUE를 반환합니다. 그렇지 않으면 FALSE를 반환합니다.
#IF IsUnitMemoryAreaSupported() <> 0 #THEN
(*condition TRUE if channel 0 is enabled: first part is compiled and executed*)
#ELSE
(*condition FALSE: second part is compiled and executed*)
#END_IF;