> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/showstopper/spikemark-vantis/4-jog-workspace.md).

# Jog Workspace

### **Single Selection Jog**

![Jog Workspace](/files/y3LL8MSxZ8Nn6ktkcuof)

To get an axis moving, simply tap the **Stagehand Card** for your desired axis in the **Stagehand Axis List**. If the list extends beyond what is visible on screen, press and drag your finger up or down to scroll.

Once selected, the **Stagehand Card** will gain a blue halo and appear in the **Stagehand Axis Dashboard** above. From there, hold the **Enable Button** and use the **Jog Paddle** to move the axis in your preferred direction.

When finished, tap the selected card again to deselect it, or press **Clear Selection** in the top-right corner of the screen.

Want to move a different axis? Simply select another card—the previous selection will automatically clear, making room for the new one.

### **Multi-selection Jog**

![Multi-Selection](/files/AMDDuHQZuTHi4mvL38HP)

Want to move two or more axes at the same time? Simply press and hold any axis in the **Stagehand Axis List** to enter multi-select mode. Empty circles will appear on all cards in the list.

Tap the axes you want to include, and the circles on selected cards will fill in blue. Each selected axis will also appear in the **Stagehand Axis Dashboard** above, ready for movement.

Once there, you are free to hold the enable button and jog at will using the **Jog Paddle**. To deselect, either tap the individual cards you no longer want selected or tap **Clear Selection** on the top right of the screen to deselect all cards.

### **Move To Position**

So you’ve conquered the art of jogging. Nice work. But sometimes precision is the name of the game, and you’ll want a machine — or a whole group of them — to move to an exact position.

After selecting your machine or group, head over to the **Spikes Bar**.

For a one-time move, tap **Move To Position (MTP)** and a handy numeric keypad will appear, ready for you to enter your target position.

![MTP](/files/xuBr9vf6lojoHAWbqR4H)

***NOTE:** The position will displays as the default measurement for the selected Axis*

Once you’ve entered your desired position, tap **Load**. You’ll see the **Motion Header** turn **Red**, along with a description of the loaded move so you know exactly what’s ready to happen.

You’ll also notice the target position mirrored in the **Move To Position** icon — a quick visual confirmation that your move is locked, loaded, and standing by.

![MTP Loaded](/files/3w2EYy2K5dXINMjVxLMz)

When you are ready and have eyes on the moving axis, simply hold down the **Enable Button** to execute the move. Once the move is complete, the loaded **Move To Position** command will clear automatically.

If you release the **Enable Button** before the move finshes, the selected axes will experience a soft stop and the loaded **Move To Position** will clear. To resume movement, you will need to type in and reload the desired position and hold down the **Enable Button** once again.

If you decide you no longer want to **Move to Position**, select **Unload** and the loaded move will clear.

### **Spikes**

Spikes are your best friend when you want to hit the same position again and again—like magic, but with motors.

### **Add Spike**

To add a Spike, just tap the **"+"** on the **Spikes Bar**, and voilà! A handy little window pops up, ready for you to name your Spike and set your target.

![New Spike](/files/uxnxR7TDFg5CwMfkmDMS)

Once complete, select **Create**, and the new Spike will appear on the **Spikes Bar**.

Keep in mind, each Spike is loyal to the axis it was born on. Pick a different axis, and—poof!—that Spike disappears from the **Spikes Bar**. But here’s the cool part: if you record a Spike with multiple axes selected, the Spike will appear for each individual axis as well as for the full axis selection.

![New Spike Main Screen](/files/zTNP1hF4OCUU9QFh1MeT)

### **Move to a Spike**

Once you have your Spikes safely stored on the **Spikes Bar**, you can utlize them at will. To Move to a Spike:

1. Select the **Stagehand Cards** you want to move.
2. Pick the desired Spike from the **Spikes Bar**.
3. Press **Load Spike**.

Just like **Move to Position**, you’ll see the **Motion Header** turn red as well as the loaded Spike on the **Spikes Bar**. A description of the move will show up, this time displaying the Spike’s name.

![Loaded Spike](/files/rqzH4qwzRLsN3eWDGwxz)

When you are ready and have eyes on the axes, hold down the **Enable Button** until the motors reach their Spike. That’s it—your axes are now in position!

If you release the **Enable button** before the move completes, the selected axes will perform a soft stop and the loaded Spike will clear. To continue, simply reload the Spike and hold the **Enable Button** once again.

If you decide not to move to the Spike, press **Unload** to clear it.

*Please Note: you will be unable to utilize **Clear Selection** until a spike has been unloaded.*

### **Edit/Delete a Spike**

To edit or delete a Spike, double-tap it on the **Spikes Bar**. You’ll see a window similar to the add Spike window, but now with a **Delete Spike** option in the lower-left corner. From here, you can update the name, adjust the target, or delete the Spike as needed.

![Edit Spike](/files/H5zkfqLmrY2OyMGBaGxG)


---

# 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.creativeconners.com/docs/showstopper/spikemark-vantis/4-jog-workspace.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.
