Automation Direct DL05 PLC

e_pramod

Member
Join Date
Feb 2005
Posts
29
I am working on the automation direct PLC DL05. I have problem on the timer instruction, Once the timer instruction becomes true & when reach to the preset value done bit become activated , but still timer increment continuously. Is it causing overflow fault?
Is it necessory to stop the timer by making rung condition false after done bit activated?
 
It will not cause an overflow fault.

That would be correct. The timer will continue counting up until it reaches 9999 (assuming TMR) and then will stop but the T bit will stay on as long as the timer value is above the preset value. The timer is reset by turning the input off.

Bob
 
testsubject said:
It will not cause an overflow fault.

That would be correct. The timer will continue counting up until it reaches 9999 (assuming TMR) and then will stop but the T bit will stay on as long as the timer value is above the preset value. The timer is reset by turning the input off.

Bob


I will confirm Bob's answer as 100% correct.
 
elevmike said:
I will confirm Bob's answer as 100% correct.
I'll give him 99.99% correct... :ROFLMAO:

The T bit will stay on as long as the timer value is equal to or above the preset value.

🍻

-Eric
 
This can come in handy sometimes because you can have multiable events off the same timer using relational contacts. Same with counters.

Andy
 

Similar Topics

Hello everyone, I have a customer that needs some help and I dont really understand the question so im posting it here, I think he is over...
Replies
16
Views
3,961
I have a Direct Logic DL05 (DO-05DR) PLC I'm using with a samkoon touchscreen. I've got communication going between the two using Modbus, but...
Replies
25
Views
7,472
I am about to use a PLC for the first time to do a small lab task, and we have ordered an AD DL05 with 8 DC inputs and 6 relay outputs. The...
Replies
4
Views
3,669
Anyone know if you can use a DL05 and communicate to wonderware, with or without the ethernet addon. Thanks for your time.
Replies
5
Views
4,550
Back
Top Bottom