This application allows you to create scripts for sending commands to the SSC32 controller.
With this application you can:
Use a template to create servo commands
Send individual or group servo commands to the controller
Execute a sequence of commands
Do a continuous loop on a series of commands
Save xml command scripts that you can replay later or send to others
Monitor commands going to and from the serial port
Send commands to monitor sensor output
Bug fix - A bug was introduced in v2.1 that stopped the play option from working. If you downloaded v2.1 you should replace it with v2.2 (frmPose.vb).
SSC32 Servo Controller Software v2.1 - Visual Basic .NET - Released 5/5/2009
Bug fix - Removed odd character sometimes appending to the end of the com port names (CommManager.vb).
Added ability to read Analog Sensor data and display results.
Bug fix - Removed odd character sometimes appending to the end of the com port names (CommManager.vb).
Added ability to read Analog Sensor data and display results.
When entering a command for viewing analog data a graphic will display showing the analog value returned.
Step By Step.
Click the generate button to create a command line.
Type over the command with VA.
Click the Loop check box.
Click Play.
This will loop the command to read the analog value coming back from the ssc32. You can also enter VA VB VC VD on the command line to pull back values from all analog sensor inputs.
Console application that searches for an SSC32 and displays the serial port and baud rate that the SSC32 is using.
The application takes three optional command line arguments:
Name, Category, Model
ServoMaticSerialPortConfig.exe “My Cool Phoenix” “Hexapod” “Phoenix”
It also creates a serial port configuration settings file that can be read by other applications. The file is located in the documents directory under “My SSC32\SerialPortConfig.xml” and also creates an XML Schema SerialPortConfig.xsd.
The application implements the class SerialPortConfig.vb that can be copied for use in other applications to both read from and write to the configuration file.