Lynxmotion Tech Support

www.lynxmotion.com
It is currently Mon May 20, 2013 8:45 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Sun Apr 19, 2009 7:00 pm 
Offline
Roboteer

Joined: Sat Mar 21, 2009 3:36 pm
Posts: 208
:arrow: Version 2.2 is now available - 6/19/2009

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
Full source is available here under "SSC32 Servo Controller Software v2.2 - Visual Basic .NET"
http://www.otherrobots.com/Downloads/tabid/56/Default.aspx

Screen shots and tutorial here:
http://www.otherrobots.com/Tutorials/SSC32ServoControllerSoftware/tabid/58/Default.aspx

Video here:
http://www.otherrobots.com/video/ssc32poser.wmv

Updates

SSC32 Servo Controller Software v2.2 - Visual Basic .NET - Released 6/19/2009

    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.


Last edited by br549 on Fri Jun 19, 2009 6:54 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue May 05, 2009 9:29 pm 
Offline
Roboteer

Joined: Sat Mar 21, 2009 3:36 pm
Posts: 208
Updates
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.

When entering a command for viewing analog data a graphic will display showing the analog value returned.

Step By Step.

1. Click the generate button to create a command line.
2. Type over the command with VA.
3. Click the Loop check box.
4. 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.


Image


Top
 Profile  
 
 Post subject: SERV-O-MATIC Slider
PostPosted: Sat May 09, 2009 10:39 pm 
Offline
Roboteer

Joined: Sat Mar 21, 2009 3:36 pm
Posts: 208
A simple control to move servos with a slider control.

Image

Visual Basic .NET code can be downloaded here.

http://www.otherrobots.com/Downloads/tabid/56/Default.aspx


Top
 Profile  
 
 Post subject: VB software
PostPosted: Wed Jun 03, 2009 1:13 pm 
Offline
Roboteer
User avatar

Joined: Sun Feb 08, 2009 7:50 pm
Posts: 93
Location: Mesa, AZ
Do you have an executable available? I'm having trouble building it from VB Express 2008.


Top
 Profile  
 
 Post subject: Re: VB software
PostPosted: Mon Jun 08, 2009 8:51 pm 
Offline
Roboteer

Joined: Sat Mar 21, 2009 3:36 pm
Posts: 208
mannyR7 wrote:
Do you have an executable available? I'm having trouble building it from VB Express 2008.

I need someone to test this install of the SSC32 Servo Controller Software v2.2 - Visual Basic .NET
http://www.otherrobots.com/OtherRoboticsInstalls/ssc32.exe
and install of the SERV-O-MATIC Slider
http://www.otherrobots.com/OtherRoboticsInstalls/MovableControls.exe
Please let me know if these work or not. The links above will probably change but they are the production executables.


Top
 Profile  
 
PostPosted: Tue Jun 30, 2009 7:38 pm 
Offline
Roboteer

Joined: Sat Mar 21, 2009 3:36 pm
Posts: 208
SERV-O-MATIC Serial Port Config v1.1

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.

Here is the XML file:
Code:
<?xml version="1.0" standalone="yes"?>
<SerialPortConfig>
  <SerialPortConfigs RobotName="Robot Name" RobotCategory="Robot Category" RobotModel="Robot Model" BaudRate="115000" Parity="None" StopBits="One" DataBits="8" PortName="COM3" />
</SerialPortConfig>


The application can be downloaded here.
http://www.otherrobots.com/Downloads/tabid/56/Default.aspx

You can run it directly from the executable here. You don't need to have an SSC32 to try it. It will just search the comm ports and not find it.
http://www.otherrobots.com/OtherRoboticsInstalls/ServoMaticSerialPortConfig.exe

Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group