Siemens S7 TIA Portal - FC / FB

So passing this information to the FC/FB input parameter would be copied [Note 1], whereas alternatively using the InOut data type means that the FLC fluctuations will still be captured during [Note 2] manipulation within the FC/FB's logic?
Yes.

Note 1: with the values in place at the time of the FC/FB call, and I don't know for sure if it could happen, but in theory an update (see Note 2) could come in and stir the pot during the copy.

Note 2: "during" assumes updates are asynchronous with, and/or higher priority than, program scan.
 
using the InOut data type means that the FLC fluctuations will still be captured during manipulation within the FC/FB's logic?


That said, the core and design assumption of a digital PLC is that its scan time is, in effect, infinitely fast, i.e. the code being executed behaves, for all practical purposes, the same as analog logic. I heard that the original PLC spec was something like 100ms scan times because the typical relays implementing the logic they were replacing changed state no faster than that anyway.

If you are applying PLCs to a process where a 1-100ms scan cycle is not fast enough, understanding Input, Output, and InOut is the least of your worries.
 
Yes.

Note 1: with the values in place at the time of the FC/FB call, and I don't know for sure if it could happen, but in theory an update (see Note 2) could come in and stir the pot during the copy.

Note 2: "during" assumes updates are asynchronous with, and/or higher priority than, program scan.

Ok, get it. Thank you.
 

Similar Topics

Hi! What is the way to convert the code from the Codesys code to the Tia Portal? Regards, WK
Replies
4
Views
79
Hi PLC people, think about this scenario: The PLC is somehow connected to the same network with the facilities` network. Then someone connects to...
Replies
2
Views
155
Hello, good morning, I have been having two problems with the Tia Portal software. The first is that I have installed it on my computer and...
Replies
5
Views
238
I am currently am in a PLC class and need urgent help on how the ladder logic would be laid out. I understand how to get the traffic lights to...
Replies
19
Views
533
Hello, If the date on the license manager of tia Portal has expired, can I still work with it? or is this just to keep the program up to date...
Replies
7
Views
254
Back
Top Bottom