Siemens world simple logic question

Originally posted by L D[AR2,P#0.0]:

Back to the ladder, the stuff on the left of the coil is evaluated first so it is showing correctly.

So your assertion is the OP just happened to catch that first screen shot on the scan that M202.0 went high due to the top branch? Because on the next scan M202.0 would be true heading into the rung and the contact would match the output status.

Keith
 
Originally posted by L D[AR2,P#0.0]:

...I would say that the plc has a limited stack trace of the accumulators and the display gets hold of that to display the data on the screen.

I would buy that. The development would need to indicate to the plc what section of code the stack should start filling from but that is a pretty straightforward exercise. Similar to how Rockwell does data trends but much more dynamic.

Keith

P.S.
I was about to delete that last post about the ladder. I saw the error of my ways.
 
Wow.

So TIA screens show the input and output of the instruction then, the same as the contacts in the OP. What does TIA show for the variable in the variable list?



A-B is different, to be sure.

I learned plc on Siemens, and it was the same on Simatic manager as L D[AR2,P#0.0] said.. So the first time I got a AB to upgrade and went online, the program was working ok, but every other network didn't make any sense.. That was fun :eek:
 
The first pic is illogical as you would never use it where you enable a bit as true then disable it as false, the second is logical as it will process any logic between the double coil, hence I think the OP has learned a valuable lesson not use duplicate coils as out instructions unless you have some other logic it works on in between the two out coils. The other thing is how the monitoring function works
1. Communication for on-line monitoring done at the beginning or end of scan.
2. By interrupt (could be on time or some other function like request).
3. Communication processor works on it's own in parallel with the main processor but can look at the memory map.
 

Similar Topics

Hello guys! I had a earlier discussion about a simple encoder (http://www.plctalk.net/qanda/showthread.php?t=15464) but now I would like to...
Replies
18
Views
3,879
The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
9
Views
210
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
147
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
308
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
116
Back
Top Bottom