AppEngine object R/W Interrupts tab
- Last UpdatedJul 19, 2024
- 1 minute read
Use the R/W Interrupts tab to configure how often values are read from and written to objects during an engine scan cycle.
|
Editor Option |
Associated Attribute |
Description |
Run-Time Access (Supervisory, User, Read-Only, None) |
|---|---|---|---|
|
Number of read/write interrupts |
Scheduler.ExecInterrupts |
The number of times a read/write operation occurs during the object execution phase in each engine scan cycle. The read/write operation occurs evenly after a number of non-DIObjects execute. This number cannot exceed the number of non-DIObjects deployed to the engine. The maximum number is 256. |
Supervisory, User |
|
Enable standard interrupts |
Scheduler.ExecInterruptsStandardEnable |
If enabled, all DIObjects receive inputs from other objects and write to field devices during the object execution phase in each engine scan cycle. |
Supervisory, User |
|
Enable full interrupts |
Scheduler.ExecInterruptsFullEnable |
If enabled, all objects send and receive updates and all DIObjects on this engine write to and receive updates from field devices during the object execution phase in each engine scan cycle. |
Supervisory, User |