UIE (enable interrupt)
The UIE instruction enables a specific user interrupt.
Languages supported: Function block diagram, ladder diagram, structured text.
This instruction applies to the L20E, L50E, and L70E controllers.
UIE

Parameter | Parameter Type | Data Type | Description | |
---|---|---|---|---|
Enable | Input | BOOL | Instruction enable.
| |
IRQType | Input | UDINT | Use the STI defined words.
|
|
UIE | Output | BOOL | Rung status (same as Enable). |
UIE examples
UIE function block diagram example

UIE ladder diagram example

UIE structured text example

(* ST Equivalence: *) TESTOUTPUT := UIE(TESTENABLE, 2) ;
Results

Provide Feedback