Share a Data Block

randy

Supporting Member
Join Date
Apr 2002
Posts
158
How do you setup two processor (S7) to share the same Data Block?


Thanks

rmonroe
 
How do you setup two processor (S7) to share the same Data Block?


Thanks

rmonroe

You cant share it, but you can copy it (or part) from other to another. But access frome boths cpu's by just

Code:
L "DB_Share".Member1
Is not possible.
 
I just found where you setup Global Data Block. MPI>Option>Define Global Data.

Now I can share one HMI with two CPU's


rmonroe
 

Similar Topics

Hi, I have two systems each consisting of a Q03UDE connected to a Beijer E1070 all over Ethernet... I would like to share some REAL's over the...
Replies
5
Views
3,831
:) how to share the data from " data block " between 2 siemens s7 plc?
Replies
1
Views
6,387
I'm using raspberry pi 4b to poll 3 different plcs with modbus tcp and then publish the tag data using mqtt sparkplug b back to my Ignition...
Replies
15
Views
3,449
Hi all, I've got a facility that has multiple VersaViews across the floor. Every time I change the HMI, I've got to load it on each of them. Does...
Replies
0
Views
694
Just wondering if i can make my code look a little nicer and sharing storage bits like below https://imgur.com/a/SMNxOPu does this work or does...
Replies
9
Views
1,583
Back
Top Bottom