PLCcheck

S5 AWL Command: SE (Extended Pulse Timer)

S5 AWL instruction SE (Extended Pulse): Timer runs for full duration regardless of input state. Retriggerable — a new TRUE edge restarts the timer.

·3 min read
S5AWLSEtimerextended pulseretriggerableS_PEXT

Diesen Artikel auf Deutsch lesen

S5 AWL Command: SE (Extended Pulse Timer)

SE starts an extended pulse timer. Unlike SI, the timer output stays TRUE for the full programmed duration even if the input (VKE) goes FALSE before the timer expires. A new rising edge on the input restarts the timer (retriggerable).

Syntax

L  KT xxx.y
SE T n

S7 Equivalent

S5 AWLS7 FunctionIEC 61131-3
SES_PEXTTP (closest match, but TP is NOT retriggerable)

Critical difference: SE is retriggerable (new edge restarts). IEC TP is not. For exact SE behavior in S7, use S_PEXT.

Timing Diagram

E 0.0:  ____/‾‾\__/‾\______
T 1:    ____/‾‾‾‾‾‾‾‾‾‾\___   (retrigger extends the pulse)

Code Example

U   E 0.0
L   KT 030.2       // 30 × 1s = 30 seconds
SE  T 2

U   T 2
=   A 4.0           // ON for full 30 seconds, regardless of E 0.0

Typical Use

Signal lights, alarm outputs, minimum run times — anything that must stay on for a guaranteed minimum duration.


Part of the S5 AWL Command Reference. Maintained by PLCcheck.ai.


Analyze Your S5 Code Automatically

PLCcheck Pro reads your complete S5 AWL program and explains every instruction — including this one — in plain language. Upload your code and get instant documentation, S7 equivalents, and migration guidance.

Upload S5 code for free analysis → | S5→S7 Migration Guide →

Related Articles

Analyze your PLC code with AI

PLCcheck Pro explains, documents, optimizes, and migrates PLC code — automatically.

Try PLCcheck Pro →
← Back to Blog

Not affiliated with Siemens AG. S5, S7, STEP 5, STEP 7, and TIA Portal are trademarks of Siemens AG.