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
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
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
- Take a NO(Normally open) contact as shown in picture.
- 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).
- Then take an output coil as shown in picture.
- 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
- Click on save icon (as shown in picture) or "ctrl + s" to Save the project.
- The give file name and click on save.
- Then click on compile then on ladder instruction (or press ctrl + F7 on keyboard) to compile project
Simulate the Ladder Logic Program
- Turn on the simulator by clicking on simulator button(as shown in picture).
- Then go online by clicking on online button (as shown in picture 2).
- Then click on RUN button to start simulation (as shown in picture 3).
- Then to simulate button press right click on NO contact and click "set on"(to release button press "set off").
- Then to stop simulation press on STOP button next to RUN button.
- To go offline click on online button again.
- To stop simulation click on simulator button.