Rotation angle control of stepper motor

  Рет қаралды 42,938

ATO Automation

ATO Automation

Күн бұрын

The angle control principle of stepping motor is to control the number of pulse output of PLC. We have 1.8° Nema 17~ Nema 34 stepper motor suitable for automation industry.
Buy it online: www.ato.com/st...
Some important tips: ↓↓↓↓↓↓
1. The output frequency of PLC is related to the speed of the motor;
2. Pay attention to the DIP switch on the driver of the stepper motor, it should match the current of the stepper motor, and pay attention to how many pulses control the stepper motor to rotate one circle.

Пікірлер: 35
@chanchalsakarde2768
@chanchalsakarde2768 7 ай бұрын
how to control steps movements, like lets say we have 400 circular points to move one by one and i need to move pointer in following example sequence starting from 0->10->240->45->28-> .......... -> 400 . How can we automate this ..
@تعلمترقى
@تعلمترقى 4 жыл бұрын
Thank you so much for your vidéos about automatisme i learn more from your vidéos please i want to learn more about move instruction in driving a stepper motor and servomotor i have a difficulties to understand
@ATOcom
@ATOcom 3 жыл бұрын
Thank you for your message, we will try our best to show it in the video.
@تعلمترقى
@تعلمترقى 3 жыл бұрын
@@ATOcom thank you you are thé best
@RafaelGarcia-mz7hx
@RafaelGarcia-mz7hx 4 жыл бұрын
I don't have words for this video...very good, congratulations!! Amanzing!!
@ATOcom
@ATOcom 4 жыл бұрын
Thanks~
@ridhwanroslan5271
@ridhwanroslan5271 3 жыл бұрын
Can you explain how to determine 'F' on SPED and PLS2. I don't understand how and what to put as the first word frequencies. Thank you in advance.
@plcgeneralcontrol2880
@plcgeneralcontrol2880 2 жыл бұрын
nice, ini sangat membatu saya alam memecahkan algoritem plc.
@chenhui2
@chenhui2 2 жыл бұрын
Can this accurately rotate 1 degree or half degree?
@ATOcom
@ATOcom 2 жыл бұрын
It depends on how many pulses your stepper motor needs per revolution. Assuming that 360 pulse motors make one revolution, each pulse motor rotates by 1°. If 720 pulses are set, the motor only rotates once, and the motor rotates half a degree every time it receives a pulse.
@josefranciscovalentim2300
@josefranciscovalentim2300 4 жыл бұрын
excellent explanatory video congratulations
@ATOcom
@ATOcom 4 жыл бұрын
thanks`
@Prn3009
@Prn3009 4 жыл бұрын
hey man were did you get that data sheet from?
@nicolacirrottola2899
@nicolacirrottola2899 3 жыл бұрын
Hi, I have to create an automated weighing system, let me explain: I have 2 stepper motors that must operate at a certain value detected by the weight transmitters connected to load cells. So, 3 load cells working together to give me a single value via the weight transmitter connected to the PLC. If the cells detect a given weight value they drive one of the two motors, the other motor must be operated regardless of when the second motor is not running. I know how to program a motor, I know how to program the load cells and the transmitter to give me back the weight, but I don't know how to connect the weight value with the motor drive, basically, I don't know how to activate the motor at the given value of weight. How can I do, what should I study? USE: Simens S7 1200C DCDCDC PLC Nema 24 stepper motors Standard Stepper Driver DIGITAL WEIGHT TRANSMITTER (RS485) Bending load cells.
@Harikutty_time
@Harikutty_time 3 жыл бұрын
excellent video
@muaathe78
@muaathe78 2 жыл бұрын
Thanks for your informative vedio
@sharvinraaj6585
@sharvinraaj6585 2 жыл бұрын
Bro can you give a copy of your PLC program ??
@pba21
@pba21 4 жыл бұрын
Very nice and clean setup
@ATOcom
@ATOcom 4 жыл бұрын
thanks~
@T-Series-scenario
@T-Series-scenario 2 жыл бұрын
sir, can I control without hmi?
@ATOcom
@ATOcom 2 жыл бұрын
Yes
@T-Series-scenario
@T-Series-scenario 2 жыл бұрын
@@ATOcom how to command 360° without hmi
@ATOcom
@ATOcom 2 жыл бұрын
@@T-Series-scenario You need to know how many pulses your stepper motor needs to make one revolution, and then use the PLC to send the same number of pulses to it to complete 360° without using HMI.
@automationwork5904
@automationwork5904 4 жыл бұрын
Nice~ good job.
@ATOcom
@ATOcom 4 жыл бұрын
thanks~
@ИгорьОнищук-м1е
@ИгорьОнищук-м1е 3 жыл бұрын
Amazing !!!
@md.saifulislam7156
@md.saifulislam7156 4 жыл бұрын
thanks
@ATOcom
@ATOcom 4 жыл бұрын
:)
@muaathe78
@muaathe78 3 жыл бұрын
Code
@Lee-rq7bk
@Lee-rq7bk 3 жыл бұрын
These are what I need,thank you very much.
@nicolacirrottola2899
@nicolacirrottola2899 3 жыл бұрын
Hi, I have to create an automated weighing system, let me explain: I have 2 stepper motors that must operate at a certain value detected by the weight transmitters connected to load cells. So, 3 load cells working together to give me a single value via the weight transmitter connected to the PLC. If the cells detect a given weight value they drive one of the two motors, the other motor must be operated regardless of when the second motor is not running. I know how to program a motor, I know how to program the load cells and the transmitter to give me back the weight, but I don't know how to connect the weight value with the motor drive, basically, I don't know how to activate the motor at the given value of weight. How can I do, what should I study? USE: Simens S7 1200C DCDCDC PLC Nema 24 stepper motors Standard Stepper Driver DIGITAL WEIGHT TRANSMITTER (RS485) Bending load cells.
@ATOcom
@ATOcom 3 жыл бұрын
Some ideas: 1. Activate the motor. You can use PLC comparison instructions. The PLC converts the weighing weight into a digital value and compares it with 0. When it is greater than 0, it means that a heavy object is detected, that is, one of the motors is operated. (You can adjust the comparison value 0 to change the sensitivity) 2. The use of PLC interlock commands between two motors means that only one of the motors can run (it is recommended to use the rising edge command or the falling edge command, or the delay command together).
@nicolacirrottola2899
@nicolacirrottola2899 3 жыл бұрын
@@ATOcom Hi, I'm a beginner and I hadn't considered the function of the comparator. The value beyond which the engine will activate once inserted in the code how do I create a connection on the HMI such that I can modify this value not in the code but through the HMI.
@ATOcom
@ATOcom 3 жыл бұрын
@@nicolacirrottola2899 This is a bit difficult for beginners. You need to know the working principle of HMI, which is used to read or write data in a certain register area of the PLC. When HMI and PLC are used in combination, you also need to know their communication settings. I have made some videos about HMI and PLC, and their principles are basically similar. Sorry, this knowledge can only be understood step by step by yourself. kzbin.info/www/bejne/h5Src3ihnrB8f7s kzbin.info/www/bejne/l4ibepaEiZWMjbs
How many VFD control methods do you know
6:18
ATO Automation
Рет қаралды 3,5 М.
Closed Loop Stepper Motors for CNC machines
17:00
Making Stuff
Рет қаралды 181 М.
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,2 МЛН
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 46 МЛН
Я сделала самое маленькое в мире мороженое!
00:43
Кушать Хочу
Рет қаралды 4,6 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Closed loop stepper motors -- very impressive
10:46
Matthias random stuff
Рет қаралды 131 М.
What is a Stepper Motor and How it Works?
8:36
RealPars
Рет қаралды 298 М.
Controlling a Stepper Motor with a PLC
30:34
Automation Channel
Рет қаралды 183 М.
Control a Stepper Motor with Hall Effect Switches
28:13
DroneBot Workshop
Рет қаралды 245 М.
What Makes TMC2208 Stepper Motor Drivers Silent?
9:07
Michael Klements
Рет қаралды 303 М.
Simplify Your Automation with the Best Stepper Motor Controller
11:10
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,2 МЛН