Message Read SLC 5/05 not using Write

Osborne

Member
Join Date
Apr 2007
Location
Cleveland
Posts
13
I am trying to read accumulated value from Timer on PLC1 into PLC2 and view value in Data Table N7:10 on PLC2
Read command setup:
Source:
T4:0/?
Size 4
Target:
N7:10
Size 4
I can't get the syntax correct I keep get error, How would I enter these values ? I want to open Data Table for N7:10 to see change.
 
Are you trying to read from 4 timers?

I would move the timer acc first to another integer and then read it from there.

MOV T4:0.ACC TO N7:0

I don't think you can use wildcards in a MSG block.
You may try to change it to T4:0.ACC with a size of 1.
 

Similar Topics

Hello Everyone, I am looking for some help on setting up a routing table on a DHRIO Module or perhaps the message configuration is wrong. I am...
Replies
9
Views
3,002
I am trying to set up MSG Read in RS5000 to read SLC 5/04 through 1756-DHRIO in slot 5. It seems I have tried everything, but I'm sure I'm missing...
Replies
8
Views
6,071
Hello I need to message read the entire 16 channel raw analog inputs from a 1769-L33ER Compact Logic controller to another 1769-L33ER Compact...
Replies
8
Views
243
We are going to pull 5-10 INT parameters out of 6 soft starts via explicit messaging in logix 5000. It's the only way we can read these over...
Replies
7
Views
2,469
I have a 5069-L320ERS2 that has the scrolling LCD screen on the front. Is there any way for me to see what message is being displayed on that...
Replies
2
Views
1,765
Back
Top Bottom