the instruction TOT in RSLogix

buhnen

Member
Join Date
May 2008
Location
Somewhereland
Posts
131
Hello everybody..

I have a question about arrays and pointers in RSLogix: I usually work with arrays.Let's say I have to check whether any variable of a user-defined data type has gone true at any moment .For instance,If I have 20 analogic inputs and want to check cycliclly if any of them has gone underrange, I'll use a pointer (under a ladder routine) and it's done.

So far so good. But talking now about other instructions such as Totalizers, only available within Function Block routines: Do I have to link individually a set of elements,say 20 flowmeter digital outputs,to other 20 instances of TOT instructions in the routine? or is there any other quicker way comparable to index access programming under Ladder? Otherwise this can result a too tricky programming method.

Thanks in advance.
 

Similar Topics

Hello, What's the working principle of a totalizer and how can the TOT instruction in RSLogix be used to calculate or accumulate Flow ? Thanks
Replies
5
Views
2,118
Hi all. Never really noticed, but I started double checking operands in the CPT instruction. I found if I have the expression N7[37,1] - N7[35,1]...
Replies
3
Views
134
I'm trying to dig to the source of a minor "recoverable" system fault throwing a fault light on a machine that has been confusing my operator...
Replies
3
Views
119
I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
123
Does this instruction calculate values during a single scan, or does it require number of scans based on element count in the array? For Example...
Replies
3
Views
131
Back
Top Bottom