Internet PLC Forum

General => Technical support => Topic started by: Lim(Korea) on April 10, 2003, 04:39:41 PM

Title: About timer...
Post by: Lim(Korea) on April 10, 2003, 04:39:41 PM
Each individual timer can bo defined with preset values ranging from 0.1 to 999.9 seconds or from 0.01 to 99.99.
But I want that Each individual timer can bo defined with preset values is 30 minutes.
Give me Example
Title: Re: About timer...
Post by: support on April 10, 2003, 05:07:12 PM
You can use a 1 minute clock "Clk:1min" to toggle a down counter with preset value of 30. So the counter will count down every minute and when it reaches zero, its contact is turned ON. That can be used just like a timer.