> For the complete documentation index, see [llms.txt](https://docs.vioso.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vioso.com/integration/projectors/norxe.md).

# Norxe

VIOSO software can export warp and blend files in the Norxe Unify format. It consists of an MPCDI file generated for each calibrated projector, which contains a **PFM file (Geometry), PNJ image(s) (blend + blacklevel maps )** and an **XML (parameter definition).**

## Project Mode <a href="#id-1209060696-qj9akt" id="id-1209060696-qj9akt"></a>

1. Create a new project with the “**Norxe**” template\
   ![](https://helpdesk.vioso.com/wp-content/uploads/2023/09/norxePj.jpg)
2. In the Design step, replace the name of each projector with its **IP address**\
   ![](https://helpdesk.vioso.com/wp-content/uploads/2023/09/NorxeDesign-1024x653.jpg)
3. Proceed with the regular calibration steps, and at the end your export button will automatically transfer the warp and blend files over network to the projectors.

## Free mode <a href="#id-2092867227-qixqdb" id="id-2092867227-qixqdb"></a>

### Manual export – upload <a href="#id-1241176298-m6fftl" id="id-1241176298-m6fftl"></a>

From the main VIOSO window, go to `File > Export Mapping`\
Choose the format **Norxe Unify** from the list and export.

Next, you can upload the files using the Unify interface.

### Scripted export – upload <a href="#id-1305654058-m4ur4q" id="id-1305654058-m4ur4q"></a>

You can use VIOSO export scripts to automatically generate the files and transfer them on the network. Optionally you can also add conversion tasks and temporary files. Example:

```
<?xml version="1.0"?>
<VIOSO>
<File version="1.0.0" />

<CalibCommerceTask Typ="export" Format="Norxe" >
<CommonParam bSilent="0" bNoVC="0" bNoGeomCorr="0" bNoBlending="0" bNoMask="0" bSeparatedSplitDisp="1" bAllToMaster="1" bBlankUnusedSplitDispParts="0" bExactFileName="0"
FileName="tempFile" />


<Task Typ="convert" Format="observer conversion">
<SpecialParam customCntSpaceName="*" />
</Task>

<TransferTask Format="Norxe" Device="PJ1" Core="192.168.1.100" >
<Destination Core="192.168.1.130" />
</TransferTask>

<TransferTask Format="Norxe" Device="PJ2" Core="192.168.1.100" >
<Destination Core="192.168.1.131" />
</TransferTask>

<TransferTask Format="Norxe" Device="PJ3" Core="192.168.1.100" >
<Destination Core="192.168.1.132" />
</TransferTask>

</CalibCommerceTask>
</VIOSO>
```

## Troubleshooting <a href="#id-807027858-sac79c" id="id-807027858-sac79c"></a>

You can debug the exported geometry from the PFM file with an image viewer like XnView and inspect any anomalities such as blank areas, cropped borders, folds..etc

<img src="https://helpdesk.vioso.com/wp-content/uploads/2023/09/xnview.jpg" alt="" height="324" width="411">


---

# 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.vioso.com/integration/projectors/norxe.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.
