First Scan bit

Welcome to the forum.

A first scan bit it a bit that the PLC turns on during the first scan of a PLC program when the PLC first powers up or when it changes from program mode to run mode. The bit is true for only the first scan of the program.

The first scan bit is useful for initializing retentive memory variables and resetting states when it is necessary that the equipment begin operation in a specific condition.

In some PLCs that support multiple programs and tasks there may be multiple first scan bits for each task which is true for the first time the task scans its programs. This distinction matters if you have a periodic or event triggered task that executes much later than the other tasks in the PLC.

Some PLCs don't have a first scan bit. In these cases you may create your own first scan bit in ladder logic.
 
Last edited:
We always use the first scan bit to ensure all logic is unlatched out of any AUTO RUN, MANUAL RUN, or other operating modes it may have been in when the power dropped out to the processor, or the processor was somehow reset.

We also have alarms that are associated with this bit, as a processor reset or having a brown out or anything of the sort causes an expensive downtime event. Maybe only 30 minutes, but at several hundred $$ a minute....
 
I got it guys... thank very very much for your answers. Althought I can read some of this things in a manual, sometimes the manual is not enought

Voyager2
 

Similar Topics

Hello. Does anyone know the equivalent of the first scan bit in a L32ER compactlogix? Do o need to obtain it via GSV? I’m looking to regain...
Replies
3
Views
490
I want to know how to make a flip flop rung that will change states every scan. This is for a fast sequencer. Is there a special bit similar to a...
Replies
8
Views
2,215
Dear Sir, Can you please tell me how to use the first scan bit, S2:1/15 in RsLogix 500 to Prevents the latch output to be ON when the power...
Replies
22
Views
10,429
hello all, I am trying to set up a latch bit like this S:FS----- true condition------OTL. I tried in rs emulator and it the bit latches but in...
Replies
13
Views
1,868
Do we have to enable the first scan bit somewhere in compact logix? For some reason my S:FS is not working? Also, if you want to have the CPU...
Replies
13
Views
6,846
Back
Top Bottom