ControlLogix BSL -Best way to use only 27 Positions to Wrap Around

Coachman

Member
Join Date
Sep 2006
Location
Maryland
Posts
97
I have a turning device that has 27 shelves on it and I would
like to keep track of the shelves that have product on , and then
activate a process when that full shelf comes around. I have my
BSL working well but I would like to have my 27th bit (a 1 or a 0)be able to wrap around to my 1st position again. Right now
I am using a doubleword to accomplish this.


Right now ,it wants to go to 32 and drop off the end.
Would you have any ideas.I am probably way off the mark.

Thanks in advance.
 
Isn't the source bit the sensor( example) that puts a 1 or a 0 in the array when it shifts. How would I go about doing that.Could you give me a little more detail.

Thanks
 
Make the BSL source bit the logical OR of the .UL and the desired input. In that case either condition will put a 1 in the desired spot.


Keith
 
Thanks for your help. I have it working fairly well. Now my question is about RS View Studio. I would like to place this
turning device on my HMI Screen so the operator can see the
filled positions and enter a 1 or a 0 to make a correction.
When I drill down to my PLC tags ,I am only able to go down
to my Array_DINT[0] and not my individual array bits. Would
you know of any reasons why.

Thanks
 
The Tag Browser in Studio is flawed in many ways, that happens to be one of them.

Just pick the base tag, and manually add a ".xx", filling in the bit number you want in the 'xx' field.
 

Similar Topics

I am having trouble with a bit shift left instruction in RS 5000. It will not take my array tag. I was using register[0] for the first bit in an...
Replies
1
Views
2,630
Would anybody have an example of a BSR or BSL. I would like to set up a shift register to check product on a turning device, so I can activate...
Replies
2
Views
3,118
I'm trying to integrate a Beckhoff IPC with a Controllogix PLC. There is some documentation, on the Beckhoff website, on how to do a PLC-PLC comms...
Replies
0
Views
91
Why does the controllogix redundancy modules use a single mode fiber vs multimode fiber?
Replies
1
Views
103
Hello, I have two 16 point input cards and 1 16 point output card showing module faulted on my IO tree in Logix Designer. The fault code is...
Replies
7
Views
231
Back
Top Bottom