> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/3.9.12/application-notes/application-note-using-the-neovi-mote/application-note-using-the-neovi-mote-part-2-display-on-screen.md).

# Application Note: Using the neoVI MOTE - Part 2: Display on Screen

### 1. More Script Function Blocks:

In this step we will assign a signal to buttons 1, 2, and 3. Button 4 will act as a "Home" button to stop any running function blocks and display "neoMOTE" on the screen. To do this, create a new function block for each button: RPM, Fuel Pressure, Throttle Position, and Home Screen.

### 2. Display on neoVI MOTE's Screen:

This is done using the Log Data command which is shown below. Using the fx button, select your signal or simply type text. Make sure the "Evaluate as text" check box is checked.  This will tell the software that the expression is text instead of an equation.

![](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FJ5bFqxUS67cSLKvKCSzq%2FneoMOTElogdata.gif?alt=media\&token=bc478ec4-fcb1-4d5f-a867-643b3668c78c)

![](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FbWXg1lelELQVyfT7aiNb%2FneoMOTElogdataFX.gif?alt=media\&token=514d1bb7-0663-4eb2-99bd-199897e833cb)

### 3. Create Your Function Blocks!

![](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FKwDupFPWZozMRgxTQNZS%2FneoMOTErpm.gif?alt=media\&token=3192824c-232a-4321-999f-f8b8b1d37771)

The above picture is the RPM function block, using the Log Data command.

![](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FGhHRIXEWKK4Vozp6udRX%2FneoMOTEfuel.gif?alt=media\&token=30a1ae36-8aa5-4de4-b7c1-10b0043e0096)

The above picture is the Fuel Pressure function block, using the Log Data command.

![](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FU4Dilc3lH4lrg1JxwiRY%2FneoMOTEthrottle.gif?alt=media\&token=b7bb1bf6-4591-4952-b1fb-91cdf0c48f35)

The above picture is the Throttle Position function block, using the Log Data command.


---

# 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.intrepidcs.com/vspy-3-documentation/3.9.12/application-notes/application-note-using-the-neovi-mote/application-note-using-the-neovi-mote-part-2-display-on-screen.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.
