These settings control how the built-in emulator runs your Sequence programs.
| Setting ID | automationview.emulationSpeed |
| Type | number |
| Default | 1000 |
| Range | 100 - 10000 |
The scan cycle time in milliseconds. This determines how fast the emulator executes each cycle. A lower value means faster execution.
If your program has many steps and transitions, a very fast cycle time may cause the visual editor to feel sluggish. Increase the value if you experience performance issues.
{
"automationview.emulationSpeed": 500
}
| Setting ID | automationview.autoExecute |
| Type | boolean |
| Default | true |
When enabled (the default), AutomationView automatically re-executes the Python file every time you save a Sequence file. This keeps the visual editor and variable list up to date as you edit.
When disabled, you must trigger execution manually. Disable this setting if your project takes a long time to parse and you want to control when updates happen.
{
"automationview.autoExecute": false
}
| Setting | Type | Default | Description |
|---|---|---|---|
| Emulation Speed | number | 1000 |
Scan cycle time in milliseconds (100 - 10000) |
| Auto Execute | boolean | true |
Auto-execute Sequence on file save |