|
|
|
|
|
|
|
us |
|
policy |
|
map |
|
MULTI AXIS & SINGLE AXIS |
| The S & H GOYA, RENOIR and RUBENS controllers are CNC multi axis controllers for automatically controlling machines using stepper or servo motors. They are designed for synchronised motion where two or more axes are run simultaneously. Motion programs are written in ISO (G-Gode) which is easy to use and is familiar to most CNC machine operators. Programs can be written using the BACH PC based software which allows operators to edit and verify programs before downloading them to a controller via RS232 port. If you don't want use the S & H software, it is possible to send the program files as ASCII characters using other software. Programs can be stored in the controller and executed as required. The PC does not have to be connected all the time. Typical applications are XYZ profiling tables, pick & place, automatic welding, engraving, packaging machines, glueing & painting. |
|
COMMON FEATURES Stepper,
DC brushed servo or brushless servo motor control |
![]() |
PS100 LINEAR POWER SUPPLY |
| The ISO programming used 'G' commands to define type of motion and 'F' commands to define speed (called 'feed'). A typical example is the program to cut out the shape below, using a three axis outer table. The main motion commands are G00 (rapid movement), G01 (interpolated linear movement and G02/G03 (circular arc movement). About 50 'G' commands are available with the S & H controllers. All the controllers use the same programming language and PC software to edit and download programs, ensuring compatibility between systems. |

| LINE | PATH | CODE | DESCRIPTION |
|
|
|
G00 X20 Y20 F1000 | Goto point (20,20) rapidly (no interpolation) at speed 1000 mm/min |
|
|
G00 Z20 F500 | Lower Z to 20mm at 500 mm/min | |
|
|
G68 P1 | Turn output 1 ON | |
|
|
|
G01 X20 Y50 F300 | Goto point (20,50) at speed 300mm/min |
|
|
|
G01 X60 Y50 | Goto point (60,50) at same speed |
|
|
|
G02 X60 Y20 I60 J35 | Clockwise arc ending at (60,20) with centre (60,35), same speed |
|
|
|
G01 X20 Y20 | Goto point (20,20), same speed |
|
|
G67 P1 | Turn output 1 OFF | |
|
|
G00 Z0 F500 | Raise Z axis to 0mm at 500 mm/min | |
|
|
|
G00 X60 Y40 F1000 | Goto point (60,40) rapidly at speed 1000 mm/min |
|
|
G00 Z20 F500 | Lower Z to 20mm | |
|
|
G68 P1 | Turn output 1 ON | |
|
|
|
G02 X60 Y40 I60 J35 F300 | Arc ending at (60,40) with centre (60,35) |
|
|
G68 P1 | Turn output 1 OFF | |
|
|
G00 Z0 F500 | Raise Z to, 0mm at 500mm/min | |
|
|
|
G00 X0 Y0 F1000 | Goto datum at 1000 mm/min |