Code Examples, ROBO Cylinder, Tutorials
The Robo Cylinder can also store points that are executed as incremental moves instead of point to point moves. These increment moves simply change the current position by the amount that is stored in the incremental move. In the example the point table has ten taught...
Code Examples, ROBO Cylinder, Tutorials
The Robo Cylinder can execute moves in the "PUSH" mode. In a "PUSH" move the actuator can move normally to a certain point and then push a certain distance at a specific force. In the example above we have four taught positions. The first two positions are simple...
Code Examples, ROBO Cylinder, Tutorials
Though the controller is simple to program, it is flexible in the positions that are taught. Each position in the point table can have it's own velocity, acceleration, and deceleration. The Robo Cylinder can then move from point to point in response to external...
Code Examples, Dispensing Robots, Tutorials
The basic dispensing is fine, but with high viscosity liquids, puddling and trailing can occur when the dispense head turns on and off. In order to battle this problem, we arm you with the "back-to- back" PATH method of turning on outputs in mid-path. For this to...
Applications, Code Examples, Dispensing Robots, Tutorials
Dispensing with the SEL Language is very simple. Our software uses b-spline approximation for its linear interpolation on the PATH, ARC and CIR commands. These commands can be used "back-to-back" to yield a continuous motion throughout the dispense pattern. Physical...