OutputCompilerWarning

この命令は、 ST エディタ内で 条件付コンパイル を行なう場合に使用します。

#IF IsSystemVariableSupported('sys_bIsPlcInTestMode') <> 0 #THEN
    (*condition TRUE: first part is compiled and executed*)
#ELSE
    (*condition FALSE: second part is compiled and executed*)
    OutputCompilerWarning('PLC does not support the test mode');
#END_IF;

演算結果

例えば、PLCがSの場合、以下のエラーを返します。

関連トピック

最終修正日: 2024-03-15このページに関するフィードバックお問い合わせ窓口