|
| |
programming examples of motor controllers
 |
|

|
|
x-axis-absolute-move.txt
This program makes the x-motor to move back and forth.
Concepts demonstrated; setting acceleration, velocity, position, absolute
move, waiting for N milli-seconds, and jumping to a label. |
|
x-axis-moff-mon.txt
This program makes the X-motor to move back and forth
and turns off the motor at the end of the stroke.
|
|
x-axis-relative-move.txt
Concepts demonstrated; setting acceleration, velocity, position,
relative
move, waiting for N milli-seconds, and jumping to a label. |
|
x-axis-rquad1.txt
This program makes the X-motor to move back and forth
and read the optical encoder mounted on the motor.
|
|
x-axis-sposx.txt
This program makes the X-motor to move back and forth.
The starting position is set before the start of the move.
|
|
x-axis-stop.txt
This program makes the X-motor to jog and stop after
passing a set point.
|
|
clrbit-setbit.txt
This program makes the X-motor to move back and forth
and turn on/off a device at the end of the stroke.
|
|
gosub-return.txt
This program makes the X-motor to move back and forth
Concepts demonstrated; Usage of subroutine and return. |
|
if-then-else.txt
This program makes the X-motor to move back and forth.
Concepts demonstrated;
if...then...else |
|
ifbit-then-else.txt
This program makes the X-motor to move back and forth
Concepts demonstrated; ifbit...then...else |
|
ifnotbit-then-else.txt
This program makes the X-motor to move back and forth
Concepts demonstrated; ifnotbit...then...else |
|
in-out.txt
This
program reads a value from discrete input ports and writes it to the discrete output port. |
|
input.txt
Concepts demonstrated; Input, reading from the serial port |
|
|
|
|
miscellaneous
 |
|
|
|
| |
|