この命令は、 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;
例えば、PLCがFP0の場合、以下のエラーを返します。