命令サポート確認
この命令は、 ST エディタ内で 条件付コンパイル を行なう場合に使用します。接続されているPLC機種によって、指定したシステム命令をサポートしている場合はTRUE、サポートしていない場合は、FALSEを返します。
#IF IsInstructionSupported('F145_WRITE_DATA') <> 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;