Counter/EQU

Join Date
Jul 2010
Location
Il
Posts
4
RSlogix500
I need to do a task 100 times in a row. I have the program doing a the same task + one other output four times out of that hundred.
SOR XIC B11:0/7 BST EQU C5:4.ACC 0 XIC I:4.0/3 NXB EQU C5:4.ACC 25 NXB EQU C5:4.ACC 50 NXB EQU C5:4.ACC 75 NXB EQU C5:4.ACC 100 BND OTE B45:0/3 EOR. This is a pad release. I want to do this same task without the release. I can stop the release on the 96 but do I use a EQU or counter
 
Greetings and welcome to the forum John.

Either instruction will work - go with the one that you believe makes the program easiest to read and understand. Since you are already using the EQU instruction on C5:0.ACC then if it were me I would probably stick with that.
 
like this? SOR XIC B11:0/9 BST EQU C5:4.ACC 1/24 XIC I:4.0/3 NXB EQU C5:4.ACC 26/49 NXB EQU C5:4.ACC 51/74 NXB EQU C5:4.ACC 76/99 NXB EQU C5:4.ACC 100 BND OTE B45:0/3 EOR
 

Similar Topics

Hi Guys, I have a 1769-L24-QBFCB1 that has the OK light flashing on the embedded counter module. The manual states it is a resettable fault, but...
Replies
0
Views
104
Hey Everyone, After reading a lot on this forum and elsewhere I see not many are fond of the 1794-VHSC module. I can see to a degree as I was...
Replies
3
Views
154
Hello Folks, Has anyone configured a Momentum high speed counter on Unity 13.1. We need the wiring diagram for Momentum High speed counter and...
Replies
0
Views
76
Hi all, I am working with an incremental encoder (ABZ signals, 360 ppr (so 1440 counts per rev)) to replace the existing "manual" encoder wheel I...
Replies
51
Views
2,616
Hi y'all Just a quick question for using Rslogix 5000 I'm using a counter up bit with an analog signal (0-10V). When 10V is measured, counter...
Replies
5
Views
232
Back
Top Bottom