Тёмный

PLC control Nema 23 external linear actuator stepper motor system 

ATO Automation
Подписаться 35 тыс.
Просмотров 105 тыс.
50% 1

ATO external stepper linear actuator in this video is 2 phase 4 wire comes in Nema 23 frame size. We will show you how to use PLC connect to the hybrid stepper motor system, and control this external stepper motor linear actuator for simple forward and reverse motion by the pulse and direction command issued by PLC.
Buy ATO stepper motor online: www.ato.com/stepper-motor-dri...

Наука

Опубликовано:

 

3 июл 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@ATOcom
@ATOcom 3 года назад
Note: PUL, DIR, ENA signals are 24V, please connect a 2kΩ resistor in series. (If it is 12V, please connect a 1kΩ resistor in series)
@osamakhalaf6789
@osamakhalaf6789 3 года назад
I have a servo motor that uses pulses but it says +-20v max
@ATOcom
@ATOcom 3 года назад
@@osamakhalaf6789 So, you need resistors to solve this problem.
@raondali187
@raondali187 23 дня назад
Do you mean in PUL + or PUL- ?
@abdulalimbaig3286
@abdulalimbaig3286 5 лет назад
Thank you so much for the video..i got a great idea for my project!!
@binladendersuperstar
@binladendersuperstar 4 года назад
That is some decent wiring brooooooo
@jaluibnumuttaqin2940
@jaluibnumuttaqin2940 4 года назад
Can i see full the ladder please?
@thepurposeofmyexistence2511
Dear sir how does the servo drive read the g code coming from the program and gives according to it plus to servo motor
@jpbrusa75
@jpbrusa75 4 года назад
Hello, I made the same hardware configuration that the video has, but the motor trembles and goes slow, what data would I have to put in the pulse frequencies? And what data for the speed at which the video engine is running
@ATOcom
@ATOcom 4 года назад
1. According to the "Pulse/rev Table" of the drive, set the number of pulses that the motor needs to receive for each revolution. This can alleviate the jitter of the motor. 2. The speed can be adjusted according to the output pulse frequency. 1:31 in the video, D100 stores the output frequency parameter, the larger the value, the higher the speed. 3. Please read carefully the use method of pulse output instruction in your PLC programming manual. 4. We are using Omron CP1E N40DT-D, each company's PLC has its own programming method, please note.
@jcmachines1
@jcmachines1 2 года назад
Very good. What about speed controll? Is it possible to connect a potentiometer through CP1LE for this system?
@ATOcom
@ATOcom 2 года назад
Your PLC may use a potentiometer if it has an analog module, depending on the speed of the pulses.
@yoyeah1461
@yoyeah1461 4 года назад
Hello sir, I have a question i want to ask that if i want to control the stepper motor to rotate at a specific angle CW and CCW. Is it possible to do that and how we determine the parameters in DRVA function? Thank you for your video.
@ATOcom
@ATOcom 4 года назад
Yes, you can control the number of pulses sent by the PLC to control the angle of rotation of the stepper motor. such as, 1. When the step angle of the stepper motor is 1.8°, it means that the motor needs 200 pulses per revolution (360/1.8=200) 2. When the stepper drive's subdivision parameter (Pulse/rev) is 3600, the step angle = 360/3600 = 0.1°, which means that the motor rotates 0.1° after each pulse is received. If we want to rotate 100°, then only 1000 pulses are needed.
@yoyeah1461
@yoyeah1461 4 года назад
Thank you sir
@jamersonmonte7302
@jamersonmonte7302 3 года назад
could you show the modification made in the program to do the reverse?
@ATOcom
@ATOcom 3 года назад
Add SPED instruction, modify the control data to reverse to achieve.
@chanhung7739
@chanhung7739 5 лет назад
I am a beginner in plc, i have cp1e-N40DR-D, I see it is look like yours (but not sure). Can my plc control step mortor?
@ATOcom
@ATOcom 5 лет назад
My PLC is CP1E-N40DT-D(Transistor output type) . In my memory, the N40DR-D is relay output type PLC, so it cannot send pulses to the stepper motor. So I think it can't control the stepper motor. You'd better check out the OMRON PLC hardware manual.
@azimfitri7346
@azimfitri7346 3 года назад
Sir I'm beginner use plc if i make interlock push button on programming to active stepper motor...do i need to install contactor for addition.. Please explain to me
@ATOcom
@ATOcom 3 года назад
Common interlock commands cannot drive stepper motors, which are controlled by pulse commands (command to stepper drive). In addition, no contactor can be added between the stepper drive and the PLC.
@abdengineer6225
@abdengineer6225 3 года назад
hello how can i calculate the distance wich the motor did during working
@ATOcom
@ATOcom 3 года назад
1. You need to know how many pulses your motor needs for one revolution. 2. You need to know how far your screw rod moves in one revolution (lead = pitch * number of lines)
@carlosdanielalatorre2272
@carlosdanielalatorre2272 4 года назад
Hi, i have a question what´s the configuration (out pulses) in the program of the PLC Omron? Thanks
@ATOcom
@ATOcom 4 года назад
In the video 1:29 , or this video 4:40, ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TLJl0p0X9k4.html
@keanansiev7535
@keanansiev7535 2 года назад
Thank your for sharing sir. May I ask you about PLC model?
@ATOcom
@ATOcom 2 года назад
CP1E N40DT-D
@kaneyau3756
@kaneyau3756 3 года назад
sorry sir, i 'm a begineer, and i would like to know how can define 100.00 for PUL-, .02 for DIR- , and .04for ENA- ? as i didnt see any output setting in plc program. thz much
@ATOcom
@ATOcom 3 года назад
Refer to Omron PLC hardware and software manuals, these ports are pulse fixed output ports.
@kaneyau3756
@kaneyau3756 3 года назад
@@ATOcom thank you sir~~
@braineedly7543
@braineedly7543 3 года назад
Hello sir what kind of output PLC you used? Was that relay output or transistor output?
@ATOcom
@ATOcom 3 года назад
Transistor output.
@braineedly7543
@braineedly7543 3 года назад
@@ATOcom Has it been available of pulse command or do you just on/off the output pin so that the ouput pin act like pulse output?
@ATOcom
@ATOcom 3 года назад
@@braineedly7543 Yes, the pulse command is used.
@braineedly7543
@braineedly7543 3 года назад
​@@ATOcom sir if we have PLC that is not compatible of pulse output, can we make pulse output by ON/OFF the output pin quickly?
@ATOcom
@ATOcom 3 года назад
@@braineedly7543 In principle, the pulse is only high level and low level. As long as you can control the width of the high level and low level, pulse generation can be realized, but all of this is not practical. It is recommended that you replace the PLC.
@sandorkiss8895
@sandorkiss8895 2 месяца назад
0.02 input diagram.you can write it down?
@azimfitri7346
@azimfitri7346 2 года назад
sorry sir, here you have an addition for reversed, so did you make it to the new space or did you add it to the control point foward..because you didn't show it on the ladder diagram again ... so I don't understand there..thanks sir
@ATOcom
@ATOcom 2 года назад
Add a reverse button (external input) to activate the reverse command. The control logic is the same as the forward rotation, except that the reverse code is different from the forward direction. You can refer to the instructions of the PLC. Place the instruction position before the interrupt instruction.
@azimfitri7346
@azimfitri7346 2 года назад
Ouhh..should I add the interlock system to the forward and reversed ladder diagram ... if necessary, can you tell me the short code to make the interlock... I'm still new
@ATOcom
@ATOcom 2 года назад
@@azimfitri7346 No need to add an interlocking system.
@azimfitri7346
@azimfitri7346 2 года назад
sir, if I want to add a pilot lamp to show foward is running, where should I place between internal data storage, pulse transmit, starting output pulse or pulse interrupt program
@ATOcom
@ATOcom 2 года назад
@@azimfitri7346 The program is scanned from top to bottom, so you put it in front of the interrupt program and it's OK.
@_MohamadRakaWirakesuma-uu2ux
@_MohamadRakaWirakesuma-uu2ux 3 года назад
Can i have wiring diagram sir
@viniplanetero
@viniplanetero 3 года назад
could you please put a wiring diagram?
@ATOcom
@ATOcom 3 года назад
This video, ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zkE7xNMAGa8.html
@azimfitri7346
@azimfitri7346 2 года назад
sorry sir .. I've followed your ladder ... but my stepper motor only rotates when the switch is pressed ... while your video looks like there is a holding contact when the switch is released for the stepper motor to keep rotating
@azimfitri7346
@azimfitri7346 2 года назад
Do I had add holding contact in ladder to run while I release push button??.if do can you give me address to add holding contact Thank you
@azimfitri7346
@azimfitri7346 2 года назад
I see you did not add holding contact but I have followed ... but not become
@ATOcom
@ATOcom 2 года назад
@@azimfitri7346 Whether the PLC brand you use is different. In my PLC, only need to transfer the command data to the special storage area, it will continuously send out pulses. Maybe you look up your PLC user manual to find usage examples.
@azimfitri7346
@azimfitri7346 2 года назад
@@ATOcom the plc i use is plc omron cp1e-N20DT-D
@azimfitri7346
@azimfitri7346 2 года назад
@@ATOcom so what do i need to do to keep it going ... please tell me.. Thank you
@cncwork6731
@cncwork6731 4 года назад
Price
@ATOcom
@ATOcom 4 года назад
This link,www.ato.com/stepper-motor-linear-actuators
@ravindarrajpot419
@ravindarrajpot419 5 лет назад
Sir Aap connection karke dikhaye please sir aap ek video plc ke upar banaye boley bol bol kar taar
@ATOcom
@ATOcom 5 лет назад
Thank you for your advice, we will improve that.
@sanjeevbhogal6818
@sanjeevbhogal6818 3 года назад
ALL OK, UNTIL POWER DOWN, LOOSE ALL POINTS
Далее
CLICK PLC with SureStep and Linear Actuator
34:27
Просмотров 20 тыс.
Украшаю чехлы 🎀
00:51
Просмотров 336 тыс.
СОБАКИ ГОЛОДАЮТ ИЗ-ЗА ЛЕРЫ 🥲
01:00
Stepper Motor Torque For Your Applications..
15:04
Просмотров 138 тыс.
How to Wire a PLC Control Panel Like a Pro
9:06
Просмотров 86 тыс.
Closed loop stepper motors -- very impressive
10:46
Просмотров 120 тыс.
2.2 Nm Step Motor Nema 23 57Hs22
8:58
Просмотров 7 тыс.
How to Determine the Motor Size for Your Project?
15:08
Rotation angle control of stepper motor
7:35
Просмотров 41 тыс.
Controlling a Stepper Motor with a PLC
30:34
Просмотров 180 тыс.