Smooth Nose Piler NP-99
Smooth Nose Piler NP-99
IoT Sensors
The Smooth Nose Piler NP-99 is a high-precision, industrial-grade proximity sensor designed for demanding IoT applications. This compact, ruggedized sensor is specifically engineered to detect objects or obstacles in close proximity, making it an ideal choice for various industries, including robotics, automation, and manufacturing.
The Smooth Nose Piler NP-99 is a non-contact sensor that utilizes advanced capacitive sensing technology to detect changes in capacitance caused by the presence of objects within its detection range. This allows the sensor to accurately detect objects or obstacles without physical contact, making it suitable for use in harsh environments or areas with limited space.
5 V DC 10%
15 mA (typical)
Digital (TTL-compatible)
Up to 20 mm
1 mm in diameter
External potentiometer (optional)
50 kHz 10%
1 ms
Robotics and automation
Industrial machinery and equipment
Proximity detection in HVAC systems
Object detection in conveyor systems
Presence detection in access control systems
CE certified
RoHS compliant
IEC 61000-4-2 (ESD) compliant
EN 61000-4-3 (Radiated Immunity) compliant
The Smooth Nose Piler NP-99 is backed by a 2-year limited warranty. Technical support, including documentation and software resources, is available through the manufacturer's website.
Smooth Nose Piler NP-99 DocumentationOverviewThe Smooth Nose Piler NP-99 is a high-precision, compact IoT component designed for material processing and fabrication applications. This component features a durable, smooth nose design and advanced piezoelectric actuation, enabling precise control over material removal and surface finishing.Technical SpecificationsOperating Voltage: 12V - 24V DC
Operating Frequency: 100 Hz - 500 Hz
Material Compatibility: Metals, Plastics, and Ceramics
Maximum Material Thickness: 10 mm
Piezoelectric Actuation Force: 500 N
Communication Protocol: UART, I2C, SPICode Examples### Example 1: Basic Operation using UARTThis example demonstrates basic operation of the Smooth Nose Piler NP-99 using UART communication protocol. The code is written in C++ and uses an Arduino board as the microcontroller.```cpp
#include <SoftwareSerial.h>#define PILER_RX 2
#define PILER_TX 3SoftwareSerial pilerSerial(PILER_RX, PILER_TX);void setup() {
pilerSerial.begin(9600);
}void loop() {
// Set the operating frequency to 200 Hz
pilerSerial.print("FREQ 200");
delay(100);
// Start the piling process
pilerSerial.print("START");
delay(5000);
// Stop the piling process
pilerSerial.print("STOP");
delay(100);
}
```### Example 2: Advanced Control using I2CThis example demonstrates advanced control of the Smooth Nose Piler NP-99 using I2C communication protocol. The code is written in Python and uses a Raspberry Pi board as the microcontroller.```python
import smbus
import time# I2C bus address of the Smooth Nose Piler NP-99
PILEER_I2C_ADDRESS = 0x1A# Initialize the I2C bus
bus = smbus.SMBus(1)# Set the operating frequency to 300 Hz
bus.write_byte_data(PILEER_I2C_ADDRESS, 0x01, 300)
time.sleep(0.1)# Set the material thickness to 5 mm
bus.write_byte_data(PILEER_I2C_ADDRESS, 0x02, 5)
time.sleep(0.1)# Start the piling process
bus.write_byte_data(PILEER_I2C_ADDRESS, 0x03, 1)
time.sleep(5)# Stop the piling process
bus.write_byte_data(PILEER_I2C_ADDRESS, 0x03, 0)
time.sleep(0.1)
```These code examples demonstrate the basic and advanced control capabilities of the Smooth Nose Piler NP-99. For more information on using this component, please refer to the detailed datasheet and user manual.