> For the complete documentation index, see [llms.txt](https://docs.alloyaccess.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alloyaccess.com/best-practices/using-toll-tags-for-vehicle-access.md).

# Using Toll Tags for Vehicle Access

## **Hardware Requirements** <a href="#hardware-requirements" id="hardware-requirements"></a>

**Transcore Encompass® 4 RFID Reader**

* Data Sheet - <https://transcore.com/wp-content/uploads/2020/07/16-0063-001-Rev-B-Encompass-4-Rdr-PP.pdf>
* System Guide - <https://transcore.com/wp-content/uploads/2017/01/Encompass-4-Reader-System-User-Guide.pdf>
* Quick start guide - <https://transcore.com/wp-content/uploads/2020/12/16-0106-001-Rev-B-E4-QSG.pdf>

<figure><img src="/files/jHeyDmeEdz5CPZ2g4aDx" alt=""><figcaption><p>Transcore Encompass® 4 RFID Reader</p></figcaption></figure>

**Cypress Converter CVX1468-A** (purchased from CPSG for support of newer tags)

{% file src="/files/z5Ps4mioOr70TyX7MIi8" %}

* ASCII to Wiegand Data Converter

<figure><img src="/files/ns0TWYzs8soiq8HYiTZC" alt=""><figcaption><p>Cypress Converter CVX1468-A</p></figcaption></figure>

**AA Supported Controller**

* LP1502
* LP1501

*Note - AAC-2001 is not supported due to the wiegand requirement of the Cypress output*

## System Diagram <a href="#system-diagram" id="system-diagram"></a>

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

## Configuration Instructions  <a href="#configuration-instructions" id="configuration-instructions"></a>

1. Transcore Reader Setup

* **Configuration**: Transcore readers are configured via host software at the distributor.
* **Default Setup**: The readers are typically set up correctly by default. In case of issues, revisit the initial setup.
* **Power Supply**: Ensure the Transcore reader has a separate power supply.
* **Installation**: Ensure the transcode reader is correctly oriented to read tags by adjusting the pan & tilt of the device to be facing directly at car windshields. Line of sight is best way to ensure the reader is correctly oriented.

2. Cypress Converter Setup

* **Dip Switch Settings**: Set dip switches 2, 3, 5, 7, and 8 to ON, and the rest to OFF.
* **Proximity**: The Cypress converter should be placed within 50 feet of the Transcore reader
* **Reference Diagram**: Refer to the wiring diagram in the PDF "Cypress CVX-1468-A RS232 Typical Wiring 6C Toll Tags.pdf" for detailed instructions.

3. AA Controller Configuration

* **Card Bank Setup**: Configure a card bank in Alloy Access which is 37-bit format called Transcore/Cypress CPSG
* Create two card banks with FC 15 & FC 2. Use range 1-`9999999999`

## Testing Installation <a href="#testing-installation" id="testing-installation"></a>

**Testing the Setup**

1. **Dip Switch Verification**: Ensure the dip switch settings on the Cypress Converter are correct.
2. **Toll Tag Testing**: Have a vehicle with a supported toll tag drive up to the gate. View the controller logs or events for a reading of the tag.

***

## **Day to Day Operations**  <a href="#day-to-day-operations" id="day-to-day-operations"></a>

### **Site Manager Actions**: <a href="#site-manager-actions" id="site-manager-actions"></a>

**Adding a new Toll Tag for Access**

* Create a resident fob from the Car Tag bank
* Enter the number on the tag
* Select either card bank FC 15 or 2


---

# 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.alloyaccess.com/best-practices/using-toll-tags-for-vehicle-access.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.
