Add an interrupt
Use the
New interrupt
dialog to create interrupts for Micro800
controller programs. The available interrupt types vary with the controller selection. When you are adding, configuring, or deleting interrupts, the controller must be offline.Use interrupts to:
- Set time intervals between executions of ladder subroutines.
- Force user interrupt functions to start without using ladder logic.
- Allow or prohibit overflows and underflows for high-speed counter (HSC) interrupts.
- Allow or prohibit high and low presets for HSC interrupts.
Prerequisites
- Create aMicro800controller project.
- The controller is offline.
To add an interrupt
- InProject Organizer, right-clickPrograms, and then selectNew interrupt.
- InNew interrupt, do the following:
- In theNamebox, enter the interrupt name.
- From theTypelist, select an interrupt type.
- From theIDlist, select an identifier for the interrupt.
- From theProgram typelist, select the program type in the project for the interrupt usage.
- Select the parameters for the interrupt type.
- SelectCreate.TIP:
- To delete an interrupt, inProject Organizer, right-click the interrupt, and then selectDelete.
- To edit an added interrupt, inProject Organizer, select the interrupt, and then edit the properties in thePropertiespane.
Provide Feedback