How to Simulate PLC Code in WPLSOFT Delta Plc

by ELECTROGINEER in Circuits > Electronics

31 Views, 0 Favorites, 0 Comments

How to Simulate PLC Code in WPLSOFT Delta Plc

THUMBNAIL.jpg
HOW TO SIMULATE PLC CODE IN WPL SOFT | WPL SOFT SIMULATION | DELTA PLC SIMULATION

In this instructables you will learn how to simulate a delta PLC Ladder logic program in WPLSOFT software.

Supplies

1.Laptop or PC

2.WPLSOFT Software(Click here to watch "how to download WPLSOFT software")

Create New File

Screenshot_2022-10-13-10-51-30-295_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-52-04-089_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-52-29-957_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-52-41-110_com.google.android.youtube.jpg

1. Open the WPLSOFT Software.

2. Then create new file by clicking on file -->New.

3. Then give the program name and select PLC model type.

4. Click on OK.

Write the Ladder Logic Program

Screenshot_2022-10-13-10-53-01-780_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-53-14-646_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-53-32-536_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-53-40-744_com.google.android.youtube.jpg
  1. Take a NO(Normally open) contact as shown in picture.
  2. Then give input address to the contact (delta plc has octal Input number system so it accepts input address number in range "0-7","10-17" and so on).
  3. Then take an output coil as shown in picture.
  4. Then give output address to the output coil (delta plc has octal output number system so it accepts output address number in range "0-7","10-17" and so on).

Save and Compile the Project

Screenshot_2022-10-13-10-54-00-060_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-54-33-779_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-54-47-316_com.google.android.youtube.jpg
  1. Click on save icon (as shown in picture) or "ctrl + s" to Save the project.
  2. The give file name and click on save.
  3. Then click on compile then on ladder instruction (or press ctrl + F7 on keyboard) to compile project

Simulate the Ladder Logic Program

Screenshot_2022-10-13-10-55-01-948_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-55-15-048_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-55-36-209_com.google.android.youtube.jpg
Screenshot_2022-10-13-10-55-52-596_com.google.android.youtube.jpg
  1. Turn on the simulator by clicking on simulator button(as shown in picture).
  2. Then go online by clicking on online button (as shown in picture 2).
  3. Then click on RUN button to start simulation (as shown in picture 3).
  4. Then to simulate button press right click on NO contact and click "set on"(to release button press "set off").
  5. Then to stop simulation press on STOP button next to RUN button.
  6. To go offline click on online button again.
  7. To stop simulation click on simulator button.