> 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/machinery/spotline-v2/spotline-v2-troubleshooting.md).

# Spotline V2: Troubleshooting

Machines are complex - making them run smoothly can be challenging. Below are common issues and how to solve them.

* **Motor won't move and immediately trips a VFD fault**
  * Load the correct parameters and run an autotune
* **Motion isn't smooth**
  * check Spikemark PID values
  * reduce load and check motion
  * check rigging for hang-ups
* **X-Groove sensor is tripping**
  * Check for x-groove
  * Check for cable "knuckle" at drum entry location
  * Adjust the x-groove sensor
    * Each sensor has a light that turns on when the bar is WITHIN PROXIMITY. If either light is out, you will see an XG.
* **Positioning is poor**
  * Separate motor and signal cables
* **Load cells**
  * Check load cell scaling
  * adjust minimum/maximum loads
  * check for interference/hangups

{% hint style="danger" %}
Manually releasing both brakes will release whatever weight is hanging from the Spotline.\
\
Keep in mind, the heavier the load hanging, the quicker it will come in when the brakes are released.\
\
The minimum release weight is 45lbs.
{% endhint %}

* **Manual Brake Release**
  * The Spotline has two brakes: Motor Brake & Load Brake. Each brake can be individually released from the [Stagehand](https://docs.creativeconners.com/docs/machinery/spotline-v2/pages/liGu48f03Doegz08E6xF#h.s1utptbqcu06). Each brake can also be manually released from the machine
  * Release the Motor Brake
    * insert the manual brake release handle (attached to the motor) into the brake at the top of the motor.
    * Push and hold the handle UP to release the motor brake
  * Release the Load Brake
    * insert the manual brake release handle (attached to the Spotline frame) into the brake.
    * Push and hold the brake handle AWAY from the machine to release the load brake.


---

# 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/machinery/spotline-v2/spotline-v2-troubleshooting.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.
