# MsgCues

MsgCue also (Message Cue) are scenes with which messages can be sent via different transport routes.

### Add MsgCue

Right-click in the MsgCues repository area to add a new MsgCue.

![](/files/kFrf3Hij1HoFNsNCQvuN)

### Edit MsgCue Settings

Right-click on an existing MsgCue and select edit to see the settings in the settings window.

### RS232

Versendet eine Textzeile über den Seriellen Anschluss des vServers.

![](/files/0R5OYkFWp1weaeK6upul)

#### Add CR&#x20;

Adds a return (ASCII code 13 x0D) at the end of the text message. Adds a line break at the end of the text message.

#### Add LF

Adds a line break at the end of the text message.

#### Port Name, Bouderate, Data Bits, Parity, Rts Enabled, Stop Bits

Settigs for the ComPort

#### Encoding&#x20;

Encoding Text Format for the Send Message

#### Send Message

Text to Send

### Logfile Entry

Writes a text message to a file.

### Network TCP / Network UDP

Sends a text message via TCP or UDP protocol over the network.

![](/files/LzJNgqsGKPTIZGxs5R4X)

#### Add CR&#x20;

Adds a return (ASCII code 13 x0D) at the end of the text message. Adds a line break at the end of the text message.

#### Add LF

Adds a line break at the end of the text message.

### Virtual Master

![](/files/tKnpPbS3VLLHvaONNiSE)

Sets a percentage value at a VirtualMaster.


---

# Agent Instructions: 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:

```
GET https://help3.depence.com/depence-show-and-animation/depence-repository/depence-msgcues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
