Interrupt overview
Micro800
controllers support interrupts that are used in controller programs.Use the
Programs
node in Project Organizer
to do the following actions:- OpenNew interruptto create interrupts of different kinds forMicro800controller programs.
- View a list of interrupts created for theMicro800controller programs.
- Select an interrupt and edit its properties using thePropertiespane.
- Import variables to an interrupt.
- Export an interrupt to your computer.
- Open and edit an interrupt using the language editor.
- Add variables to an interrupt using the local variable grid.
- Delete interrupts.
Interrupt Type | Interrupt Parameters |
---|---|
Event input interrupt (EII) |
|
Selected timed interrupt (STI) |
|
User fault routine | User fault routine interrupts start when the controller goes to Run mode, if the Program Organization Unit (POU) is configured to start automatically.
There is no available parameter. |
Universal plug-in module (UPM) | Auto start |
High speed counter (HSC) |
|
Controller Type | EII | STI | User fault routine | UPM | HSC |
---|---|---|---|---|---|
Micro810 | No | No | Yes | No | No |
L20E | No | Yes | Yes | Yes | No |
L50E AWB | Yes | Yes | Yes | Yes | No |
L50E QBB | Yes | Yes | Yes | Yes | Yes |
L50E QVB | Yes | Yes | Yes | Yes | Yes |
L50E QWB | Yes | Yes | Yes | Yes | Yes |
L70E AWB | Yes | Yes | Yes | Yes | No |
L70E QBB(N) | Yes | Yes | Yes | Yes | Yes |
L70E QWB(N) | Yes | Yes | Yes | Yes | Yes |
Provide Feedback