Rockwell Automation 1761-HHP-B30 MicroLogix 1000 with Hand-Held Programmer (HHP) User Manual

Page 415

Advertising
background image

Appendix B
Programming Reference

B–20

User Interrupt Latency

The user interrupt latency is the maximum time from when an interrupt
condition occurs (e.g., STI expires or HSC preset is reached) to when the
user interrupt subroutine begins executing (assumes that there are no other
interrupt conditions present). The following table lists interrupt conditions
and the corresponding time to execute the interrupt subroutine:

User Interrupt Condition

Time to Execute

HSC preset is reached

183

µ

s

STI expires

74

µ

s

Comms link layer interrupt

644

µ

s

System overhead interrupt

20

µ

s

To calculate the user interupt latency when you are communicating with the
controller, add 664

µ

s to one or both of the following values:

183

µ

s

74

µ

s

For example, if you are communicating with the controller, the worst case
interrupt latency is 921

µ

s (644

µ

s + 257

µ

s).

To calculate the user interupt latency when you are not communicating with
the controller, add 20

µ

s to one or both of the following values:

183

µ

s

74

µ

s

For example, if you are not communicating with the controller, the worst
case interrupt latency is 277

µ

s (20

µ

s + 257

µ

s).

Advertising