DUT가 지원되는 경우에 평가
ST 에디터에서 조건부 컴파일을 위한 이 명령을 사용합니다. 연결된 PLC 기종에 따라 이 명령은 DUT가 지원되는 경우에 TRUE를 반환합니다. 그렇지 않으면 FALSE를 반환합니다.
#IF IsDataUnitTypeSupported('F173_PulseOutput_PWM_DUT') <>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;