9 Channel C++ Sample Source Code
To be used with:
- PCTx
- 25 Servo Controller
- Will also support legacy products: 8 and 16 Servo Controllers

PCTx High Resolution 9 Channel C++ Sample
To be used with:
- High Resolution PCTx

Multiple PCTx C++ Sample Source Code
To be used with:
- PCTx
- 25 Servo Controller
- Will also support legacy products: 8 and 16 Servo Controllers

PCTx/Servo Controller VB.NET Sample
To be used with:
- PCTx
- 25 Servo Controller
- Will also support legacy products: 8 and 16 Servo Controller

Analog Reader Sample Application
To be used with:
- Analog Reader

Analog Reader 2 Sample Application
To be used with:
- Analog Reader 2

Sample Servo Sequencer Source Code
To be used with:
- PCTx
- 25 Servo Controller
- Will also support legacy products: 8 and 16 Servo Controller

25 Servo Controller Sample Source Code
To be used with:
- 25 Servo Controller

25_channel_controller_vspj.zip
Web interface to PCTx or Servo Controllers Sample Source Code
To be used with:
- PCTx
- 25 Servo Controller
- Will also support legacy products: 8 and 16 Servo Controllers
- ServoCommander v1.3.1

Tips on using the web interface:
- Make sure that port 81 is open if you are using a firewall on either the server or client PC's.
- Port forwarding may be necessary
- 127.0.0.1 will not work for a local IP address. Use the actual IP of the machine.
- Test the server and client locally to verify it is working before moving each part to separate PC's
To be used with:
- ServoCommander v1.4
- PCTx
- 25 Servo Controller
- Will also support legacy products: 8 and 16 Servo Controllers

Tips on using the Device Server:
- Make sure that port 81 is open if you are using a firewall on either the server or client PC's.
- Port forwarding may be necessary
- 127.0.0.1 will not work for a local IP address. Use the actual IP of the machine.
- Test the server and client locally to verify it is working before moving each part to separate PC's
To be used with:
- PCTx
- 25 Servo Controller
Wireless 10 Relay Controller Sample
To be used with:
- Wireless 10 Relay Controller

wireless_relay_controller_PC APP.zip
How to create a project in Visual Studio .NET 2003
The following will describe the steps necessary to set up a project in Visual Studio .NET 2003.
-
Download the following files from the Windows Driver Development Kit.
- In the left pane Click on the Project menu and go to the project properties
- Click on Linker and select Input
- In the right pane click on Additional Dependencies
- Under Additional Dependencies add the path to the .lib files you just downloaded
- Implement the controller source files into your project or use them to write your own implementation
Common mistakes when setting up a VS Project
- If you get the error "fatal error C1083: Cannot open include file: 'hidsdi.h': No such file or directory" make sure that the file hdisdi.h is located in the root directory of your VS project folder.
- Add all required libraries to the project settings.








