Resetting the POS on a FIFO

simonjh

Member
Join Date
Nov 2017
Location
Australia
Posts
4
Hello,

I'm trying to add a button to a HMI to reset the count of the POS on the FFL instruction due to things getting out of sync. Can anyone help me out??

Cheers!
 
I don't believe you can MOV a 0 to the position unless there is some sort of trick to it. With the RES instruction what do I reference it to?
 
you can move any value into the pos of a FIFO within the rage of the file
but it will not take effect until the next time the rung goes from false to true then it will add or sub 1 depending if its a load or unload.
if the number is outside the file size the processor will fault out
 
both the load and unload use the same control word so if you change on you automatically change the other.
the load is always at word 0 unload can be from any word in the file
you have to trigger either the load or unload if you change the position so that it moves the data.
you can also access the file used in the FIFO directly to read or write data to the file
 

Similar Topics

Does Rockwell still offer reset codes for old school Master Disk floppy's? In a bind and need to reset the activation disk soon and to be pointed...
Replies
9
Views
223
Hi, I recently installed 2 1783-NATR devices into two of our machines. The machines are pretty much identical, both having 1769- L24ER-QFC1B...
Replies
4
Views
292
How is it going y'all? So We have had a pesky problem with an EH 300 flow meter. We are using EIP to reset the totalizer, and for some reason the...
Replies
3
Views
758
MELSEQ "intelligent modules" configuration, programmatically resetting the CPU Hello. This is for the Mitsubishi experts, and thanks in advance...
Replies
5
Views
1,045
Hi all, is there an easy way to reset a user defined shift register to 0? i have a data type containing 8 bools for an array of 10 and would like...
Replies
12
Views
3,183
Back
Top Bottom