I am kind of lost in the amount of stepper motors there are and what would be the best for my needs.
I am building a crane. The top of the crane needs to rotate. I want to be able to rotate the crane to the left and right. I am connecting the motor to a PLC (Siemens Logo). So what I need is a servo/motor that:
Can turn left and right (might need an additional driver)
Able to mount the crane-head to it
Can turn at least 750 gram
Can be connected to the PLC (12V)
I hope you can help me with the right servo. I am absolutely lost.
You have an interesting project but also a lot of things are unclear, or at least not written here.
Some questions from my side:
Are you sure that you need stepper motor? Stepper motor is usually used if the angle has to be very precise. Since this is a crane, is the position really important to you? This tutorial should help you to make a decision: Basics: How Do I Choose an Actuator | RobotShop Community
Able to mount the crane head to it? What are the dimensions that you need? I guess the shaft dimension is important for you.
Can be connected to the PLC (12V). OK, voltage is clear, but which communication interfaces does this PLC have? Or you want to control it simply with inputs and outputs?
If you want to control this setup via PLC input/outputs, then first that comes to my mind is to use a microcontroller with motor driver to control the motors.
So your PLC would set output bits which microcontroller will see as inputs (you need to take care of the voltage levels here since PLC is usually 12/24VDC while microcontrollers usually work on 3.3 or 5 VD) and then you have software on your microcontroller which will decide what to do with motors based on the inputs. Motor driver is there to control the voltage on the motors.
This is the first thing that comes to my mind, but there are different solutions also, which mostly depend on your choice of the motors.
You are an amazing help!! Thank you so much for your valuable input!! I will take that in consideration and update this topic if I have any more questions.