NW1 //NetWork 1
A M25.0
= M200.7
NW2 //NetWork 2
A M25.1
= M200.7
What will happen?
I think M200.7 will be "1" only when M25.1 is "1",
or am I wrong?
Normally when you do such programming with an output only the last network has the priority on the state of the output.
Can somebody help me on this one?
That's what I thought also that would be better to do.
But NW1 and NW2 stands for network 1 and network 2...
So I'm not completely wrong saying it would cause strange things in the PLC.
Thanks a lot!
Apperently I was missleaded by PLCSIM, I should have looked closer to the RLO, which I did but rather believed what PLCSIM showed me...
So the RLO will be put to 1 for M200.7 in the first network and also in the second. But PLCSIM will only show M200.7 to 1 when network 2 was used.
When you add another network between these 2 and say: A M200.7
= M 200.1, it will put M 200.1 to 1.
But you can't do it with outputs, only with memory bits.
I think m200.7 goes to 1 in network 1 and 2 in all cycle if both of their RLO is 1, and m200.7 will be 0 after network 2 if RLO of network 2 is 0 whatever is the RLO of in network 1. If you used this bit on other fc it will always look on status of m200.7 in network 2. I think this one don't have much effect on cpu.