I have a conveyor belt machine that I am wanting to control. Here is the switch
The interface has an ON/OFF switch and a 0-100 speed knob. My question is how can I hook up the arduino to control ON/OFF from the computer? Any ideas or direction will be very helpful, thanks!
Definitely post a schematic if you can, or maybe a picture. If the on/off switch is locking, you can keep it set to on, and add a relay to the main power wire to switch it on and off from an Arduino.
There is a connector from the speed controller to the motor.
6 wires from the controller, and 5 from the motor. Red/black go to the front of the motor, other 3
( white blue yellow ) go to the back. People mentioned using a relay, a 2 relay module would have 6 pins, but not sure if a relay would be needed or best. The purpose is to the control the motor using arduino, start/stop the motor at certain time intervals, and maybe change the speed too (but right now I only care about starting and stopping the motor).
Thanks. Hmmm. There could be anything in those 5 cables. Guesses will be uncertain and give You headace.
My suggestion is to use a relay module and just switch the unit on or off.
I suppose number one is using the machine, not use it as a toy for an Arduino project.