FIFO with BOOLs

Fyi

FYI: I just remembered that a similar query came up in the past on this forum, and a couple of us wrote some code using various models to track pass/reject status with bits instead of integers and FFL/FFU. The results are in a repo on Github cf. here, which also references the original thread; clicking on the PDFs should be the easiest way to access what was done.



Anyone who reads the entire thread will see that parky's time-based solution was actually put to the test on a working prototype with a Meccano set from the 1950s!


My solution used a counter to keep track of the number of items* between the upstream sensor and the downstream reject station, and a BSR to pop the low bit from the array to trigger the reject station. It feels more complicated than it needs to be, which is also another reason to go with FFL/FFU i.e. hide all the bit tracking code under the hood.



* the number of items is also 1 more than the bit position of the next bit to latch on detection of a reject by the camera.
 

Similar Topics

I am not sure if this is possible but if there is a way, you guys would be the ones to know. I am currently working on a project where we are...
Replies
7
Views
226
Hello all, I'm using a 5069-L330ER in a project and I need to essentially capture some data that will be shown as a trend on a screen. The data...
Replies
9
Views
968
Hello! I have a network of conveyors bringing raw product to 4 machines. A sensor in the hopper of each machine calls for more product. I'm...
Replies
15
Views
5,888
Hello everyone, has anyone out there ever made a FIFO using an FFL and FFU instructions on a Micro800? I have tried setting it up just as I would...
Replies
9
Views
3,128
I have a bottle capper that is using an encoder and FIFO logic to track the free standing bottles passing through a bottle capper. I have checked...
Replies
31
Views
11,687
Back
Top Bottom