
Explore programmable logic controllers (PLC) and their role in industrial automation, handling analog and digital inputs/outputs, diverse communication protocols, and scalable control of multiple I/O.
Explore the block diagram of a PLC: CPU as the brain, digital and analog inputs from sensors, power supply considerations, output control, and software for downloading and uploading programs.
Explore the working principle of PLCs by examining the scan cycle: read inputs, execute the program, and update outputs within milliseconds, driven by the PLC’s memory and microprocessor.
Explore sink and source concepts in DC input and output circuits, showing how current direction and wiring affect module selection, with examples of common, negative logic, and practical connections.
Explore PNP and NPN wiring of a sensor to a PLC, demonstrating sink and source input connections, power supply, and how to connect input and output terminals.
Learn to wire PLC inputs and outputs, assign unique addresses from x1 to x13, and configure transistor and relay outputs with a DC power supply and basic communication protocol.
Introduction to Fuji PLC, a programmable logic controller with high processing speed and compact design, enabling panels and control boxes, with configuration and Fuji servo system for high speed communication.
Explore the functions and features of Fuji PLCs, detailing digital inputs and outputs, transistor-type outputs, expansion modules for increased I/O, and the accompanying labeling and communication board configurations.
Explore the WinProladder software interface, including the function toolbar with categorized, frequently used commands, a component tray, and a project window with a status area showing connection status.
Explore the data types in Fuji PLC, including digital inputs/outputs with two states, unsigned and signed 16-bit words, 32-bit combinations, real numbers, and string data types.
Learn how Fuji plc assigns dedicated memory locations to inputs and outputs, enabling the processor to recognize signals by address, including timers, counters, and data registers.
Explore the IEC 1131 standard for PLC programming and its diverse languages, including graphical and text-based options, to standardize programmable controllers and enable cross-brand compatibility.
Learn basic bit logics with normally open (NO) contacts in PLC programming, understanding how inputs, networks, and output coils determine when outputs energize.
Explore bit logics using nc type and output coil, linking physical switches to inputs and outputs, and understand normally closed and normally open states driving coil activation.
Master basic rules for ladder diagrams, including how to connect the load at the end of a run and how on and off states behave in PLC software.
Apply the second programming rule by wiring nodes in parallel, not in series, and use two separate lines in the BSG programming software when a single line is invalid.
Explore metaprogramming rules for PLC logic, showing how input context connects in parallel and in series, and applying aggregate logic to manage input switches.
Demonstrate basic programming concepts, including input and output, looping, and the importance of full context to prevent incorrect output.
Learn basic programming rule 5 in BASIC plc programming: assign a unique output for each load and do not reuse the same output for two different loads.
Explore season four basic program by storing delays in memory and cycling inputs and outputs. Reassess how internal memory connects to input and output to manage delays.
Create your first WinProladder PLC project by configuring inputs and outputs and setting memory addresses. Learn to build, simulate, and online-check the program with the WinProladder interface and keyboard shortcuts.
Analyze and solve basic plc programming problems using logic rules, X inputs, and S-5 switches to drive outputs L1–L5 and manage power supply paths.
Solve a logic-based PLC problem by replacing one switch with an anti switch, mapping inputs X1, X2, X3 to outputs 1, 2, and 3, and validating with ladder logic simulation.
Solve problem 3 by programming a plc logic using s1 and s2 as on conditions and x inputs for series and parallel paths to control the output.
Explore ladder logic programming to implement boolean expressions using inputs a and b, applying and, or, and not operations to generate the required outputs in a simple way.
Explore programming logic gates with two inputs, S1 and S2, and observe how and or gates determine the output based on input conditions.
Explore logic gates (and, or) in software, configure inputs and outputs, and verify correct coil-energizing behavior via PC simulation and open viewer.
Explore NAND and NOR gates with two inputs A and B producing output Q, including gate expressions and wiring in series or parallel configurations.
Explore nand and nor gates in software. Learn how negation and complement govern logic outputs and implement these gates in software configurations including series connections and or gate relationships.
Explore two-input xor and xnor gates, derive their boolean expressions, and analyze their truth tables to determine the output Q.
Discover xor and xnor gates in software, study their truth tables, and simulate input conditions with online models to verify outputs.
Explains transition up and transition down inputs in Fuji PLC programming, showing how 0 to 1 or 1 to 0 changes generate a single output pulse per scan cycle.
Learn how to implement differential up (DIFU) and differential down (DIFD) outputs in fuji plc programming, including transition behavior and pulse generation with on/off states.
Explore latching and unlatching concepts in PLCs, showing how a push button can set or reset an output to maintain state, with momentary and continuous press behavior.
Learn latching and unlatching in PLC software, and how start and stop pushbuttons control outputs and indicators via input–output logic and contact types.
Explore latching and unlatching in PLC using a lamp and push button, showing how the lamp turns on with a push and remains on until reset.
Demonstrates latching and unlatching in a plc program by simulating a start push button, memory bits, and outputs, showing how to hold and release states and reset memory across presses.
Learn to implement latching and unlatching logic in PLC software using memory coils, output coils, and a start button to control a lamp.
Introduction to the set and reset instruction in PLC programming, using let and let go latching to control a load, push button, and maintain output states.
Learn to implement set and reset instructions in Fuji PLC programming to control and latch outputs using start and stop push buttons, understanding when outputs turn on or off.
Master interlocking concepts in PLC programming by examining a forward and reverse motor control with sensors and an indicator, ensuring mutual exclusivity to prevent simultaneous motion.
Explore the interlocking concept in software for PLC programming, using proximity sensors and forward and reverse motor control to prevent conflicting motions and safe process operation.
Explore how timers create precise time delays in PLC programs, covering on-delay timers, presets, and accumulators with a lamp demonstration.
Explore the different timer types in WinProladder, including a one-second base timer and a 0.01-second timer, and learn to set presets and enable conditions for PLC timing.
Explore configuring a 0.1 s timer in Fuji PLC programming, including choosing the timebase, setting presets, and comparing current and preset values, then simulate timer behavior in a project.
Explore how a 1000 ms timer works as a one-shot timer in Fuji PLC programming, including preset values, on/off conditions, and practical timer simulation.
Learn how to implement a variable time delay in Fuji PLCs by using presets, data registers, and the move instruction to adjust timing based on on/off conditions.
Learn to stop a timer’s current value at a preset in plc using enable conditions and a reset, with flag memory indicating the preset is reached in pc simulation.
Solve a timer-based PLC problem using boolean logic with S1, S2, S3 and X, Y inputs; learn sequencing, five-second delays, and output control for safe, reliable operation.
Learn to implement on-delay timers in Fuji PLC programming, linking input X to an output with preset timings, transitions, and reset behavior through a practical example.
Learn how a Fuji PLC counter operates by counting input pulses, using a preset, and resetting to track direction, with normal and high-speed counter types.
Explore the two types of counters in WinProladder, 16-bit and 32-bit, covering their preset value ranges, how to use them, and their reset behavior when conditions change.
Explore implementing a 16-bit counter in Logix using the counter block, preset values, and up-down counting. Understand how power failure resets the counter to zero and how values reflect status.
Explore 16-bit counter Part 2 in PLC software, manage inputs, resets, and preset values, and observe CV and PV behavior in simulation.
Explore 32-bit counters in Fuji plc programming, contrast them with 16-bit counters, and learn retentive versus non-retentive types, including reset behavior and addressing.
Explore up-down counter concepts in Fuji PLC programming, configuring either 16-bit or 32-bit counters, setting preset, upper and lower limits, and understanding PV, CV, and reset behavior in simulation.
Explore data transfer instructions in parallel software, including mov, dmov, pmov, and dpmov, and learn how to set source and destination to move 16-bit or 32-bit data.
Learn how to use compare instructions (cmp, dcmp, pcmp, dpcmp) to compare source A and source B across 16- and 32-bit data, with plain and pulse variants and output logic.
Explore how to use PLC compare instructions for equal, not equal, greater than, less than, and their inclusive forms, including 16-bit and 32-bit data handling and software configuration.
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.
Fuji Electric has supported industry with innovative solutions and advanced technologies. Fuji Programmable Logic Controllers (PLC) designed with high processing speeds and full transparency. Fuji PLC's provide users with numerous functions and controls from small scale equipment to entire production lines.
WProlad for WSZSoft, programming software for all Fuji’s PLC series. WProlad for WSZSoft includes various types of features to accelerate the development of your PLC program.And this course is covering complete programming of PLC Model WSZ-24MA of Fuji PLC.
After doing this course, you can easily program the other PLC series.This software is used for all the 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.
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 instructions, Program Control instructions andData Control Instruction etc.
And many more instructions are covering in course.
Problems with Solution (Industrial Level).