Simple SCPI Stepper motor controller using Vrekrer scpi parser. I needed to controll 3 motors with linear stages with very crude coding skill. So I made different command set for each axis - I will modify that later.
This is the list of commands.
Device identification.
Revolve X axis (axis 1) step motor with designated step numer.
Set X axis (axis 1) location in step unit.
Get X axis (axis 1) location in step unit.
Set X axis (axis 1) location in RPM unit.
Get X axis (axis 1) location in RPM unit.
Revolve Y axis (axis 1) step motor with designated step numer.
Set Y axis (axis 1) location in step unit.
Get Y axis (axis 1) location in step unit.
Set Y axis (axis 1) location in RPM unit.
Get Y axis (axis 1) location in RPM unit.
Revolve Z axis (axis 1) step motor with designated step numer.
Set Z axis (axis 1) location in step unit.
Get Z axis (axis 1) location in step unit.
Set Z axis (axis 1) location in RPM unit.
Get Z axis (axis 1) location in RPM unit.