You are on page 1of 1

Aim: Using timers , show the blinking of the output with the time gap between the blink

be 1 second. 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 4. Then click OK. Now set a timer t1 of 1 second with this normally open contact X4.In the next line pu a normally open contact t1 which sets the output Y0. The next line will have a normally open contact named Y0 which will start another timer t2 of 1 second.The next line will have the normally open contact t2 which will reset t2 and there is a vertical line with normally open contact t2 which will reset t1, and there is a vertical line with normally open contact t2 which will reset Y0. Now end the program and get in the online mode. Observation: When we press the normally open push button X4 then the timer t1 of 1 second starts and after 1 second it will glow the output Y0, then again a timer t2 of 1 second will start which will reset timer t2, reset timer t1,reset output Y0. This cycle will keep on going again and again which will result in the blinking of output Y0.

You might also like