# Start Interval

## Overview

![The Start Interval Node.](https://3875032344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSX7w874Eg6ode1ivk0ZM%2Fuploads%2Fgit-blob-c6e5bcb71cfd601c9c6926ceb4dec4685260bf4a%2Fstartinterval.png?alt=media)

The **Start Interval Node** sets an **Interval**, which occurs every *X* seconds, as specified in `Seconds` or `Timeout (sec)`.

## Attributes

| Attribute       | Type      | Description                                                         |
| --------------- | --------- | ------------------------------------------------------------------- |
| `Timeout (sec)` | **Float** | The time it takes to reach the next occurrence of the **Interval**. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Seconds`         | **Float** | The time it takes to reach the next occurrence of the **Interval**.   |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Instance ID`      | **InstanceID** | The assigned **Instance** of an **Object**.                                                                                            |
| `OnStart` (►)      | **Pulse**      | Flows to additional actions following **Start Interval** when it starts.                                                               |
| `OnReset` (►)      | **Pulse**      | Flows to additional actions following **Start Interval** when it is reset.                                                             |

## See Also

* [**Reset Interval**](https://docs.incari.com/incari-studio/2021.4/toolbox/utilities/interval/resetinterval)
