Host Engineering Forum

General Category => DirectSOFT => Topic started by: japman117201 on May 20, 2008, 11:34:53 AM

Title: Timers
Post by: japman117201 on May 20, 2008, 11:34:53 AM
My boss had someone else write this software program, but I have to modify it. The touch screen has three print time buttons; 2 mins,, 5 mins, 10 mins, and 15 mins. I am trying to change the programming in the DL260 from a 15 minute timer to a 30 minute timer. Any help?
Terry
Title: Re: Timers
Post by: Greg on May 20, 2008, 02:41:48 PM
Regular timers (TMR), can only have a maximum preset of K9999 which is 999.9 seconds, or 16 min 39.9 seconds. To do a time longer than this would require something more. Some ideas:


I know this is just a verbal description, but does that help? Use the d2user.PDF manual in Chapter 5 for details.
Title: Re: Timers
Post by: japman117201 on May 21, 2008, 02:59:19 PM
Where can I find the d2.user pdf manual?
And thanks for responding.
Terry
Title: Re: Timers
Post by: japman117201 on May 21, 2008, 03:41:18 PM
I'll try to give you an idea of the switch setup.
At switch 104 there four boxes to the right.
Top box labeled LD contains K900.0
Next box marked out contains V3170
Next box marked  LD contains K15
Last box marked out contains V3171

Does this help?
Terry
Title: Re: Timers
Post by: b_carlton on May 21, 2008, 09:57:54 PM
The manual is here

http://web2.automationdirect.com/static/manuals/d2user/d2user.html (http://web2.automationdirect.com/static/manuals/d2user/d2user.html)
Title: Re: Timers
Post by: Greg on May 23, 2008, 04:57:32 PM
I'll try to give you an idea of the switch setup.
At switch 104 there four boxes to the right.
Top box labeled LD contains K900.0
Next box marked out contains V3170
Next box marked  LD contains K15
Last box marked out contains V3171

Does this help?
Terry


This merely means that the value of 900 is loaded into V3170 and the value of 15 is loaded into V3171. I'd be more than happy to help you figure this out if you want to send me your project.