# P- Switch Did not Trigger

In the V-One, there are two P switches - p-bot and p-top. If you receive one of the following errors, the troubleshooting steps below will help you resolve the issue!

`Unable to move to calibration plate (p-bot), switch did not trigger`

`Unable to move to tool switch (p-top), switch did not trigger`\
\
Troubleshooting for both is similar. If you're received an either of these errors, the first step is to take a look at the gold plate in your XY positioner, and ensure it's clean and clear of debris.

<figure><img src="/files/3cc9vi17nA7fUNDcwkQT" alt="" width="215"><figcaption></figcaption></figure>

If the plate has any ink, paste or other debris on it, it can cause the probe to be insulted, which would result in not triggering either p-bot or p-top. If you do notice any buildup of material on or around the area, you can clean it using a cotton swab (Q-tip) and some isopropyl alcohol.

{% hint style="info" %}
Ink buildup can insulate the XY positioner which can lead to many issues! Keep this area clean with isopropyl alcohol and a cotton swab.
{% endhint %}

Once that step is complete, you can refer to the specific error you're receiving in the tabs below:

{% tabs %}
{% tab title="Switch did not trigger (p-top)" %}
After ensuring that the gold plate is clean and clear of debris, you can enter the console of the V-One by using `ALT + C` or the tilde key `~`. From there, you can run the diagnostic command i2, which will perform a quick calibration procedure.\
\
During this procedure, the V-One will trigger all of the switches and test the extents of the machine. If the test is successful the machine will park the carriage near the front, and the LEDs will turn white. If there is a failure during the procedure, the LEDs will turn orange, and you should see an error message on your screen.\
\
If you need further assistance with troubleshooting, please reach out to <support@voltera.io>.
{% endtab %}

{% tab title="Switch did not trigger (p-bot)" %}
After ensuring that the plate is clean and clear of debris, you'll need to check your probe.\
\
To begin, mount the probe on the V-one, and use `ALT + C` to open the console. Enter the command `d2`. This will give you the status of all of the switches.

<figure><img src="/files/qksaFTShDqeHLvkNm4mC" alt=""><figcaption></figcaption></figure>

Next, run the same command while manually actuating the probe.

<figure><img src="/files/80LgMZ9ZjCb89hQ2M01J" alt="" width="497"><figcaption></figcaption></figure>

You should see output similar to the screenshot below:<br>

<figure><img src="/files/5phcIINDgAjiM6cIb2Ph" alt=""><figcaption></figcaption></figure>

This will verify that your probe is actually triggering.&#x20;

If you find that the p-top is not triggered by manually actuating it, remove the probe from the V-One carriage and try rotating the probe tip several times, then repeat the above troubleshooting steps.&#x20;

If you continue to have issues, please reach out to <support@voltera.io>.\ <br>
{% endtab %}
{% endtabs %}


---

# 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://docs.voltera.io/docs/v-one/troubleshooting/switch-related-errors/p-switch-did-not-trigger.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.
