Sct-013-100 Non-Invasive Ac Current Sensor Clamp Sensor 100A
Rs. 305.00 Rs. 351.00
- Brand: http://en.yhdc.com/product/SCT013-401.html
- Product Code: SEN-CURRENT
- SKU -
- Availability: In Stock
- Price in reward points: 5
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
SPECIFICATIONS:
Core Material :Ferrite
External Material :ABS
Input Current :100A
Frequency :50Hz to 150KHz
Opening Size(mm) :13×13
Dielectric Strength(VAC/1min) :6000
Operating Temperature (°C) :-25 to +85
Cable Length :1 Meter
OVERVIEW:
-Input Current : 100A
-Frequency: 50HZ-150KHZ
-Opening Size: 13 x 13mm/ 0.5″ x 0.5″(L*W)
-Output Plug 3.5mm
-Dielectric Strength 6000V AC/1min
-Suitable for lighting equipment, AC motors, air compressors, monitoring, current measurement, and protection
-Meet UL94-V0 flame retardant properties
PACKAGE INCLUDES:
1 PCS x Sct-013-100 Non-Invasive Ac Current Sensor Clamp Sensor 100A
http://en.yhdc.com/product/SCT013-401.html
// SOURCE CODE TAKEN FROM BELOW LINK
//https://github.com/openenergymonitor/EmonLib/blob/master/examples/current_only/current_only.ino
//EmonLibrary examples openenergymonitor.org, Licence GNU GPL V3
#include "EmonLib.h" // Include Emon Library
EnergyMonitor emon1; // Create an instance
void setup()
{
Serial.begin(9600);
emon1.current(1, 111.1); // Current: input pin, calibration.
}
void loop()
{
double Irms = emon1.calcIrms(1480); // Calculate Irms only
Serial.print(Irms*230.0); // Apparent power
Serial.print(" ");
Serial.println(Irms); // Irms
}
© 2021 GitHub, Inc.
15 days