how many timers and counters can we have ?

leonlai

Member
Join Date
Jun 2011
Location
WA
Posts
96
Hello,

I have a stupid questions
How many timers and counters we can have or can we create more timers and counters ???
For example in micrologix 1400, by default in RSLogix 500 I see there is T4:0 to T4:15 & C5:0 and C5:1;
I click properties to add more T4 and C5 (like T4:32 and C5:5)
but is it right ??? will the micrologix regconize them ?? or there are only 16 bits of T4 and 2 bits of C5 and no more ???

Thanks
 
You can place into code up to T4:255 or up to C5:255. The already established tables will be automatically expanded to hold the highest number you enter.

In a like way you can right-click on the data table in the left column then, under properties, assign either the number (up to 256) or the last location (up to XX:255) in that table.

If you need yet more of these you can create more data tables by right-clicking on 'Data Files' and selecting 'New'. Fill in the (currently unused) number and type of the file. Enter the number of entries (this can always be expanded just as in the default files.)
 
Last edited:
It may be helpful to remember that a timer and a counter is not a device. It is a computer instruction that operates on a location in memory. As such when you add more timers or counters you are allocating a piece of memory to be used. Your only limitations are the limits of the file size (256 elements), which is an addressing limitation, not a memory limitation. By adding more files of the desired data types you can have as many bits, timers, counters, integers, etc. as you need up to the memory limits of the controller model you are working with.


In the AB line only the bottom dwelling Micrologix 1000 has a fixed timer/counter limitation. Some other PLC manufacturers pre-allocate memory for specific purposes so with those brands you may find that your data types are not expandable, although most are generous with the memory allocation.
 
Last edited:
In the AB line only the bottom dwelling Micrologix 1000 has a fixed timer/counter limitation.
The caveat "in modern times" should be added. Ocassionaly someone here will dig out on of the older Allen Bradley PLCs such as the PLC2 or the SLC 100. Then you are back to the "limited number of fixed timers.
 

Similar Topics

Respected gentlemen: I want to know how many timer we can use in one program? for your information : i'm using STEP 7 version 5.4 SP5. as per my...
Replies
2
Views
1,751
I'm a bit affraid that I will need to much timers for a project. The CPU they bought is an 314... How many timers are possible in this CPU type...
Replies
8
Views
3,618
I was wondering if one can reset any number of timers acc.value with just one rung with out using a bunch of resets? Thanks for your help
Replies
19
Views
9,119
Good Evening , We have a number of Powerflex 525 Drives . I took notice for years elsewhere and our plant , that our Powerflex 525 drive...
Replies
0
Views
636
Good Afternoon, Just wondering , are many of you using SAP in your plants ? If so , is it difficult to learn ? Are there many training...
Replies
10
Views
1,417
Back
Top Bottom