Comprueba si se pueden utilizar DUTs
Utilizar esta instrucción para la compilación condicional con el editor ST. Según el tipo de PLC conectado, la instrucción devuelve TRUE si se pueden utilizar DUTs en la programación; en caso contrario devuelve FALSE.
#IF IsDataUnitTypeSupported('F173_PulseOutput_PWM_DUT') <>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;