ST 에디터에서 조건부 컴파일을 위한 이 명령을 사용합니다.
#IF IsInstructionSupported('F145_WRITE_DATA') <> 0 #THEN
(*condition TRUE: first part is compiled and executed*)
#ELSE
(*condition FALSE: second part is compiled and executed*)
OutputCompilerError('Instruction NOT supported');
#END_IF;
FP0 PLC가 있는 이 코드는 다음 에러를 반환합니다.