Omron Pulse Servo (CX-Programmer)
Omron Pulse Servo (CX-Programmer), available at $54.99, has an average rating of 3.85, with 23 lectures, based on 15 reviews, and has 110 subscribers.
You will learn about Familiarity with servo drives and Learning pulse commands in PLC The difference between absolute and relative movements Home system in Servo based projects Learn ready function blocks for servo systems in Omron PLC What is Auto-TunConnect pulse outputs to the servo and step drive and What is Auto-Tune and how is it done?e and how is it done? This course is ideal for individuals who are For everyone that uses or wants to use Pulse/Analogue Servo Systems It is particularly useful for For everyone that uses or wants to use Pulse/Analogue Servo Systems.
Enroll now: Omron Pulse Servo (CX-Programmer)
Summary
Title: Omron Pulse Servo (CX-Programmer)
Price: $54.99
Average Rating: 3.85
Number of Lectures: 23
Number of Published Lectures: 23
Number of Curriculum Items: 23
Number of Published Curriculum Objects: 23
Original Price: ₺269.99
Quality Status: approved
Status: Live
What You Will Learn
- Familiarity with servo drives and Learning pulse commands in PLC
- The difference between absolute and relative movements
- Home system in Servo based projects
- Learn ready function blocks for servo systems in Omron PLC
- What is Auto-TunConnect pulse outputs to the servo and step drive and What is Auto-Tune and how is it done?e and how is it done?
Who Should Attend
- For everyone that uses or wants to use Pulse/Analogue Servo Systems
Target Audiences
- For everyone that uses or wants to use Pulse/Analogue Servo Systems
Lecture 1
– Introduction of servo motor and servo drive hardware
– Setting up a Servo system
In this training lecture, you will get acquainted with servo motors and servo drives. What are the parts of a servo drive and servo motor and what models of PLCs do we need to control the servo drive through pulse?
Lecture 2
– Set up a Servo with pulse output
– Show PLC wiring
– Differences in types of pulse outputs
– How to connect PLC and Servo
– How to choose a servo
– Introducing servo Inputs and outputs
In this lecture, you will get acquainted with some of the servo settings and we will explain servo drive cabling. You will also learn about different types of pulse outputs and then work with the inputs and outputs of a servo drive. Finally, we will teach you how to choose a serving system for your specific application.
Lecture 3
– Servo wiring
In this chapter, you will learn wiring between PLC and Servo
Lecture 4
– Introducing the ACC instruction
In this chapter, you will get acquainted with the ACC instruction.
In this chapter, you will get acquainted with the ACC instruction.
ACC(888) outputs pulses to the specified output port at the specified frequency using the specified acceleration and deceleration rate.
ACC(888) starts pulse output on the port specified in P using the mode specified in M using the target frequency and acceleration/deceleration rate specified in S. The frequency is increased every pulse control period (4 ms) at the acceleration rate specified in S until the target frequency specified in S+1 and S+2 is reached.
The pulse output is started each time ACC(888) is executed. It is thus normally sufficient to use the differentiated version (@ACC(888)) of the instruction or an execution condition that is turned ON only for one scan.
Lecture 5
– Introducing the INI instruction
In this chapter, you will get acquainted with the INI instruction.
INI(880) is used to start and stop comparison for a comparison table, to change the present value (PV) of a high-speed counter, to change the PV of an input interrupt in counter mode, to change the maximum value of the ring counter (CJ2M only), to change the PV of a pulse output (e.g., to 0 to establish the origin), to stop pulse output, or to change the settings for origin searches/returns (CJ2M only).
Lecture 6
– Introduction of pulse output flags
– Start/Stop servo with slope by the ACC instruction
When working with PLC pulse outputs, there are a number of flags that can be used in programming. In this training lecture, you will get acquainted with these flags and learn how to use them. Also in this lecture, a simple start and step servo program have been written with acceleration and deceleration using the ACC instruction.
Lecture 7
– Introducing the PRV instruction
PRV (881) reads the High-speed counter PV and pulse output PV and interrupt input PV in counter mode.
PRV (881) reads the data specified in C for the port specified in P. The possible combinations of data and ports are shown in the following table.
(0000 to 0003 hex): Pulse output
(0010 to 0013 hex): High-speed counter input
(0100 to 0107 hex): Interrupt input in counter mode
(1000 to 1003 hex): PWM (891) output
Lecture 8
– Introducing the SPED and PULS instruction
– Introducing Absolute and Relative Movements
– Solve a simple example of a reciprocating motion
SPED (885) is used to set the output pulse frequency for a specific port and start pulse output without acceleration or deceleration.
SPED (885) starts pulse output on the port specified in P using the method specified in M at the frequency specified in F. Pulse output will be started each time SPED (885) is executed. It is thus normally sufficient to use the differentiated version (@SPED (885)) of the instruction or an execution condition that is turned ON only for one scan.
PULS (886) is used to set the pulse output amount (number of output pulses).
PULS (886) sets the pulse type and a number of pulses specified in T and N for the port specified in P. Actual output of the pulses is started later in the program using SPED (885) or ACC (888) in independent mode.
Lecture 9
– Introducing the PLS2 instruction
– How to draw a pulse output diagram in CX-Programmer
PLS2(887) outputs a specified number of pulses to the specified port. Pulse output starts at a specified startup frequency, accelerates to the target frequency at a specified acceleration rate, decelerates at the specified deceleration rate, and stops at approximately the same frequency as the startup frequency.
Lecture 10
– Introducing CX-Drive software
– Introduction of gearbox coefficient
– How to convert a pulse to the desired unit and vice versa
– How to tune a servo
Lecture 11
– Introducing the Home concept
In this lecture, we will look at the issue of home working with servo systems. What is Home and what are the different models of Home? We will also write a sample program for the homing servo.
Lecture 12
– Feed Example
this lecture uses an input interrupt as a trigger to switch from speed control to position control and move the specified number of pulses.
Lecture 13
– Torque control
In this lecture, you will learn about torque control mode in the servo. with this control mode, you can easily control the servo using the desired torque.
Lecture 14
– Speed control
In this lecture, you will learn about servo speed control mode. In this control mode, you can control the servo speed by using analog inputs.
Lecture 15
– Introducing CP1L pulse output
In this lecture, you will get acquainted with the pulse outputs of the CP1L model, and we will show that we do not need any special changes to control the servo with this PLC.
Lecture 16
Omron has prepared a series of function blocks to work with pulse outputs. Using these function blocks will make programming much easier. In this lecture, you will get acquainted with these function blocks.
– Introducing the Omron function blocks
– Move Absolute FB
– Set Position FB
– Read Actual Position FB
– Move Relative FB
– Move Velocity FB
– Stop FB
– Read Status FB
Lecture 17
– Move Interrupt and solve a problem
In this lecture, you will get acquainted with the move interrupt function block and learn how to operate and use it.
Lecture 18
– Move Sequence FB
In this lecture, you will get acquainted with the move sequence function block and learn how to operate and use it.
Lecture 19
– How to get the gearbox coefficient
– Convert speed and position and display in HMI
– A practical example of Move Absolute with HMI
In this lecture, you will get acquainted with the gearbox coefficient. You will learn how to convert a pulse to a custom unit and display it on the HMI, and in the following, you will see a practical example of using the Move Absolute function.
Lecture 20
– A practical example of Move sequence with HMI
In this lecture, you will get acquainted with the move sequence function block and learn how to operate and use it. and also, we solve a practical example by using HMI.
Lecture 21
– Connecting Omron PLC to a Stepper Drive and running it
In this lecture, we will set up a step drive using pulse output. And we will show that in using the pulse outputs, there is no difference between setting up a servo drive or a step drive.
Lecture 22
– Introducing CP2E pulse output
In this lecture, you will get acquainted with the pulse outputs of the CP2E model, and we will show that we do not need any special changes to control the servo with this PLC.
Lecture 23
– Introducing the ITPL instruction
ITPL (893) outputs a 2 to 4 axes linear interpolation to the specified port.
ITPL (893) starts pulse output from the port specified in C1 (port0~3) using the method specified in C2 (axis2~4) at the start frequency (1 in the diagram) and acceleration/deceleration rate (2 in the diagram) in S.
ITPL (893) supports at most 2 linear interpolation operations. The pulse output port method is determined by the settings of linear interpolative port specified in C1.
The interpolated axes are determined by the settings specified in C2.
Course Curriculum
Chapter 1: Omron Pulse Servo (CX-Programmer)
Lecture 1: Introduction of servo motor and servo drive
Lecture 2: PLC wiring and pulse output types
Lecture 3: Servo wiring
Lecture 4: ACC instruction
Lecture 5: INI instruction
Lecture 6: Pulse output flags and sample program
Lecture 7: PRV instruction
Lecture 8: SPED and PULS instruction
Lecture 9: PLS2 instruction
Lecture 10: Introducing CX-Drive, Gearbox coefficient
Lecture 11: Home concept
Lecture 12: Feed Example
Lecture 13: Torque control
Lecture 14: Speed control
Lecture 15: CP1L pulse output
Lecture 16: Omron Pulse Output Function Blocks
Lecture 17: Move Interrupt Function Block
Lecture 18: Move Sequence Function Block
Lecture 19: Gearbox Coefficient and Move Absolute Function Block
Lecture 20: Move sequence Function Block with an example
Lecture 21: Connecting PLC to Stepper Drive
Lecture 22: Introducing CP2E pulse output
Lecture 23: Introducing the ITPL instruction
Instructors
-
Mehdi Alinoori
Instructor at Udemy
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 2 votes
- 4 stars: 5 votes
- 5 stars: 7 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024