TMR in logicmaster 90-70

bdoutney

Lifetime Supporting Member
Join Date
Aug 2011
Location
LI NY
Posts
92
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 elsewhere in the program.
Most of the examples I find on this forum use %R instead.
Which one is the best way to do this?
Also after the CV-current value time reaches the PV-preset value the CV keeps accumulating. Will it be a problem if it reaches the maximum value?
 
Geez - a long time between drinks here. I always used %R - cannot help you with the accumulator.
 
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 elsewhere in the program.
Most of the examples I find on this forum use %R instead.
Which one is the best way to do this?
Also after the CV-current value time reaches the PV-preset value the CV keeps accumulating. Will it be a problem if it reaches the maximum value?
The two types of memory %R and %P are similar in how they are used, the difference is in how they can be accessed.
From PME online help:
"The size of the %P data block is based on the highest %P reference address in all blocks. %P addresses are available only to the program they are used in, including C blocks called from LD blocks; they are not system-wide."
 
%R registers are global, while %P registers are local to a subroutine. There is no problem with the accumulator continuing to increment. This is normal.
 

Similar Topics

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,296
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
Hi, I am trying to learn how to setup a timer in versapro. I am very new to this software. I am more familiar with Logixpro. My question is I...
Replies
1
Views
1,529
Tmr
:) What is Triple Modular Redundancy (TMR) and Who are the automation vendors offering such system?
Replies
3
Views
2,603
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...
Replies
6
Views
7,021
Back
Top Bottom