The XTPro example project was created (with Adobe Flash) to rapidly assist developers in creating their own customized user interfaces to communicate with the interface card. The XTPro example project is fully documented and provides a simple implementation of building requests and processing responses. It is strongly recommended to use the example in conjunction with the XTPro Specification.

The XTPro example project can be hosted by the interface card or run stand-alone on a PC. By default, the example project has been built to be hosted by the interface card. The stand-alone implementation allows the developer to target any interface card.

1. Host by interface card
Copy the XTPro.htm and XTPro.swf files to the WEB directory on the interface card's file system via USB. Open a web browser and type in http://<ip-address of interface card>/XTPro.htm to access the XTPro example.

2. Stand-alone
Open Adobe Flash and open the XTPro.fla Flash project. Set the standalone boolean value to true. Publish the Flash movie to reveal the hidden IP address fields. The developer may now connect to any interface card. Modify the Flash movie as necessary for the desired application. To host the Flash movie by interface card, set the standalone boolean value to false, publish the Flash movie, and follow the instructions for hosting by the interface card as described above.

