Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

An automated storage and retrieval system, or AS/RS, is a warehouse machine that stores and retrieves pallets, totes, or cartons using racks, conveyors, sensors, and a stacker crane or shuttle. A programmable logic controller, or PLC, coordinates the motion and safety logic so items move to the correct locations without collisions. This matters because modern logistics depends on high throughput, accurate inventory tracking, and safe operation in tight spaces.

PLC control connects the physical warehouse equipment to digital commands from warehouse software.

In a typical AS/RS aisle, a warehouse management system sends a storage or retrieval request, then the PLC converts that request into motor commands, sensor checks, and interlocks. Encoders, photoelectric sensors, limit switches, and barcode or RFID readers confirm position and item identity at each step. The PLC runs a scan cycle that reads inputs, executes control logic, and updates outputs such as motor drives, brakes, diverters, and status lights.

Good AS/RS control balances speed, precision, fault recovery, and safety.

Key Facts

  • PLC scan cycle: read inputs, execute logic, update outputs, communicate status.
  • Throughput rate = number of completed storage and retrieval cycles per hour.
  • Position error = commanded position - measured position.
  • Motor speed relation: v = d / t, where v is travel speed, d is distance, and t is time.
  • Cycle time = travel time + lift time + transfer time + confirmation time.
  • Safety interlocks stop motion when guard doors, emergency stops, overload sensors, or zone sensors indicate unsafe conditions.

Vocabulary

AS/RS
An automated storage and retrieval system is a computer-controlled warehouse system that places and removes items from storage locations.
PLC
A programmable logic controller is an industrial computer that reads sensors and controls machines using programmed logic.
Stacker crane
A stacker crane is a moving AS/RS machine that travels along an aisle and lifts loads to rack locations.
Interlock
An interlock is a control condition that prevents a machine action unless required safety or process conditions are satisfied.
Encoder
An encoder is a sensor that measures rotation or position so the controller can track machine movement.

Common Mistakes to Avoid

  • Ignoring sensor confirmation, which is wrong because the PLC must verify that a pallet, tote, or crane is actually in the expected position before the next motion begins.
  • Treating PLC logic like ordinary computer code with no timing limits, which is wrong because industrial control depends on scan time, input update delays, and output response time.
  • Commanding two devices into the same zone at once, which is wrong because AS/RS aisles require zone control and interlocks to prevent collisions between shuttles, cranes, conveyors, and loads.
  • Calculating throughput from travel time only, which is wrong because real cycle time also includes lifting, load transfer, barcode checks, sensor confirmations, and communication delays.

Practice Questions

  1. 1 A stacker crane travels 36 m down an aisle in 12 s. What is its average horizontal speed in m/s?
  2. 2 An AS/RS completes one storage cycle in 42 s and one retrieval cycle in 38 s. If it performs 30 storage cycles and 30 retrieval cycles, how many minutes of machine time are required?
  3. 3 A tote arrives at a conveyor transfer point, but the photoelectric sensor does not detect it. Explain why a well-designed PLC program should stop the transfer sequence instead of continuing to move the shuttle.