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;

结果

带有S PLC的此代码返回以下警告:

相关主题

最后更新日期: 2024-03-15此页面上的反馈松下热线