Version 1
V1.0
This is the first version which simply has buttons for switching the MachineMotion ON and OFF and for moving the BenchBot forward and backward.
‘START’: Click on this button to power on the Machine Motion.
‘Forward’: Click on this button to move the BenchBot in forward direction with pre-set distance of 50 mm and speed of 50 mm/rev.
‘Backward’: Click on this button to move the BenchBot in reverse direction with pre-set distance of 50 mm and speed of 50 mm/rev.
’STOP’: Click on this button to power off the Machine Motion.
V1.1
This slightly updated version has 1 input box which allows the user to move the BenchBot with custom distance.
‘START’: Click on this button to power on the Machine Motion.
‘Distance’: Put in the distance in mm by which the BenchBot needs to be moved.
‘Forward’: Click on this button to move the BenchBot in forward direction by distance entered by the user, with pre-set speed of 50 mm/rev.
‘Backward’: Click on this button to move the BenchBot in reverse direction by distance entered by the user, with pre-set speed of 50 mm/rev.
’STOP’: Click on this button to power off the Machine Motion.
V1.2
This next version comes with 2 input boxes which allows the user to set the distance and speed of the BenchBot.
‘Forward’: Click on this button to move the BenchBot in forward direction by distance entered by the user with user defined speed.
‘Backward’: Click on this button to move the BenchBot in reverse direction by distance entered by the user with user defined speed.