Skip to content
catageek edited this page Sep 20, 2012 · 7 revisions

Abstract

The BC7003 sign is a sign that counts the number of redstone pulses provided as input and compares it to the number of carts passing on it.

The output depends on the result of the comparison:

  • if #pulses > #carts, output signal is high.
  • if #pulses = # carts, output signal is low.
  • if #pulses < #carts, output signal is low and both counters are reset to zero.

Function

This sign is placed under the rail, and can operate with a BC7002 sign to detect when a portion of railroad is not free of carts, thus delivering a high signal.

Wiring:

Input 1 is a restone dust on the top of the block directly on the left or the right of the sign.

Output 1 is a lever put behind the sign, at the same level.

Usage

BC7003 sign is used in intersection management when anti-collision system is implemented.

Syntax

Line #1 : Free

Line #2 : [BC7003]

Line #3 : Free

Line #4 : Free

Example

Clone this wiki locally