ร—

Locking Solenoid 6-12VDC

Rp150.000

KR04037 Locking Solenoid 6-12Volt DC

9 in stock




๐Ÿ“ Self Pickup : Ciledug, Kota Tangerang
Produk juga tersedia di :
๐Ÿ›๏ธ Shopee | ๐Ÿ› ๏ธTokopedia | Sewa | ๐Ÿ’ฌ WhatsApp
Layanan tersedia :
๐Ÿ‘จโ€๐Ÿซ Tutorial | ๐Ÿ‘ฅ Konsultasi | ๐Ÿ‘จโ€๐Ÿ”ง Toy Repair <style>

Description

Locking Solenoid 6-12Volt DC, Solenoids are basically electromagnets: they are made of a big coil of copper wire with an armature (a slug of metal) in the middle. When the coil is energized, the slug is pulled into the center of the coil.

Solenoid ini biasa digunakan sebagai pengunci brankas mini/ ukuran kecil, selain bentuknya yang kecil, memiliki batang lock yang cukup besar. Pada kondisi tanpa tegangan, batang pengunci akan terdorong keluar = mengunci (lock), sedangkan saat diberi tegangan (6-12 Volt DC), maka terjadi magnet pada kumparan yang menarik batang pengunci untuk masuk.

Jika kamu ingin menggunakan alat ini yang dikontrol dengan arduino, kamu memerlukan modul driver/ transistor/ relay, karena solenoid ini memerlukan arus yang besar seketika saat dihidupkan.

Locking Solenoid 6-12Volt DC
Item No. : KR04037

1. Introduction
Solenoids are basically electromagnets: they are made of a big coil of copper wire with an armature (a slug of metal) in the middle. When the coil is energized, the slug is pulled into the center of the coil. This makes the solenoid able to pull from one end.

This solenoid in particular is nice and strong, and has a slug with a slanted cut and a good mounting bracket. It’s basically an electronic lock, designed for a basic cabinet or safe or door. Normally the lock is active so you can’t open the door because the solenoid slug is in the way. It does not use any power in this state. When 9-12VDC is applied, the slug pulls in so it doesn’t stick out anymore and the door can be opened.

2. How to use solenoid ?
This is parts need big Ampere consumptions, don’t direct connect with your controller, is better using with relay module (KR09004/ย KR09013)

KR09004 Relay HRS2H-S-DC-12V 1A Module

KR09013 2 Channel Relay Module with Opto Isolated Inputs

 

Solenoid information
Length = 45mm
Height = 25mm
Width = 30mm
Stroke shaft = 5mm
Voltage = 6 – 12 Volt DC
Ampere = 500mA (minimum)

Untuk menggunakan solenoid lock dengan Arduino UNO, kita perlu menguasai pemrograman Arduino :
1. Mengeluarkan input High (5 Volt) dan Low (0 Volt/ Ground)
2. Menggunakan Arduino bersama dengan Modul Relay
3. Menghubungkan Modul Relay dengan Locking Solenoid dan Power Eksternal untuk Solenoid, perhatikan gambar berikut ini :

  • Hubungkan pin 5 Volt dari Arduino ke Vcc Modul Relay. Kemudian hubungkan pin Ground Arduino ke pin Ground dari Modul Relay.
  • Hubungkan Input Relayy dengan pin Digital no.12 (D12) pada Arduino UNO (seperti gambar diatas).
  • Gunakan power supply eksternal (tambahan 6-12 Volt DC), kutub positif dipasang pada port tengah/ COM, sedangkan kutub negatif dihubungkan ke solenoid lock. Lalu kabel solenoid lock lainnya dihubungkan ke NO (normally open) / NC (normally close). Jika kita pengaturan yang kita kerjakan lebih banyak membuka pintu, ada baiknya kita pasang kabel ke posisi normally close = sehingga solenoid lock akan selalu masuk (pintu tidak terkunci). Sebaliknya jika lebih banyak menutup (mengunci) pintu, maka kita pasang kabel ko posisi normally open = sehingga solenoid lock akan selalu keluar (pintu terkunci).
  • Sekarang kita upload program ke Arduino :
void setup() 
{
pinMode(12,OUTPUT); // RELAY PIN 
digitalWrite(12,HIGH); // Normally ON Only For Chanels Relay Module 
} 
void loop() { 
digitalWrite(12,LOW); // RELAY ON
delay(1000); 
digitalWrite(12,HIGH); // RELAY OFF 
delay(1000); 
}

Additional information

Weight 0,001 kg
Skill Programming

No Need

Skill Elektrikal

Level 2

Skill Robotika

Level 1

Skill DIY - Do it yourself

Level 1

Skill Soldering

No Need

You may also like…