IsPulseOutput_PMXPositioningTable

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.

Example

#if (IsPulseOutput_PMXPositioningTable()) #then
		sPulseOutputMode := 'PMX Positioning Table !!';
	#else
		sPulseOutputMode := 'Pulse output instruction';
	#end_if;
Related topics:

Modified on: 2019-01-25Feedback on this pagePanasonic hotline