|
Hello,
RIOS use DB4 database (*.dbf files) handled by BDE (Borland Database Engine) But you should never modify these two files (moves.dbf and moves.MDX) which contains all projects because if you change something in moves.dbf you must update the index file moves.MDX (using a database engine)
The best way to import a project in RIOS built with another software is not to try to take control on RIOS and make it build the project as a slave application. You should try to build a csv file with your software (csv is an easy file format) then import it in RIOS with the "Project->import csv file" feature
see the manual page 18 for more about csv files, you should try to export a csv file from RIOS and open it (with Excel or notepad) to see what it looks like. about the csv file an the "MOVEKIND" column : 0 means "X,Y and Z" so only the columns "XPOS", "YPOS" and "ZPOS" should be filled with a correct distance in centimeters 1 means "distance, Y and base" so only "DISTANCE", "YPOS" (both in centimeters) and "BASE" in degrees should be filled 2 means "joint move" so only the columns "BASE", "SHOULDER" and "ELBOW" should be filled with a correct angle in degrees then fill "WRIST" value with a correct angle in degrees and add "SPEED" and "PAUSE" value
to know degrees range and distances limits, you should note them moving the arm using RIOS and it's coords and angles display or export a project in csv containing some moves
Attention : XPOS YPOS AND ZPOS columns are RIOS X Y and Z DEFAULT axis, no matter if you have renamed the axis in RIOS so you should use RIOS default coord system for this operation to avoid confusion
WARNING : before importing csv files in RIOS please close RIOS and backup these two files "moves.DBF" and "moves.MDX" then when the file is imported, never try it for real, run RIOS with the robot off and connect using a virtual robot, try to play the project in the play window and see what happen, if all is correct, close RIOS and run it with the robot on to test for real.
_________________ red wire on red plug....black wire on bl...DOH ! a green plug !
|