Wish List 0

Inductive Proximity Sensor Detection Switch Npn Dc6 36V 4Mm Normally Open Switch Lj12A3 4 Z Bx

Rs. 96.00 Rs. 106.00

  • Product Code: SEN-METAL
  • SKU - SE-3096
  • Availability: In Stock
  • Price in reward points: 1
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
-This Tube Type Inductive Proximity Sensor Detection Switch NPN DC6-36V 4mm Normally Open switch LJ12A3-4-Z/BX is a component widely used in automatic control industry for detecting, controlling, and non-contact switching.
-When the proximity switch is close to some target object, it will send out control signal.
-When the metal approaches near-proximity switch sensing area, an Edy Current is induced in metal.
-Which in turn disturbs the magnetic field produced by the Inductive Proximity Sensor. This change is sensed by the sensor.
-This inductive proximity switches can be non-contact, no pressure, no spark, quickly issued the electrical command.
-Accurately reflect the position and the stroke movement mechanism.
-Positioning accuracy, operating frequency, service life.
-Easy to install and suitable for harsh environments.
-This 4mm proximity sensor can detect a variety of metals, miniature size, long life, low price, shielded type installation, anti-interference ability, 1mm detection distance, using for precise positioning of molds, precision machine tools, and robots.

Features:
-Red LED checks the state of the proximity sensor
-High repeated positioning accuracy
-High switching frequency
-Wide voltage range
-Outer (Thread) Diameter: M12
-Antivibration, dust, water and oil prevention
-Reverse power protection, short circuit protection, directly connecting with PLC
-Can replace small switches and limit switches

SPECIFICATIONS:
Model                  LJ12A3-4-Z/BX-5V M12 NPN-NO Switch
Operating Voltage      DC 6-36V range within Universal
Output Type            NPN Normally Open Three-line
Detection object       Metal Objects
Detection distance     4 mm
Output Current         300 mA
Working temperature    -30 ° to + 23 ° ±15%
Cable Length           110 CM
Dimensions             12 mm Screw Diameter
Weight                 47 gm
Shipment Weight        0.125 kg
Shipment Dimensions    10 × 6 × 5 cm

OVERVIEW:

-Output Type: NPN-NO

-Red LED checks the state of the proximity sensor

-High repeated positioning accuracy

-High switching frequency

-Wide voltage range

-Antivibration, dust, water and oil prevention

-Reverse power protection, short circuit protection, directly connecting with PLC

-Can replace small switches and limit switches

-₹ 250.00 (inc GST)

-₹ 211.86 (+18% GST extra)

PACKAGE INCLUDES:

1 PCS x Lj12A3 4 Z Bx Inductive Proximity Sensor Detection Switch Npn


//SOURCE CODE TAKEN FROM BELOW LINK

//https://www.electroniclinic.com/proximity-sensors-inductive-and-capacitive-proximity-sensors-with-arduino/

int limitswitch=13;

int state= LOW;

int value;

void setup()

{

Serial.begin(9600);

pinMode(limitswitch,INPUT);

 

}

void loop()

{

Value = digitalRead(limitswitch);

if(value!=state)

{

  state=value;

  Serial.println("sensor value =");

  if (state==0)

  {

    Serial.println("target detected");

  }

    

   else{

     Serial.println("No target detected");

    }

 }

}

15 days

Write a review

Please login or register to review