TND (stop current program)
The TND instruction stops the current cycle of a user program scan. After the output scan, input scan, and housekeeping are complete, re-executes the user program from the start of the first routine.
Languages supported: Function block diagram, ladder diagram, structured text.
This instruction applies to the Micro810, L20E, L50E, and L70E controllers.
TND

Parameter | Parameter Type | Data Type | Description |
---|---|---|---|
Enable | Input | BOOL | Function enable.
|
TND | Output | BOOL | If true, function performed.
|
TND examples
TND function block diagram example

TND ladder diagram example

TND structured text example

(* ST Equivalence: *) TESTOUTPUT := TND(TESTENABLE) ;
Results

Provide Feedback