Backing Up 6000 Programs
Related FAQs:
Video: How to Use Motion Architect to Upload/Download to 6000 series
VIDEO: Zeta6000: How to upload & download using MotionPlanner
RS232 Troubleshooting for 6K / 6000 Products
Battery Replacement for 6K & 6000 Series Products
USB-to-serial Adapters with Motion Architect
Â
To back up a 6000 program:
Enter the Terminal in Motion Architect.
Type "!K" and hit ENTER to kill any programs running.
Type "STARTP" and hit ENTER.
Record the response (should be in the form of "*STARTP xxxx" where "xxxx" is the name of your power-up program.
Go to the "Transfers" menu and select "receive motion programs".
Select all of the programs in the upload box. Then select a name for the .PRG file.
Open the .PRG file you just created.
Look through your setup program to see if you are using scaling. If you are, you will see a "SCALE1" command somewhere in your code. If you are using scaling:
Copy the scaling parameters:
SCLA
SCLV
SCLD
SCLMAS
SCALE1
and paste them above your program before the first "DEL xxxx" statement.
After the last "END" statement, place the statement "STARTP xxxx" that you recorded from Step #4.
Â
Note: SCLMAS is not used for every application. It is used to scale the master encoder for following/gearing applications.