Afi

Les L

Member
Join Date
Oct 2002
Posts
4
Hi Guys,

New to PLC's. RSLogix 5 has a instruction AFI that disables the rung.

Is there one for RSLogix 500 ???

Thanks
Les L
 
NOPE, just make your own. Use a bit from a word in your "B" file. Myself, I use B3:3/3, it's just easy for me to remember.
 
Yo, Les L,

You might want to take a look at this link from an earlier thread:

more than you ever wanted to know about AFI

The stuff about the AFI starts about post #23 - but the whole thread is pretty good info.

Preview: It turns out that the AFI doesn't really "disable" the rung like the book says - the AFI simply executes like any other false condition.
 
Did the same thing, as using a bit address, with the symbol name of "AFI". To add it to a rung, just add a XIC contact and type in "AFI", for the address. It automaticly uses the same bit address.
 

Similar Topics

Hello all, For the life of me I cant understand why this output (B3:1/11) keeps on flickering on and off.. I have an AFI in front of the rung...
Replies
12
Views
1,673
Is there (AFI) instruction in DL or equivalent? Thanks
Replies
2
Views
1,715
In RSLogix5000, how can I tell if a project has AFI? And does it point me to which routine/rung has it?
Replies
6
Views
3,263
I am looking for instruction like AFI in cxprogam ladder logic.
Replies
3
Views
2,223
Hi, I'm having problems with an AFI. I copied and pasted a rung's logic, made a single edit, and AFId the previous logic in case they wanted me...
Replies
10
Views
3,320
Back
Top Bottom