Programming PLCs using LADDER Logic

Slides:



Advertisements
Similar presentations
Module 2 Sequential circuits and Step sequence. Analyze conditional control tasks and develop proper solutions for such tasks. Understand and utilize.
Advertisements

Programming with Ladder Logic
Unit 7 Discrete Controllers
Copyright © 2005 Rockwell Automation, Inc. All rights reserved. 1 Micro Logix 1100 RSLogix 500 LAB#2 Timing, Counting & Comparing.
PLC Timer Instructions
PROGRAMMING. Each PLC manufacturer offers a different set of instructions within its PLC family. Many of these instruction sets are not applicable to.
Otasuke GP-EX Chapter 9 Logic Screen
Programmable Logic Controllers
Elec467 Power Machines & Transformers
Ladder Logic PLC Programs are made up of combinations of AND; OR; NAND; NOR; and other gates, along with timers, inputs, outputs, counters, comparators,
Chapter 6 Introduction to Logic.
Drafting RLL. SLC 500 Processor Operating Cycle Event in Operating Cycle Input Scan Program Scan Output Scan Communications Processor Overhead.
Creating Relay Logic Diagrams
Switchgears Control Using SCADA System Based on PLC
Introduction To Programmable Logic Controllers
FUNCTION OF OUTPUT CONTROLLER AND APPLICATION
PLC OPERATION & PROGRAMMING Dr. ONUR TOKER. What is a PLC ? PLC is a computer system controlling a process. inputs - the keyboard is analogous to a proximity.
Copyright © 2005 Rockwell Automation, Inc. All rights reserved. 1 Starting & Stopping Motors Micro Logix 1100 RSLogix 500 LAB#1.
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Programming Logic Controllers
Chapter 19 Fundamental PLC Programming
Timers.
1 Starting & Stopping Motors Pico Pico LAB#4. 2 Program a series of three basic ladder logic rungs. These basic rungs are the most common rungs found.
Chapter 10 PLC Processors.
Program Control Instructions:
Industrial Process Control System Simon Hui Engineer Control and Informatics, Industrial Centre.
Operation Sabbath Mode - SELECT PROGRAM - Lights, alarms and fans Normal Sabbath Overview.
Memory Layout and SLC500™ System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Memory Layout and SLC500 System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Control Technology and Automation
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
Implementing software in IEC Languages in IEC IEC uses the following languages Instruction List – Assembly level programming using.
Copyright © 2002 Delmar Thomson Learning Chapter 10 PLC Processors.
Logic Functions and Symbols
PROGRAMMABLE LOGIC CONTROLLER
LADDER PROGRAMMING LANGUAGE by Dr. Amin Danial Asham.
1 Micro Economix 1500 RSLogix 500 LAB#3 Sequencing and Subroutines.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
1 RLL: Relay Ladder Logic CONTENTS 1. PLC operation 2. PLC programming 3. Ladder logic 4. Memory and gates.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Programmable Logic Controllers
Traditionally ladder logic programs have been written by thinking about the process and then beginning to write the program. This always leads to programs.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
Copyright © 2002 Delmar Thomson Learning Chapter 13 Understanding Relay Instructions and the Programmable Controller Input Modules.
MECH 1500 Chapter 4. MECH 1500 The Binary Concept 4.1.
© 2013 Eaton Corporation. All rights reserved. easy Programmable Relay Training Program Exercise 3.
Copyright © 2007 by Pearson Education 1 UNIT 6A COMBINATIONAL CIRCUIT DESIGN WITH VHDL by Gregory L. Moss Click hyperlink below to select: Tutorial for.
Programmable Logic Controller
Actuators and Control, Part 4 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
© 2013 Eaton Corporation. All rights reserved. PLC Programming Basics.
Chapter 5.
Seminar on "PLC” (Programmable Logic Controller)
PLC programming Part 3: Problems with solutions. Topics  Every problem is devided into three parts:  Technology description contains the general properties.
Programmable Logic Controllers
Chapter 5.
Programmable control systems
Industrial Electronics
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Programming Timers.
Industrial Electronics
Pico Pico LAB#1 Starting & Stopping Motors.
MicroEconomix 1500 RSLogix 500 LAB#2
MicroEconomix 1500 RSLogix 500 LAB#1
8.0 Programmable Logic Controllers 1
Lesson 17: State-Based Design Example
Lesson 19: PLC Programming Techniques
Programmable Logic Controllers (PLCs)
Programmable Logic Controllers (PLCs)
Presentation transcript:

Programming PLCs using LADDER Logic Good afternoon. My name is Jeferson Correa. I am a Ph. D. Student and I work with Dr. Simões with power electronics and control systems. I am going to present to you a tutorial about PSIM, a simulation package for power electronics and also for control systems.

Presentation Outline Review of Ladder Programming Keyence PLC Ladder Builder Example 1: Motor Control Example 2: Drill Control Example 3: Traffic Light I divided my presentation in this main topics: First of all: what is PSIM? Then I am going to present the circuit structure to be used with PSIM After we are going to start using PSIM and I am going to present some basic operations with PSIM, like inserting components, building a simple circuit and using measurements on the circuit; Then we are going to do to together some examples and, finally, you will have an exercise to do, ok?

