CompactLogix ...First Pass bit ...where? Help!

Join Date
Dec 2005
Location
Albany, OR
Posts
3
I'm programming a CompactLogix project (1769-L32E) and ...it's my first time with RSLogix 5000. I need to write some configuration info to a couple of module profiles just once ...when the logic executes the first scan for example. There doesn't seem to be an S:1/15 First Pass bit or tag or ??? I can easily use the Power Up config of the controller to run a Power Up routine, but the help file only mentions that this routine runs "after an abnormal power-down/power-up during RUN mode". Does it also run when somebody switches to "RUN"? How do I solve my "write module profile config data once on first scan ...normal start *OR* upon a power up after a power loss"??????

Thanks a mil!

JBB
 
S:FS

I believe that each task has a S:FS bit, something to keep in mind when you are designing your program, especailly with periodic tasks that may not run until the continuous task has executed several times.
See accessing runtime controller configuration and status under online help.


 
Thanks you! You're a gentleman and a scholar!

Now ...why the heck doesn't the help system have anything under all the stuff that *I* looked under ("first pass", "first scan", etc)? Don't answer... haha.

JBB
 
...don't panic when you never see the bit high-lighted - it never is.

(You might expect to see the following high-lighted during normal running, but you won't)

S:FS
--]/[--

 
That is because they are not booleans, at least not in the sense of normal program tags.. S:XX is is a shortcut method to system flags instead of having to make a GSV call.
 
Thanks again! One good thing about running into difficulties or questions is that you usually end up learning 2X or 3X more than you started out to... thx.


JBB
 

Similar Topics

Hi everyone, i have a compact logic 1769-L18 PLC and I'm using FTalk View ME for the display. I wanted to do some visualization on Grafana. At...
Replies
1
Views
95
Does anyone know what the data transfer rate for this series of CompactLogix PLC's? 1769-L24ER-QB1B to be exact. Cheers.
Replies
1
Views
98
Does this instruction calculate values during a single scan, or does it require number of scans based on element count in the array? For Example...
Replies
3
Views
116
Hello all, and thank you in advance for any assistance you may be able to provide! This is my first post, so if I need to reformat or change...
Replies
8
Views
481
We are trying to poll data coming from a PLC for remote monitoring we have the IP address of the PLC and the default port number and the path is...
Replies
25
Views
580
Back
Top Bottom