Evaluates if a specific pulse output channel is enabled
Use this instruction for conditional compilation within the ST editor. The instruction returns TRUE if the pulse output channel specified by INT_iPulseChannel is enabled; otherwise it returns FALSE.
#IF IsPulseChannelEnabled(0) <> 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;
Available pulse output channels:
FPS: 0, 2
FP-X R: 0, 1
FP-X 16K C14T: 0, 1, 2
FP-X 32K C30T, C60T: 0, 1, 2, 3
FP0R: 0, 1, 2, 3
FP0, FP-e: 0, 1