Sensor – E3Z – Photoelectric sensor
Hardware E3Z-R61
Shape | Cuboid |
Sensing method | Retro-reflective |
Sensing distance | 4000 mm |
Sensing distance (min.) | 100 mm |
Setting method | Manual adjustment |
Connection method | Cable |
Cable length | 2 m |
Output type | NPN |
Operation mode | Dark-ON, Light-ON |
Response time | 1 ms |
Material housing | PBT |
Thread size | Other |
Width | 10.8 mm |
Height | 31 mm |
Depth | 20 mm |
Type of light | Polarized red light |
Power supply voltage | 12-24 V |
Features | M.S.R. |
Pinout
Arduino - E3Z NPN
Using a PC817 optocoupler
Script
Script to read out the sensor trough a digital pin
1 2 3 4 5 6 7 8 9 |
void setup() { pinMode(4, INPUT_PULLUP); Serial.begin(9600); } void loop() { if (digitalRead(4) == HIGH) { Serial.println("Object gedetecteerd!"); } delay(500); } |
Schema
Teardown
GEEN GEGEVENS
Datasheet
Fritzing
GEEN GEGEVENS
Downloads
GEEN GEGEVENS