Wish List 0

Sct-013-100 Non-Invasive Ac Current Sensor Clamp Sensor 100A

Rs. 305.00 Rs. 351.00

This is SCT 013 000 100A Non-Invasive AC Current Sensor Split Core Type Clamp Meter Sensor. SCT-013-000 is a Non-Invasive AC modern-day sensor i.E. It's far a current transformer which may be used to measure AC contemporary as much as a hundred amperes.

>  Current transformers (CTs) are sensors are for measuring alternating contemporary. They are specifically beneficial for measuring whole constructing power intake (or technology for that depend). The split core type which includes the SCT-013-000 CT in the photograph is particularly suitable for DIE use. Clip this SCT 013 000 directly directly to either the stay or impartial twine getting into the building while not having to do any excessive voltage electrical paintings.

>  Like another transformer, a current transformer has a primary winding, a magnetic center, and a secondary winding. In the case of complete constructing tracking the primary is the life or the neutral cord (not each) entering the building itself and goes through the hole in the CT. The secondary winding contains many turns of great wire housed within the casing of the transformer.
      Features :
                   1. Non-invasive current transformer
                   2. Suitable for lighting equipment, AC motors, air compressors, monitoring, current measurement, and protection
                   3. Meet UL94-V0 flame retardant properties
                   4. Two form of output current, voltage (voltage output built-in the sampling resistor)
                   5. Non-linearity ±3%(10%-120% rated input current)
                   6. Output Plug 3.5mm

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


// 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

Write a review

Please login or register to review