MOV function to TON Accumulator

Join Date
Feb 2015
Location
NC
Posts
18
I have a program that runs a CPM Pelletizer. It has shear pins that break when rocks or other debris lodge in between the rollers and die. When the shear pins break the shaft spins freely and cams trigger a limit switch.

The limit switch is a XIC in the program that starts a timer. The timer .DN latches in a Shear Pin break alarm. The problem is the limit switch makes and breaks each time the shaft rotates 90 degrees. The Preset was initially 1000ms, I moved it to 5 ms. Is there a better way to solve this problem?

I noticed that other timers in the program have an MOV function that writes to 1000ms to the Accumulator and the Preset is set to 1000ms. Does this make the .DN true each time the rung is true?

Its a pretty big program and it is very easy to run into the unintended consequences, so I like to make as minor programming changes as possible and triple check everything.
 
If it were me, I would get away from the timer altogether and use a counter instead. If you really want to stick with the timer then I would use a retentive timer (RTO).
 

Similar Topics

Attached is an image of rung 43 on LAD10 of our digester program. In the MOV instruction at the end of the rung, the source address is something...
Replies
13
Views
3,108
Hi all, Is there a equivalent function block that do the same as MOV function in ladder? Thanks.
Replies
5
Views
2,351
I'm studying a Ladder program, but I don't understand How different between @MOV(21) function and MOV(21) function. Could anyone let me know...
Replies
4
Views
8,798
I encountered a digital switch and zi tried to use [DSW S D1 D2 n] where S is the head device (x), d1 (head device (Y), D2 is the device number...
Replies
0
Views
1,565
First of all, i want to thank you all for all your help. We that being said, Attach is a sample of my program, i am having trouble determining...
Replies
16
Views
3,885
Back
Top Bottom