difference between S7 and RS500 timers

whether time counts down or up it makes no difference,

when time elapse the done bit state in any plc will be changed to high.

unless you are using a comparator instruction to create a sequence based on timer CV value (inaccurate system, unless you use interrupt events) then I don't think you should concern your self of how a timer times out.

having said that, can't you write a one rung code and debug online in your S7 software to see if the CV of the timer is going up or down ?

Kind regards.
Kyle Sleiman
 
Last edited:
The timer value gets shown in the Indirect column when viewing in STL.
It will be in the following format:

yxxx

y = Timebase
x = REMAINING timevalue


If you L T33 however, only xxx is loaded into ACCU1. As an integer.
This means that yes, for the first 65 count downs, M21.0 will be TRUE.
As long as your time base remains 0, it'll be 65 x 10ms = 650ms.
If your timebase goes to 1, it'll be 65 x 100ms = 6.5sec
And so forth.
 

Similar Topics

Hello, I have a problem with AO- and AA-Tags. When I use for example the tag AO_Test with the address 200 and type the value 1,2 in, the AA-Tag...
Replies
7
Views
1,432
As per the title. This might seem like a basic question to many, but I'm unclear about the difference between a coil ( ) and an application...
Replies
28
Views
4,076
Good Morning , I have 2 Frequency Drive panels to build and commission . It is for 2 pump systems . Just wondering , what is the...
Replies
4
Views
1,990
Hi Experts, Good day! What are the differences between PCS7 SIMATIC Batch and PM Control? Do you have any manual like "Getting Started "...
Replies
0
Views
826
I have a Automation Direct Click Plus that you can buy option CPU slot modules for input/outputs. The slot modules have the options of sinking...
Replies
9
Views
2,855
Back
Top Bottom