Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Aim:Use rising edge trigger switches to show the increment and decrement in the data D1 Procedure: Use the

Delta WPL software . Open the file menu , then click new and then a menu option will come which will ask to select a PLC mode. In the select option choose the SS option, and the communication setting must be RS232(COM0) ,then click ok and later a Ladder Diagram mode window will open, maximize it and start working. Now put the rising edge trigger switch by selecting the rising edge trigger switch option from the menu bar and name it as X0 and put an increment D1 to this switch.In the next line put another rising edge trigger switch named X2 and put decrement to the data D1 .

Syntax for Increment and decrement: INC D1 DEC D1


Now put end to the program and get in the online mode. Observation: When we press the rising edge trigger switch X0 then there will e increment in the value of D1. And when we will press the rising edge trigger switch X2 then there will be decrement in the value of D1.

You might also like