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

Hope you are doing well. Currently, I am involed in a revamping project. It requires to stop a mixer at specific postion. For the detail, this...
Replies
9
Views
181
Hey guys, I just wanted to see if any of the bright minds on here had any opinions on these relay interface modules. Particularly, I would love to...
Replies
1
Views
64
Hi I'm very new to PLC programming and I'm trying to find out if this library (Tc2_NcFifoAxes) is necessary for our task In our case we need to...
Replies
0
Views
38
I've been dealin with some intermittent CIP explicit messaging issues. I tried reducing the amount of small MSG instructions and converted them to...
Replies
18
Views
398
I require remote access to my projects that are away from home. I did some homework and decided that Weintek looked to have a good solution. Set...
Replies
4
Views
193
Back
Top Bottom