Programming the PLC Ladder Logic Diagrams Function Block Diagrams Sequential Function Charts Instruction List Structured Text High-Level Language So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

PLC Scan Cycle Read Inputs Execute Program Update Outputs So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Update Outputs

Ladder Logic Execution Rungs of Ladder diagram are solved from Left to right and top to bottom Branches within rungs are solved top left to bottom right Ladder Rung A D E Left Power Rail Right Power Rail So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) B Branch F G H P S I J K R

Basic Ladder Programming So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Basic Ladder Programming So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Basic Ladder Programming So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Basic Ladder Programming Timer Output Input Triggered Timer Setting So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Keyence Ladder Builder http://www.keyence.com/products/plc.html -> PLC Library Free evaluation version – up to 50 times KV -> PLC Series from Keyence So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Keyence Ladder Builder Start -> Programs -> Keyence Applications -> Ladder Builder for KV Sample Ver. So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Keyence Ladder Builder Create a new file. Select the KV10 model. So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Keyence Ladder Builder Ladder Editor So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Toolbar

Keyence Ladder Builder Basic Table of I/O KV-10 Input Relays Output Relays Internal Relays Timers/ Counters Data Memory 0000 – 0005 0500 – 0503 1000 – 1915 T/C 000 – 063 DM 0 – 0999 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control ~ ~ ~ Stop ~ Start K1 K1 M1 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) K1 * The overload relay has been omitted in order to simplify the circuit

Example 1 – Motor Control Stop -> Input Relay 0000 (X000) Normally Closed (NC) Start -> Input Relay 0001 (X001) Normally Open (NO) Motor -> Output Relay 0500 (Y050) So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Ladder Diagram: Start Stop Motor Motor So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) END ENDH

Example 1 – Motor Control Select relay 0001 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Add a normally open contact

Example 1 – Motor Control Select relay 0000 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Add a normally closed contact

Example 1 – Motor Control So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Add horizontal connection lines

Example 1 – Motor Control Select relay 0500 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Add an output relay

Example 1 – Motor Control Connect the circuit to the right power line So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Place the cursor below the contact of relay 0001 Select relay 0500 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Add a Branch with a NO contact (OR logic)

Example 1 – Motor Control Place the cursor below the NO contact of relay 0500. Type END -> for end of routine . Click OK. So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Place the cursor below on line 0004. Type ENDH -> for end of program . Click OK. So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Run the simulator So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Execute the program for continuous scan So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Start the motor (turn on and then off the start button) …or double click with the mouse left button So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Change the status here and Then press Write Current Value…

Example 1 – Motor Control Stop the motor (watch the status of the motor – relay 0500) So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Stop the simulation and return to the editor So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Using labels So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Right click with the mouse button on the device and select Change Label So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Type the label and press OK (or Enter) So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 1 – Motor Control Type all labels (save the program – optional) So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) If you use labels you can enter the device by its label (instead of its number)

Example 2 – Drill Control Upper Limit Switch L1 M2 M1 Drill Motor Vertical Motor (up and down) So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) L2 Lower Limit Switch

Example 2 – Drill Control In the beginning of the drilling cycle the Upper Limit Switch (0001) is closed The START button (0000) starts the drilling cycle The drill motor M1 (0500) must start. At the same time, the vertical motor M2 must start to descend the drill (0501) The drill will stop at the Lower Limit Switch (0002). At this time, the vertical motor start to ascend the drill (0502). The drill motor must stop just at the upper position. Wait for a new drilling cycle So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 2 – Drill Control Non-retentive contacts: So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 2 – Drill Control Go to Help -> Instruction Word -> Instructions in Alphabetical Order -> DIFU So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 2 – Drill Control SET – RESET instructions So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 2 – Drill Control Go to Help -> Instruction Word -> Instructions in Alphabetical Order -> SET (RES) So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 2 – Drill Control Timing diagram: LIMIT1 START MOTOR1 So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) LIMIT2 M2-DOWN M2-UP

Example 2 – Drill Control So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 3 – Traffic Light Start the operation with the switch S1 (input 0000) The red signal must be ON for 5 seconds (output 0500) The green signal must be ON for 8 seconds (output 0501) The yellow signal must be ON for 3 seconds (output 0502) The cycle must continues until the switch S1 is released So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 3 – Traffic Light Go to Help -> Instruction Word -> Instructions in Alphabetical Order -> TMR So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 3 – Traffic Light So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 3 – Traffic Light Place the cursor at the position you want to add a Timer. Then, double click with the mouse left button and select Instruction -> TMR So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)

Example 3 – Traffic Light Define the Timer number and the Preset value. Timer number So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW) Preset value

Example 3 – Traffic Light So; let’s start looking of what is PSIM. Well, PSIM is a simlatoin package desinged for both power electronics and control systems. It is manufactured by the the company PowerSim, whose web site is www,powersimtech.com. You can download the evaluation version from this site. PSIM allows fast simulation and its interface is very friendly to the user. It is indicated for system-level simulation, including control loop design and motor drive systems. Different from PSPICe, for example, PSIM is not indicated for devices studies. The PSIM package contains three programs: the circuit schematic program (SIMCAD), the simulator program (PSIM) and the waveform display program (SIMVIEW)