Data registers

Imagine, you have an Inspection system(say at station #1) on a conveyor line which consists of many stations(station #12, Station #27 etc.) performing many activities based on the inspected results.

How do you the PLC convey the inspection results to the following stations?

You load Shift/Data register with the inspected results and shift the data from station to station along the conveyor movement. Thus each station can pick the required data and process the necessary actions required.

Hope this help you. Altough shift registers work same way in all PLC's, but the instruction set varies PLC to PLC. So read the manual for more info on how to apply them.
 
We scan various sizes and lengths of dimensional lumber (2x4s, 2x6s, etc) and then kick them into differnet bins to sort them out. We shift the information of each scanned board using an encoder and when the data reaches the right "zone" on the chain, the kicker kicks the board in...
 

Similar Topics

I created default values for some new alarm setpoints. They are D361,D327,D329,D331 (see pic). When I put them into monitor mode, I was expecting...
Replies
23
Views
5,210
Hello all, I am relative new to PLC's. I am looking to read 4 Modbus registers on a slave device via RS485 and then validate the data. Can a PLC...
Replies
5
Views
2,183
I have been directed to record analog data from a machine that was wired and programmed by a former employee. Does anyone know of a way to...
Replies
13
Views
4,529
Hello, Will the Protocol format 1 or 4 support reading of ER (extended data registers) in Mitsubishi PLCs? Which protocol i have to implement to...
Replies
2
Views
1,577
hi how can i read string type data from registers by citect? i have defined a variable tag in form of strip type and assigned it to an object in...
Replies
0
Views
1,700
Back
Top Bottom