AB - ONS and FLL

keshik

Lifetime Supporting Member
Join Date
Jun 2011
Location
Portland, OR
Posts
408
I'm using a CompactLogix L33ER with v24 of Studio 5000. I've been noticing some odd behavior when I trigger a FLL instruction behind an ONS. It looks like the FLL doesn't always fully execute throughout the array.

For example, using a FLL on a DINT[24] to set all values to zero. I still get the odd value ([18] in this example) that doesn't get set to zero.

Any ideas?
 
What are you setting as source and destination for the FLL? I will usually use 0 for source, the array/structure for destination, and a length of 1.
 
If it's always the same value, I'd be looking for other things that might be overwriting the data. Look especially for COP or CPS instructions with an incorrect length.

Create a whole new array of the same length and modify your existing logic to point to that array instead of your existing one. Don't change anything else - just the target array - and then see if the symptoms remain.

I'd be very, very surprised to learn of an FLL not "executing properly".
 

Similar Topics

Hello everyone, I'm new here. First of all I just want to say that you guys are very knowledgeable and reading your posts on here has saved my...
Replies
4
Views
152
Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
237
Good morning all. I'm working on a rehab where they had a standalone InTouch 2014 HMI that they called a SCADA, but it's really basic stuff. The...
Replies
4
Views
165
Hello, I'm trying to delve a little into rs-485 communications for a couple projects of mine. Until now I've been using a delta vfd and a delta...
Replies
2
Views
105
Greetings All, I recently decided to start freelancing in Controls and Automation part time, most of my experience has been with Rockwell...
Replies
2
Views
140
Back
Top Bottom