TMR & CTR Instruction in TI

mtariq_amin

Member
Join Date
Nov 2007
Location
Jeddah
Posts
10
Dear All.

I am upgrading 25 year old TI plc to Step7.

The TI PLC is as follows:

5TI Expander



Model: 5TI-5500

Supply Volt: 102-132 VAC 47-63 HZ

Serial # : 15EX8510000491

Full load current: 0.75 A



5TI Sequencer



Model : 5TI-1031-1

Supply Volt : 102-132 VAC 47-63 HZ

Serial # : 81030077

Full load current : 0.75 A


I have the hard copy of TI Program.
I am facing Difficulty in understanding TMR & CTR in TI Program.
The TMR istruction is as follows:

TMR_Instruction.JPG


The CTR instruction is as follows:

CTR_Instruction.JPG


Kindly help me in finding out, how this timer and counter instruction is working

Which one is on-delay or off-delay timer??
Which one is up or down counter??

Your help regarding this matter will be highly appreciated.

Regards,
Tariq
 
The counters you display are up count only. An up/down counter is a UCD block. See examples below are for 5TI only!
Technicaly there are only on-delay timers in a 5TI. An off-delay is done by using the same NC contact in both inputs to the TMR block. I think the 5TI time in 0.1 seconds, TMR3=5 seconds.
Outputs turn on when preset P is reached in all cases. The UDC output also turns on when the dynamic count =0 when counting down. Additional contacts/rungs are needed to inhibit this. Such as X3 to allow/disallow in another rung. A little confusing at times.
I hope this helps. I had to review one of my 25+ year old manuals.

ti_ctrr.jpg


ti_udcr.jpg


ti_odtmrr.jpg


ti_offdtmrr.jpg
 

Similar Topics

I 'm trying to convert a TI program to Step 7; i'm looking for a manual or someone who can explain me some simple ti istructions (overall CTR...
Replies
2
Views
4,238
This is a Tangent from jefferypb’s thread about Anti-Tie-Down, or is it an Anti-Repeat? Regardless of what kind of mechanism jefferypb is really...
Replies
0
Views
4,458
Does anyone have experience using these things? Can't get it to work for the life of me. I've used the Schneider cable to set the IP and I can...
Replies
9
Views
2,299
Hello everyone, So I am currently trying to write some logic to a program that was not written by me. I am using a Mitsubishi PLC (QO6UDV) and...
Replies
2
Views
1,411
I had to delay an output for 3 seconds so I added a TMR in the rung right before the output using 3 unused words from the %P register like I found...
Replies
6
Views
1,678
Back
Top Bottom