Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Pilot Lamp Yellon: Examples, Pinouts, and Specs

Image of Pilot Lamp Yellon
Cirkit Designer LogoDesign with Pilot Lamp Yellon in Cirkit Designer

Introduction

The Pilot Lamp Yellon is a small indicator light designed to signal the operational status of a device or system. It is commonly used in control panels, industrial equipment, and machinery to provide visual feedback to operators. The yellow light emitted by the Yellon variant is typically associated with caution or warning, making it ideal for applications where attention is required.

Explore Projects Built with Pilot Lamp Yellon

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered Green Pilot Lamp with Rocker Switch Control
Image of simple: A project utilizing Pilot Lamp Yellon in a practical application
This circuit consists of a battery connected to a green pilot lamp through a rocker switch. The rocker switch controls the power flow from the battery to the lamp; when the switch is in the 'on' position, the circuit is completed, and the lamp is illuminated, indicating power is being supplied.
Cirkit Designer LogoOpen Project in Cirkit Designer
USB-Powered Light Sensor with Pilot Lamp Indicator
Image of Eierfärbermaschine: A project utilizing Pilot Lamp Yellon in a practical application
This circuit powers a blue pilot lamp using a USB power source. The positive terminal of the USB power is connected to one pin of the pilot lamp, while the negative terminal is connected to the other pin, allowing the lamp to illuminate when the USB power is supplied.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Green Pilot Lamp with Push Switch Control
Image of lora project: A project utilizing Pilot Lamp Yellon in a practical application
This circuit is a simple control circuit that uses a 2-pin push switch to turn on a green pilot lamp. When the switch is pressed, it completes the circuit between the battery and the lamp, allowing current to flow and illuminate the lamp. The circuit is likely used as an indicator light that can be manually toggled on and off.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO Controlled Relay System for Lamp Automation
Image of Trial: A project utilizing Pilot Lamp Yellon in a practical application
This circuit uses an Arduino UNO to control a 1-Channel Relay, which switches between a red lamp and a green pilot lamp. The relay is powered by a 12V battery, and the Arduino toggles the relay to alternate the illumination of the red and green lamps every second.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Pilot Lamp Yellon

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of simple: A project utilizing Pilot Lamp Yellon in a practical application
Battery-Powered Green Pilot Lamp with Rocker Switch Control
This circuit consists of a battery connected to a green pilot lamp through a rocker switch. The rocker switch controls the power flow from the battery to the lamp; when the switch is in the 'on' position, the circuit is completed, and the lamp is illuminated, indicating power is being supplied.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Eierfärbermaschine: A project utilizing Pilot Lamp Yellon in a practical application
USB-Powered Light Sensor with Pilot Lamp Indicator
This circuit powers a blue pilot lamp using a USB power source. The positive terminal of the USB power is connected to one pin of the pilot lamp, while the negative terminal is connected to the other pin, allowing the lamp to illuminate when the USB power is supplied.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of lora project: A project utilizing Pilot Lamp Yellon in a practical application
Battery-Powered Green Pilot Lamp with Push Switch Control
This circuit is a simple control circuit that uses a 2-pin push switch to turn on a green pilot lamp. When the switch is pressed, it completes the circuit between the battery and the lamp, allowing current to flow and illuminate the lamp. The circuit is likely used as an indicator light that can be manually toggled on and off.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Trial: A project utilizing Pilot Lamp Yellon in a practical application
Arduino UNO Controlled Relay System for Lamp Automation
This circuit uses an Arduino UNO to control a 1-Channel Relay, which switches between a red lamp and a green pilot lamp. The relay is powered by a 12V battery, and the Arduino toggles the relay to alternate the illumination of the red and green lamps every second.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Control panels in industrial and manufacturing environments
  • Electrical switchboards and distribution panels
  • Machinery status indicators
  • Automotive dashboards
  • Home appliances and consumer electronics

Technical Specifications

Key Technical Details

Parameter Value
Operating Voltage 12V DC (common variant)
Current Consumption 20mA
Light Color Yellow
Mounting Hole Diameter 22mm
Lamp Type LED-based
Lifespan 30,000 hours (typical)
Operating Temperature -20°C to 70°C
Housing Material Polycarbonate (flame-retardant)

Pin Configuration and Descriptions

Pin Number Label Description
1 Positive (+) Connect to the positive terminal of the power supply.
2 Negative (-) Connect to the negative terminal (ground).

Usage Instructions

How to Use the Pilot Lamp Yellon in a Circuit

  1. Determine the Operating Voltage: Ensure the power supply matches the lamp's rated voltage (e.g., 12V DC).
  2. Prepare the Mounting Hole: Drill a 22mm diameter hole in the panel or surface where the lamp will be installed.
  3. Install the Lamp: Insert the lamp into the hole and secure it using the provided locking nut.
  4. Connect the Wires:
    • Attach the positive wire from the power supply to the Positive (+) pin.
    • Attach the ground wire to the Negative (-) pin.
  5. Test the Lamp: Power on the circuit to verify that the lamp illuminates correctly.

Important Considerations and Best Practices

  • Polarity Matters: Ensure correct polarity when connecting the lamp to avoid damage.
  • Voltage Compatibility: Do not exceed the rated voltage to prevent overheating or failure.
  • Environmental Conditions: Avoid exposing the lamp to extreme temperatures or moisture unless it is rated for such conditions.
  • Secure Connections: Use proper connectors or soldering to ensure reliable electrical connections.

Example: Connecting to an Arduino UNO

The Pilot Lamp Yellon can be used with an Arduino UNO to indicate the status of a process. Below is an example code snippet:

// Define the pin connected to the Pilot Lamp Yellon
const int pilotLampPin = 13;

void setup() {
  // Set the pilot lamp pin as an output
  pinMode(pilotLampPin, OUTPUT);
}

void loop() {
  // Turn the pilot lamp ON
  digitalWrite(pilotLampPin, HIGH);
  delay(1000); // Keep it ON for 1 second

  // Turn the pilot lamp OFF
  digitalWrite(pilotLampPin, LOW);
  delay(1000); // Keep it OFF for 1 second
}

Note: Use a current-limiting resistor (e.g., 470Ω) between the Arduino pin and the lamp to protect the microcontroller.

Troubleshooting and FAQs

Common Issues and Solutions

  1. Lamp Does Not Light Up:

    • Cause: Incorrect polarity or loose connections.
    • Solution: Verify the wiring and ensure the positive and negative terminals are connected correctly.
  2. Lamp Flickers:

    • Cause: Unstable power supply or loose connections.
    • Solution: Check the power source and secure all connections.
  3. Lamp Overheats:

    • Cause: Operating at a voltage higher than the rated value.
    • Solution: Use a power supply that matches the lamp's rated voltage.
  4. Short Lifespan:

    • Cause: Operating in extreme environmental conditions or frequent power cycling.
    • Solution: Ensure the lamp is used within its specified temperature range and avoid excessive on/off cycles.

FAQs

  • Q: Can the Pilot Lamp Yellon be used with AC power?
    A: No, this variant is designed for DC power only. Use a compatible AC-to-DC converter if needed.

  • Q: Is the lamp waterproof?
    A: The standard model is not waterproof. For outdoor or wet environments, use a waterproof variant.

  • Q: Can I replace the LED inside the lamp?
    A: The LED is typically not replaceable. If the lamp fails, replace the entire unit.

  • Q: What resistor value should I use with an Arduino?
    A: A 470Ω resistor is recommended to limit the current and protect the Arduino pin.

This concludes the documentation for the Pilot Lamp Yellon. Follow the guidelines above for safe and effective use of this component.