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

LIFO Instruction in PLC
Example of Automated Guided Vehicle with PLC
Static and Temp Variables in PLC
PLC to Start or Stop 3 Machines using 1 Switch Program
What are High-Speed Inputs in PLC?
Count the Number of Cartons in a Storage Area PLC Logic
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

Allen Bradley Math Functions
Introducing PLC Programming using LogixPro Simulator Software
PLC Question Bank
CODESYS HMI Interface
How to Configure Analog Inputs and Outputs in Delta PLC?
PLC Program for Motor Starter
What are High-Speed Counters and Fast Counters in PLC?
PLC Program Examples

Keep Learning

Types of Limit Switches

Types of Limit Switches – Principle, Advantages, Disadvantages

Wonderware Recipe Manager Plus

What is Recipe Management in SCADA?

PLC Program for Controlling Conveyors ON Sequence and OFF Sequence

PLC Program – Controls Conveyors ON and OFF Sequence

Operator Interface for SCADA System

Operator Interface for SCADA System

How to Delay a Sensor Signal in PLC?

How to Delay a Sensor Signal in PLC?

SR Flip Flop Logic

How to implement SR Flip Flop using PLC Ladder Logic

Simulating Level Sensor and the Pump Logic in PLC

PLC Basics – Manual Control, Closed Loop, ON-OFF with Hysteresis

Industrial Control Systems Security

Comparing ICS and IT Systems Security

Learn More

What is a Magnetic Field

Difference Between Electric Field and Magnetic Field

Pressure Transmitter Calibration Setup

Pressure Transmitter Preventive Maintenance

2 wire transmitter current loops

2-wire Transmitters Current Loops

4-20mA Current Loop

Basics of 4-20mA Current Loop

LED Projects for Engineering Students

LED Projects for Engineering Students

Control Valve Actuator Parts

Reversing Control Valve Actuator Fail Safe Mode

overview-of-communication-protocols

Industrial Automation Communication Protocols

0-10 VDC to 0-20 mA Conversion

How to Convert Voltage to Current using Resistor ?

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?