You are on page 1of 1

Working on WPL Software

Aim: Using normally open Push button give the output after 5 second. Use timers. 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. To use a normally open push button , we have to select the normally open contact option in the menu bar, and the dialog box will open which will ask for the Input Device Instruction. And in the Input device instruction dialog box choose the Device name and Device number. Choose the device name to X , and the device number to 2. Then click OK. And with this ladder we will set the memory bit m1 ,to set this memory bit , type in the input instruction dialog box set m1.By this the memory bit will be set.Then in the next row. Again choose the normally open contact option from the menu bar and name the device as m and its number as 1. Now we have to set the timer of time 5 seconds to this m1, for this use the timer syntax which is tmr t1 kconstant. Here the time base is 100 milli seconds . So for 5 seconds we will write 50 in the constant. Now by this a timer t1 of 5 seconds will be set with m1.Now in the next row we will again choose the normally open contact and name the device as t and device number as 1, then ok. Then with this we will put the output . For the output there is a output coil option in the menu bar, select it and a dialog box input device instruction will come and we name the device name to Y and the number to 1 and then ok. Then in the last row ,type end in the input instruction dialog box to end the operation. Now connect this program to the online mode. Observation: When we press the push button X2 then after 5 seconds the Output Y1 will start to glow. There is a time gap of 5 seconds after we press the push button X2.

You might also like