Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: STAR-DELTA Auto And Manual Program using XG5000 Software
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > STAR-DELTA Auto And Manual Program using XG5000 Software

STAR-DELTA Auto And Manual Program using XG5000 Software

Learn about the STAR-DELTA Auto and Manual program using XG5000 Software. A practical guide for students and beginner PLC programmers.

Last updated: September 20, 2024 12:14 pm
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

This article discusses the STAR-DELTA Auto and manual system using the XG-5000 Software. This article can be used as a learning medium for students or beginner PLC programmers.

Contents
STAR-DELTA Auto And Manual ProgramXG5000 PLC Programming

STAR-DELTA Auto And Manual Program

This PLC program has 4 buttons and 1 Selector Switch, the START (P0000) button is used to Turn ON the system, the STOP (P0001) button is used to Turn OFF the system, the STAR_BUTTON (P0003) button is used to Turn ON OUT_STAR (P0040) Output, and the DELTA_BUTTON (P0004) button is used to Turn ON Output OUT_DELTA (P0041).

Selector Switch MODE_BUTTON (P0002) is used to select the system in Auto or Manual mode.

When the START (P0000) button is pressed, the system will Run in MANUAL Mode.

In manual mode, if the STAR_BUTTON (P0003) button is Pressed, the Output OUT_STAR (P0040) will be ON and when DELTA_BUTTON (P0004) button is Pressed, the OUTPUT OUT_DELTA (P0041) will be ON.

When Selector Switch MODE_BUTTON (P0002) is changed to AUTO mode, the Output OUT_STAR (P0040) will be ON for 5 seconds then OFF and the Output OUT_DELTA (P0041) will be ON.

The system will turn OFF if the STOP (P0001) button is Pressed.

STAR-DELTA Auto And Manual Program using XG-5000 Software

PLC IO Details:

CommentInputs (I)Outputs (Q)Memory BitsTimers
STARTP0000   
STOPP0001   
MODE_BUTTONP0002   
STAR_BUTTONP0003   
DELTA_BUTTONP0004   
OUT_STAR P0040  
OUT_DELTA P0041  
SYSTEM_ON  M0000 
MANUAL  M0001 
AUTO  M0002 
STAR_MANUAL  M0003 
DELTA_MANUAL  M0005 
STAR_AUTO  M0006 
DELTA_AUTO  M0007 
TIMER_AUTO   T000

XG5000 PLC Programming

NETWORK 1

In this Rung, when the START (P0000) button is Pressed, the memory bit SYSTEM_ON (M0000) will become a HIGH state. Because it uses Latching, the memory bit SYSTEM_ON (M0000) remains in the HIGH state even though the START (P0000) button is Released.

The memory bit SYSTEM_ON (M0000) will change to LOW state if the STOP (P0001) button is Pressed.

The STAR-DELTA Auto And Manual Program

NETWORKS 6

When the NO contact of memory bit SYSTEM_ON (M0000) in the HIGH state and the NC of Selector Switch MODE_BUTTON (P0002) in the LOW state, the memory bit MANUAL (M0001) will be in the HIGH state.

The memory bit AUTO (M0002) will be in the HIGH state when the NO contact of memory bit SYSTEM_ON (M0000) is in the HIGH state and the NO contact of Selector Switch MODE_BUTTON (P0002) is in the HIGH state.

XG-5000 PLC Program

NETWORK 14

In this Rung, when the NO contact of memory bit SYSTEM_ON (M0000) is in the HIGH state and the STAR_BUTTON (P0003) button is Pressed, the memory bit STAR_MANUAL (M0003) will be in the HIGH state.

NETWORKS 17

In this Rung, when the NO contact of memory bit SYSTEM_ON (M0000) is in the HIGH state and the DELTA_BUTTON (P0004) button is Pressed, the memory bit DELTA_MANUAL (M0005) will be in the HIGH state.

NETWORKS 21

In this Rung, when the NO contact of memory bit AUTO (M0002) is in the HIGH state, the memory bit STAR_AUTO (M0006) will be in the HIGH state, and the TIMER_AUTO (T000) timer starts counting up to 5 seconds.

When the timer TIMER_AUTO (T000) finishes counting, the memory bit STAR_AUTO (M0006) changes to a LOW state due to the timer TIMER_AUTO (T000) interlock.

NETWORKS 28

When the NO contact of memory bit AUTO (M0002) and timer TIMER_AUTO (T000) is in the HIGH state, the memory bit DELTA_AUTO (M0007) becomes a HIGH state.

XG5000 Star Delta PLC Logic

NETWORKS 32

In this Rung, the Output OUT_STAR (P0040) will be ON if the NO contact of memory bit STAR_MANUAL (M0003) or STAR_AUTO (M0006) is in the HIGH state.

NETWORKS 35

In this Rung, the Output OUT_DELTA (P0041) will be ON if the NO contact of memory bit DELTA_MANUAL (M0005) or DELTA_AUTO (M0007) in the HIGH state.

Read Next:

  • Motor Running Hours Rockwell PLC Program
  • Motor Starter Logic using Siemens PLC Logic
  • Structured Text PLC Logic for Motor Interlock
  • Siemens VFD Configure TIA Portal Start drive
  • Configure PID Controller in Schneider PLC
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Overview of Industrial Control Systems
What is a Data Block? Global Data Blocks in PLC
PLC Programming Example on Multi-Motor Control for Beginners
How to Add Security in InTouch SCADA?
PLC Based Product Sorting Machine System – Lift Control
PLC based Door Open and Closing System
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Comparator in PLC Programming
Structured Text PLC Programming for Two-Tanks Level Application
LS Electric PLC Program Example: Clothes Washing System
PLC Program for Trash Compactor
How to Operate a Group of Induction Motors using PLC Logic?
Tools Required for PLC Programmer to Carry at Site
How to Design an Effective HMI? – Human Machine Interface
Various Communication Protocols in PLC

Keep Learning

PLC Timers with Practical Examples

Omron PLC Timer Example Explained

Sequential Timer Control of Lamps

Schneider PLC Example: Control Lamps Sequences

Difference between Analog Signal and Digital Signal

What are Analog and Digital Signals? Differences, Examples

Save and BR Memory in Siemens PLC Programming

SAVE and BR Memory Instructions in Siemens PLC Programming

PLC Questions & Answers

Programmable Logic Controller Questions and Answers

Surface Grinding Process using PLC Program

Surface Grinding Process using PLC Program

Learn SCL programming from scratch

How to Start Writing SCL Language in Siemens Tia Portal?

Free WinCC SCADA Training Course

Free SCADA Training Course

Learn More

Pressure Measurement Multiple Choice Questions

Comparison of Level Meters - Level Measurement Instruments

Comparison of Level Meters – Level Measurement Instruments

Electrical Machines Questions and Answers

Induction Motor Rotor Frequency

PLC Raw Count Calculation formula for Pressure Transmitter

PLC Raw Count Calculation for Pressure Transmitter

magnetic-level-gauge-principle

Magnetic Level Gauge Working Principle Animation

Industrial PLC Communication Network

Basics of Industrial Communication Networks

Compression load cell Principle

Types of Load Cells

thin-layer chromatography

Thin-Layer Chromatography : Manual Method

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?