> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-hardware/modules/depence-logic-module/logic-module-items/events.md).

# Events

### ![](/files/igvRYlpbDfukqjpGc34H) Run DayPlan

Starts a Dayplan from the Scheduler

### ![](/files/9lXyzzf472FI8ZAHN2AL) Select Fixtures

An assigned selection group can be triggered via a pulse at the input.

### ![](/files/zPD6FSULLfdCbgyIymzr) Start Playlist

Starts a playlist and plays the content until the input goes back to zero.

### ![](/files/lMwT2FUzsUPFCP7izCqf) Command

Executes a Programmer / Sequencer shortcut.

### ![](/files/qQE69fA3yaSEABOgR3Bm) Run Script

Starts a script from the repository.

### ![](/files/lCTpAaocJ3CIurhCl8IO) Emergency Stop

Puts the vServer 4 into Emergency Stop mode.

### ![](/files/pDhUQBFyEUD4ruxVC54d) Start MsgCue

Starts a MsgCue from the repository.

### ![](/files/jZF9AWvD3uSj19w5VT1j) Start Scene

Starts a scene from Repository.\
Parameters such as fade times and delay times can be set individually via the properties.

### ![](/files/Bjj9CbQMU71OuzCjmacc) Start Show

Starts a sequence from the repository. The property "Pause on Stop" can be used to set whether the sequence should be stopped or paused at the zero edge.

### ![](/files/NB1gTMfknXAyOVn7sTTT) Time Schedular Control

Turns the scheduler **on** or **off** on vServer4.

### ![](/files/DreIfzRLfHGjI5boeyXg) Stop all Shows

Stops all running sequences.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.depence.com/depence-hardware/modules/depence-logic-module/logic-module-items/events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
