Load Sequence To EEPROM

Hi all,

I’m using the SSC-32 ver 2.01 servo controller and visual sequencer V1.16 to control my own 6 DOF biped. I have a sequence and i try to load it to the EEPROM.

I follow the Lynxmotion Visual Sequencer V1.16 manual. At section 7.2 GP sequencer support, i try to export the project into .EEP file. I don’t use any of the 3 microcontroller listed in the basic export parameter. I believe the SSC-32 servo controller use Atmel ATMEGA168-20PU as the microcontroller. Do I have to use one of the microcontroller listed to be able to export the project into .EEP file and the load it to the EEPROM?
basic export.JPG

If I remember correctly in this window, choose whichever Micro-controller, it does not matter in your case. So choose lets say the 28 pro.

Then in the SSC-32 choose SSC-32 GP sequencer… Then do OK and choose a file name and OK…

The program will output 2 files. The first is a .BAS file which you can ignore or look at. The second will be an EEP file which you can then load into the EEPROM.

Kurt

Thanks kurte for your great advices…Now, i have successfully load the steps into the EEPROM. What is the next steps for me to do so that the board will automatically run the steps in the EEPROM after i connect power to the board??