CompactLogix - Could you please explain what a S:FS is,and what does it do in a rung

It's a status bit from the processor that executes once during the first scan (FS) of the program, and then doesn't execute in subsequent scans. Can be used to initialize a program that has programming that may care about whether or not the PLC has been shut off, among many other things.
 
Just to add...

mylespetro said:
It's a status bit from the processor that executes once during the first scan (FS) of the program, and then doesn't execute in subsequent scans. Can be used to initialize a program that has programming that may care about whether or not the PLC has been shut off, among many other things.

As Logix 5000 projects may contain multiple Programs within the default Main Task, or indeed multiple Tasks with multiple Programs, there may potentially be many Programs within a project. It is therefore important to be aware that each Program has its own First Scan Bit (S:FS) which will execute independently to the First Scan Bit (S:FS) in any or all other Programs within the project. That is, an observed First Scan Bit (S:FS) is not global to the project, even though its multiple instances are named identically.

Regards,
George
 
Just to add...



As Logix 5000 projects may contain multiple Programs within the default Main Task, or indeed multiple Tasks with multiple Programs, there may potentially be many Programs within a project. It is therefore important to be aware that each Program has its own First Scan Bit (S:FS) which will execute independently to the First Scan Bit (S:FS) in any or all other Programs within the project. That is, an observed First Scan Bit (S:FS) is not global to the project, even though its multiple instances are named identically.

Regards,
George


Great to know, I guess I was thinking moreso the first scan of the processor even though I said program, so it's important to know that it's actually unique to each program. Thanks George!
 

Similar Topics

Hi All, I am new to PLC, i am using Allen Bradley. My issue here is that one of the company's old coworkers setup an ip address for the plc but...
Replies
7
Views
2,271
Hi all, One of our latest projects is to replace an S7/300 unit that has profibus and OSI net I/O components with a L33ER and 1794-AENTR modules...
Replies
7
Views
4,368
Hi,great site , good to see people taking the time to help others ! I am using a compact logix L31 plc , have used this plc before but have...
Replies
3
Views
3,195
Hello everyone. I have a compactlogix controller that needs to operate about 40 solenoids in a water park to control the water jets. The customer...
Replies
2
Views
3,225
Can anyone point me to an example of a CompactLogix - Panelview program. This is my first attempt programming Panelview and/or CompactLogix. This...
Replies
10
Views
14,906
Back
Top Bottom