Create Timer Interrupt VI
- Updated2023-02-21
- 2 minute(s) read
Create Timer Interrupt VI
Owning Palette: Interrupt VIs
Requires: myRIO Toolkit or roboRIO Toolkit
Creates timer interrupts.

![]() |
Allow Overwrite Operation? specifies whether to allow creating the specified interrupt more than once. The default is FASLE. |
![]() |
Timer ID specifies the identifier of the timer interrupt to create. The default is 0. Valid values are within the range [0, 7]. You cannot create a timer interrupt with the same Timer ID as an existing timer interrupt. However, after you destroy the existing interrupt, you can use the Timer ID to create another interrupt. |
![]() |
Interval (µs) specifies the span of time in microseconds between two adjacent interrupts. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Callback VI Reference specifies the reference to a callback VI. You must wire the vi reference output of the Callback VI Reference to this input. |
![]() |
error out contains error information. This output provides standard error out functionality. |





