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,895
Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
1
Views
5
Hi all! Please inform me if i can make programing of the HMI SIEMENS IPC477D from TIA Portal software or not? I do not have WINCC software but...
Replies
0
Views
38
I have never had the pleasure of working with a "Thermistor" until now and have a question. The Thermistor is a 10KOhm 4-20mA 2-wire device and I...
Replies
4
Views
88
Hello, I have a CPU 317-2DP Firmware Version V2.1.8. In TIA Portal only V2.6 is available, and there is no option to upgrade FW. Then I open it...
Replies
9
Views
177
Back
Top Bottom