> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/registers-and-receipts/setting-up-pole-display-messages.md).

# Enable pole display

Stores that have electronic pole displays connected to their registers can set up different messages to show on the pole display screens.

1. Click **Setup**.
2. Expand **Hardware**.
3. Click **Pole Display Messages**.
4. Do one of the following:

* Double-click an existing pole display message to open and edit it.
* Click **New** and create a new pole display message.

5. In the **Message Description**, enter a name for the pole display message such as Loyalty Message. This name is used to select which pole display message to display when you set up the register.
6. For either **Line 1** or **Line 2**:
   1. Enter the **Message** that you want to display in the line. Leave the Message blank if you want to display the date and time in the line. The best practice is to limit the message to 100 characters.
   2. For **Effect**, select **None**, **Blink**, or **Scroll**. You can only select one effect per message. If you select **None**, the message remains stationary on the pole display, and if the message exceeds the display limit it will be truncated.
   3. Use **Timing** to control the speed of the **Blink** or **Scroll** effect. The lower the number, the faster the speed.
   4. If you want to display the date and time in the line, ensure the **Message** field is blank ad select **Format as Date / Time**.
7. Check the preview to confirm that the messages and effects are set up to your satisfaction.

<div align="left"><img src="/files/dqv8yMD7Ytg41GunawgU" alt=""></div>

8. Click **Save And Close**.
9. Under **Setup** | **Hardware**, click **Register List**.
10. Do one of the following:

* Double-click an existing register to open and edit it.
* Click **New** and create a new register.

11. On the **Pole Display** tab, select **Pole display is enabled for this register**.
12. From **OPOS device name**, enter the name of the pole display device.
13. For **Pole display message**, click the browse icon, select the appropriate pole display message, and click **OK**.
14. Click **Save And Close**. The pole display message is now enabled for the register.


---

# 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://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/registers-and-receipts/setting-up-pole-display-messages.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.
