Evaluates the system register "Pulse output operation mode"
Use this instruction for conditional compilation within the ST editor. Depending on the PLC type connected, the instruction returns TRUE if the system register “Pulse output operation mode” is available and set to “PMX positioning table”; otherwise it returns FALSE.
#if (IsPulseOutput_PMXPositioningTable()) #then
sPulseOutputMode := 'PMX Positioning Table !!';
#else
sPulseOutputMode := 'Pulse output instruction';
#end_if;