Only want to move number to one location, how can I control only one.

Kipper

Member
Join Date
Sep 2014
Location
Belvidere IL
Posts
19
We have a carrier repair area that will hold 5 carriers, each carrier had a RFID tag. When the carrier comes into the repair area the reader will read the tag and move the number to Carrier IN Repair(0), or (1) or (2) or (3) or (4).

I only want it to move the number to one of them not all of them with Zero in it if you look at my logic pic. How can I control so It only moves once and not to all the ones with zero in it.

clear as mug, something I just can't figure out.
Thanks Kipp

Carrier repair cue.PNG Carrier repair logic.PNG
 
I would add a counter that is triggered by the same trigger used to move the carrier number to the display tag. That way only one rung is true at any given time so the carrier number is only moved to one "Carrier_In_Repair" tag. I changed the tag names and shortened it for size but it should make sense.

tn_CarrierCount.jpg
 
If you put a NEQ Carrier_In_Repair(x) 0 after your EQU then it will not write the 0 value.

EDIT: or change the EQU to GRT
 

Similar Topics

Hello, Please Help! I have an array of 20 registers that I want to search for a value. There will be over 100 DINTS Values that come in and if the...
Replies
7
Views
1,777
http://imageshack.us/photo/my-images/90/coutervalue.jpg/ I tried to change to counter CV value from 0 to 4 though Move funktion i cant get i too...
Replies
1
Views
1,302
the move instruction will not move the assigned number to the N file. I can put the number in the file and it works. If I make the rung go true...
Replies
16
Views
8,582
So I'm pretty green when it comes to troubleshooting in the field so bear with me. We have a Danfoss valve that opens/closes from an analog output...
Replies
23
Views
892
Hi. This is pretty basic but I'm struggling to find an efficient solution. I have a float value of let say 666.555 that I want to move / split...
Replies
3
Views
146
Back
Top Bottom