
Identify the PLC as a ruggedized programmable logic controller used in industrial automation to control processes via diverse inputs and outputs, with compact design and HMI/SCADA integration.
Explore the block diagram of a plc, including the cpu, input/output modules, sensors, and actuators, plus 24-volt power, smps options, and programming via software, including downloading and uploading.
Explore how a PLC reads input status, executes its program, and updates outputs in a scan cycle; understand scan time and its relevance to timers and advanced functions.
Understand sinking and sourcing concepts for dc input/output in plc systems, including how to wire with pnp or npn sensors, common polarity, and IEC positive/negative logic.
Discover how to wire PNP and NPN sensors to a PLC using sinking and sourcing connections with a 24-volt dc supply, including three-wire sensor wiring.
Learn to wire an Omron PLC, power it from a 24-volt DC supply, connect inputs via pushbuttons, and set up PC communication with CX-Programmer.
Introduce Omron PLC basics and its input/output models, from small-scale equipment to entire production lines, with emphasis on high processing speeds and versatile functions enabled by CX-Programmer.
Explore the functions and features of Omron PLCs, including 14 input/output configurations, power supply requirements, relay and transistor outputs, and data registers up to 2047 programmed with CX-Programmer.
Learn to interface Omron PLC with CX-Programmer: install the software, create a new project, configure communication, and upload and verify the logic in offline mode.
Master the addressing format in Omron PLCs with CX-programmer by mapping inputs and outputs across 16-bit channels, and use auxiliary relays with 16- and 32-bit data registers.
Learn ladder logic basics and bit logic, including no contact and nc contact, how an input IN1 with no or nc switch drives an output coil in run or network.
Learn bit logics in cx-programmer, focusing on nc type and output coil behavior, translating physical switches into input signals and open or closed states.
Learn to program an Omron PLC using CX-Programmer with a basic example. Explore configuring inputs and outputs, simulating online operation, and managing signals in ladder logic.
Master basic ladder diagram rules, including open contact and in-contact context, for cx-programmer programming. Connect the load at the end of run to ensure proper on and off states.
Learn basic programming rule 2 for Omron PLC using CX-Programmer: connect loads in parallel rather than in series, avoid illegal single-line connections, and use two separate lines when needed.
Master metaprogramming rules for PLC input contexts: connect inputs in parallel or in series, avoid mixing two different laws in series, and implement aggregate logic across branches.
Explore basic PLC programming rule 4 using CX-Programmer. Connect input and output, configure coils, and work with practical examples.
Enforce basic programming rule 5: a BASIC program output can be used only once per day for a given load, preventing the same output from being assigned to multiple loads.
Explore season four basic program structure, manage delays and internal memory, and optimize input–output usage by rethinking memory classes and linking outputs to memory.
Develop ladder logic understanding by building a simple three-input, three-output dc program in cx-programmer, wiring inputs and outputs, and testing with the simulator to verify parallel output control.
Learn to solve a CX-Programmer PLC problem by building a multi-output sequence with toggles, address-based logic, and latching using contacts and no-contact concepts.
Work through problems using cx-programmer to analyze ladder logic with four inputs s1, s2, s3, s4 and four outputs, applying and/or conditions, end conditions, and supply flow.
Explains a four-input ladder logic problem in CX-Programmer, showing how to drive output F from S1–S4 using and/or conditions, ensuring mutual exclusivity and correct on/off states.
Explore ladder logic programming for boolean expressions using two inputs A and B. Learn to build and evaluate and/or/not expressions to drive outputs.
Learn to implement and gate and or gate logic in CX-Programmer using two inputs S1 and S2, and observe how their combinations determine the output.
Explores implementing and or gate logic in Omron CX-Programmer, focusing on input/output handling, software simulation, and gate conditions.
Explore how nand and nor logic are implemented using plc ladder diagrams, wiring two inputs and configuring series and parallel paths to control the output.
Explore nand gate and nor gate behavior in software, building truth tables, simulating outputs, and wiring concepts in cx-programmer for practical plc applications.
Explore the behavior of logic gates, including ex-or and ex-nor, with two inputs A and B, showing their boolean expressions and output truth tables in a PLC programming context.
Explore ex-or and ex-nor gates in CX-Programmer software, verify truth tables, and wire inputs and outputs using and, or, and not logic.
Master the latching (holding) and unlatching concepts in Omron PLC programming with CX-Programmer by exploring pushbutton behavior and output state changes to start and stop a process.
Explore latching (holding) and unlatching concepts in plc software using CX-Programmer, demonstrating push button inputs, start/stop control, and feedback to sustain or break outputs in a simulated PLC setup.
Learn how latching and unlatching control a lamp with a push button, keeping the lamp on after a press and turning it off only when released or pressed again.
Demonstrates latching and unlatching using memory relays in CX-Programmer, storing push-button states to sustain outputs and detailing reset with a stop push-button.
Showcases latching and unlatching in a CX-Programmer plc using memory bits, start push button, and simulation to verify output behavior and memory reset across presses.
Explore how set and reset instructions in OMRON plc programming using CX-Programmer control a load and supply, using push buttons to set, reset, and maintain a continuous on/off state.
Learn how to use the set and reset instruction in CX-Programmer to control outputs via push buttons, with practical steps showing how set activates and reset clears.
Understand differential up and differential down instructions in cx-programmer, learning how rising and falling edges produce a one-cycle output, with behavior described for on/off transitions.
Explore the interlocking concept in plc programming, showing how forward and reverse actions are prevented from running simultaneously using sensors, indicators, and safety logic.
Apply interlocking concepts in cx-programmer to coordinate two outputs using sensors, push buttons, and indicators, ensuring forward and reverse motions do not run simultaneously.
Explore the timer concept in PLC programming, learn how internal timers create precise time delays, enable recurring actions, control outputs, and use presets and accumulators with reset logic.
Explore how to provide preset values for timers in CX-Programmer, convert among time bases, and understand timer operation and output behavior as the preset counts down.
This lecture explains non-retentive timer concepts in CX-Programmer, focusing on the millisecond timer, time units, and how to obtain outputs with present value calculations.
Explore non-retentive timers in CX-Programmer, focusing on TIM and TIMX configuration, setting time delays with presets from milliseconds to seconds, enabling outputs, and common errors during setup.
Explore non-retentive timers TIM and TIMX in Omron PLC programming using CX-Programmer, demonstrating preset values, enable logic, and five-second timing to control outputs in a practical simulation.
Master configuring non-retentive timers TIMH and TIMHX in CX-Programmer to implement millisecond delays, using an enable switch, time base, and presets 0–4095 or 0–65535.
Learn how to configure non-retentive timers TMHH and TMHHX in cx-programmer, creating precise delays from milliseconds to seconds, including decimal timing and binary input handling.
Explore retentive (accumulative) timers TTIM and TTIMX in CX-Programmer, learning how the timer accumulates time, uses preset values and time base, and resets when reset is on.
Explore a practical timer-based problem in Omron PLC programming using CX-Programmer, showing how enabling a timer with a five-second delay controls a door and deliveries, and presenting a software solution.
Demonstrate solving problem-1 in CX-Programmer by inputting timed values, running software simulation, and verifying that the PLC logic responds correctly with time delays and preset values.
This lecture explains problem 2 with baymouth operation using three switches S1, S2, and S3, implementing time-delayed outputs and validating PLC logic in the simulator.
Learn a problem-2 solution in software using C programming to simulate timer logic, day timers, and real-time delays in CX-Programmer for Omron PLC.
Push the start button to begin the traffic light sequence. The red light stays on for five seconds, then yellow for five, then green for five, and the cycle repeats.
Explain a timer-based PLC solution with start/stop controls, a leading indicator, and delayed timers to drive a green light and control the supply after five seconds.
Explore a software solution for problem-3 in OMRON PLC programming using CX-Programmer, demonstrated by simulating an input-output cycle with timer-driven green and yellow indicators.
Explore a PLC sequencing problem using bit logix and timer in CX-programmer, controlling a push button start, level sensors, a motor, and a chemical mixing cycle.
Presents the general solution to problem-4 in Omron plc programming using cx-programmer, detailing input/output handling, indicator logic, and mls llf level interactions with timer-based sequencing.
This lecture demonstrates implementing the solved problem in C programming for the S1 process, configuring timers and chemical level thresholds (LLF, MLS, HLS) and simulating the PLC workflow.
Create flicker lights using CX-Programmer to display alarm conditions by continuously turning an output on and off with time delays, timers, and bit logic.
Demonstrates how to extend timer delays in Omron PLC programming using CX-Programmer by combining timers and expanding ranges beyond a single millisecond timer.
Learn to extend timer delay in Omron PLC programming by using a second method with a timer and counter, DM data, and reset sequences.
Learn how a PLC counter processes input pulses toward a preset value, with reset and boundary behavior, and distinguish between normal counters and high-speed counters, including software-implemented counters.
Learn to use the CNT counter instruction in CX-Programmer, decrementing with each pulse and updating the accumulator toward the preset value, observing when zero toggles the output.
Explore how to implement a CNT counter in Omron CX-Programmer, counting input pulses, resetting presets, and handling decrementing outputs in hardware and software simulations.
Explore how a reversible counter (cntr) works in cx-programmer, using incremental inputs to increment or decrement, set zero and preset, and observe the counter's behavior and limits.
Master the reversible counter CNTR in CX-Programmer, exploring decimal and binary preset modes, 0–255 and 0–65535 limits, and how inputs trigger increment or decrement for PLC control.
Apply CX-Programmer to interpret proximity sensor pulses, counting objects as they enter the sensor's range and handling the first, second, and third pulses.
Explore an OMRON PLC solution using CX-Programmer across six programs, employing three counters to count pulses, apply first-pulse logic, and manage resets and loading sequences.
Solve a problem in CX-Programmer software by configuring counters and sensors, simulating pulses, and resetting timers in an Omron PLC setup.
Compare the cx-programmer compare instruction with the equal comparison instruction, and demonstrate how true conditions activate outputs. Explain operators like greater than, less than, and equal as used in conditions.
Demonstrate the compare instruction in cx-programmer, covering greater than, greater than or equal, equal, less than, and less than or equal, with practical ladder logic examples and simulation.
Learn how the input compare instruction in CX-Programmer uses source1 and source2 to evaluate a condition, executing high or low outputs based on true or false, handling 16-bit data.
Explore input comparison instructions in CX-Programmer, mastering equal, not equal, less than, less than or equal, greater than, and greater than or equal conditions, with simulations.
Explore input comparison instructions in Omron CX-Programmer, showing how to combine inputs with greater-than and less-than checks, and or logic controls outputs, plus differences to compare instructions.
Investigate four arithmetic instructions for performing calculations in CX-Programmer, focusing on multiplication and division as core operations.
Explore two binary addition instructions in cx-programmer, showing how single-word and 32-bit data affect results, and explain overflow and underflow when limits are exceeded.
Explore subtraction instructions in CX-Programmer, compare two options, and apply them with data words in plc programming.
Learn to implement multiplication instructions in OMRON CX-Programmer for 16-bit and 32-bit data, including setting multiplicand and result, enforcing limits, and using a switch to handle overflow on condition.
Demonstrate practical examples to understand mathematical instructions in a PLC program, guiding you through adding, multiplying, and squaring values using registers and hex results in problem-1 with solution.
Learn how to use the move instruction to transfer data from a source to a destination in CX-Programmer, handling 16 bit and 32 bit data and observing value updates.
Explore the keep instruction in cx-programmer, learning to set and reset outputs with push buttons, using single or dual run configurations and observing simulated transitions.
Learn how to provide an on delay for a load using the keep instruction in CX-Programmer, configuring timers and S1, and verifying the timing through simulation.
Discover how increment and decrement instructions in cx-programmer adjust single and double word data with plus plus and minus minus, including differential up and down behavior and cycle pulses.
Today, PLC is being used in every process and manufacturing industries, apart from knowing the wires and connections, anyone should know the way to do PLC programs.
PLC-Programmable logic controller is an industrial solid-state computer that monitors input and output, and makes logic-based decisions for automated processes or machines.
OMRON PLC has supported industry with innovative solutions and advanced technologies. Omron Programmable Logic Controllers (PLC) designed with high processing speeds and full transparency. Omron PLC's provide users with numerous functions and controls from small scale equipment to entire production lines.
CX-Programmer is programming software for all Omron's PLC series. CX-Programmer includes various types of features to accelerate the development of your PLC program.And this course is covering complete programming of PLC Model CP1E-E14DR-A of Omron PLC.
After doing this course, you can easily program the other OMRON PLC series.This software is used for all the Omron PLC series. And the instructions remain the same.
This course will teach you step by step How to make a Ladder Logics & Programming to any industrial process Control.
We have made explanation by Real Time LIVE Camera & Designing Software to understand the concept clearly.
NOTE: This course is not short an summary course, this course is detailed course. All topics are covered in it, from scratch. You can understand this course even you don't know about PLC . If you are working in this field, you can enhance your knowledge from this course.
Following is the brief information about the course:
Introduction of PLC.
Functions and Features of PLC.
What is Sink and Source concept?
Working Principle of PLC (Scan Time and Scan Cycle of PLC).
Wiring Connection and Communication of PLC.
Bit Logic with Interlocking and Holding Concept.
Timer, Counter, Compareinstruction, Math instructions,
Move, Keep, Increment and Decrement Instruction
Program Control instructions etc.
And many more instructions are covering in course.
Problems with Solution (Industrial Level).