Slc500

aldy

Member
Join Date
Feb 2013
Location
New York
Posts
11
Hi to all Mentors and Master, I am newly member and newbie for the PLC system, I just want to explore more things about technique and uses.

Can anybody explain to me..

1. S:1/15 (First Pass).
2. What is the purpose of the S:1/15 (First Pass).
3. Can someone give me sample.

Thanks a lot.

AL..
 
The First Pass Bit being set indicates that the First Scan of the user program is in progress.That is, it is high when you put the controller into "Run" mode and it scans your program for the first time. It can be utilized in programs where you wan to initialize certain values,parameters,etc in the first scan itself.
 
is that so, it means if i will put the (first pass bit or S:1/15) in the rung 5, it will activate automatically the rung 5 in the 1st cycle, is it correct?

Can you give me some sample?

Thanks a lot.
 
In addition to Anirban's explanation, an important thing to note is that the bit will stay high (or on) for only one scan (the first scan). As Anirban said, it is used to initialize things, unlatch bits, move starting values into registers, reset retentive timers, maybe even run a whole initialization routine via a JSR instruction.
 
Here is an example. Lets say that I have a bunch of operating parameters and I want them to initialize to default values whenever the machine is powered up. I'll put the code to initialize everything is a subroutine (ladder 10 shown below) and call that subroutine on the first scan.


S:1/15
---] [--------------------+-JSR-----------------+-
|SBR File Number U:10|
+---------------------+


 
If there are only a few bits that need to be set in the first PLC scan after switching from PROGRAM to RUN mode, then you can set them directly in parallel rung branches.

First Pass Example.jpg
 

Similar Topics

I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
257
can the slc500 5/05 send a email and text over Ethernet ?
Replies
3
Views
185
Hello, did anybody know, if there exist an converting cable like the1492-CM1746-M01 (for an 1746-IB16 to an 5069-IB16), for an 1746-HSCE to an...
Replies
3
Views
389
Customer is buying several spare 504 CPU's to have one handy when there's an issue with the ones in operation. Having them on the shelf for years...
Replies
15
Views
2,834
You have to go offline to create the 'Trend' but do you have to download the program to go back Online with the Trend ?
Replies
0
Views
344
Back
Top Bottom