element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Detecting OFF state of an AC Load
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 36 replies
  • Answers 19 answers
  • Subscribers 394 subscribers
  • Views 4438 views
  • Users 0 members are here
Related

Detecting OFF state of an AC Load

anishkgt
anishkgt over 7 years ago

Hi All,

 

I am trying to switch on a LOAD from its OFF state by detecting a change in the voltage. Here the load is a MOT, the voltage at the primary is 1VAC when OFF.

 

My idea is to switch ON the MOT by detecting the voltage change at the primary when the Secondary are shorted. I can see a voltage drop of .5VAC when shorted. How can i monitor this voltage change with an Arduino.

 

My solution to the problem is shown below.

image

The Live of mains is connected to the MOT through the LIVE_LOAD in the schematic. During the OFF state the Optocoupler is triggered so that the 1VAC is seen by the Precision rectifier LT1078 and is rectified and send to the Analog pin A0 on the Arduino. With a code i could detect the voltage change and use it trigger the MOT again and at the same disable the optocoupler to break the circuit to the LT1078. Basically eliminating the need to press a switch two switch ON the MOT.

 

is there a better way to get this done. I was thinking of using the basic 1N4007 to convert the 1VAC to dc but that would be a problem when the MOT is switched ON allowing the mains 240VAC to flow through the DIODE.

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 7 years ago in reply to anishkgt +4 suggested
    1.3 V rms rectified is 1.8 Vdc minus the drop in a lightly loaded Schottky diode of 0.3 V is 1.5 V dc peak. The zener on the Schottky diode output is just to clamp the signal so it doesn't exceed your…
  • shabaz
    shabaz over 7 years ago in reply to anishkgt +4
    Electrodes? Important information like this is kind of missing in your question.. If you provide half the information, it's not a surprise that it wasn't understandable.
  • shabaz
    shabaz over 7 years ago +3 suggested
    The question (and the circuit) is not understandable I think : ( Could you rephrase the question, or draw a block diagram? The circuit doesn't make sense.
  • jw0752
    0 jw0752 over 7 years ago

    Hi George,

     

    What does "MOT" stand for.  Also perhaps you could provide a little more information. At least to me it was not clear what you are trying to do. You refer to a LIVE_LOAD  and an LT1078, neither of which I can find in your schematic.

     

    Thanks John

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • anishkgt
    0 anishkgt over 7 years ago in reply to jw0752

    MOT is short for Microwave Oven Transformer. i guess you did not click on the image to view it. The Live_LOAD is on pin4 of the optocoupler. LT1078 are the two opamps. A dual opamp.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jw0752
    0 jw0752 over 7 years ago in reply to anishkgt

    Hi George,

     

    Thanks for your clarification. I have added your acronym MOT to my list. I saw the LIVE_OUT but did not associate it with LIVE_LOAD_OUT. I missed seeing the LT1078 when I clicked on the image. I assume that you are not driving a transformer directly with the MOC3052's 300mW max output. This looks like a very interesting question and I hope to learn from how you or one of the better engineers resolve it.

     

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 7 years ago

    The question (and the circuit) is not understandable I think : (

    Could you rephrase the question, or draw a block diagram? The circuit doesn't make sense.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • anishkgt
    0 anishkgt over 7 years ago in reply to jw0752

    Obviously not. The MOT is driven by the MOC3052. The MOT is driven by a pair of SCR in a Back-to-back configuration.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • anishkgt
    0 anishkgt over 7 years ago in reply to shabaz

    The question is simply an auto-switch ON for a MOT that i had in mind and now as a schematic seeking second opinion from the pro's.

     

    The CS enable on the optocoupler is connected to an Arduino which is used to switch on and off the circuit that senses the state of the LOAD. The other side is the part is a precision rectifier that rectifies the 1VAC to DC so that the Arduino can work with it.

     

     

    Hope this adds more clarity.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 7 years ago

    Obviously you need to be careful connecting directly to 220V and presumably you have the high voltage implications figured out and how to connect the low voltage supply - as in the whole circuit and its power supply needs to be enclosed with no possibility of human contact.

    You can limit the high voltage on the sense line with a zener diode, if you don't want to disconnect it.

    A Schottky diode is enough to rectify the sense signal, followed by an RC filter.

    The current limiting resistor can be higher than 100K.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • anishkgt
    0 anishkgt over 7 years ago in reply to dougw

    dougw  wrote:

     

    Obviously you need to be careful connecting directly to 220V and presumably you have the high voltage implications figured out and how to connect the low voltage supply - as in the whole circuit and its power supply needs to be enclosed with no possibility of human contact.

    You can limit the high voltage on the sense line with a zener diode, if you don't want to disconnect it.

    A Schottky diode is enough to rectify the sense signal, followed by an RC filter.

    The current limiting resistor can be higher than 100K.

    Thanks for the concern. yes am well cautious about the mains supply and working with them.

     

    The least nominal voltage for a zerner diode is 1.8v which is quite high for the application. The OFF state voltage is only about 1.3vac max and i presume they are to be placed in series with the LIVE_OUT. A schottky would have a voltage drop as well.

     

    I guess the initial design would be ideal as the voltage drop across the diode is also compensated and being an opamp with slew rate of 0.1v/us i should get quick response as well. I could omit the capacitor as that would take time to charge during voltage variation and maybe the diode as well to cut cost or may be both. All i need is to monitor ANY change in the voltage so without the diode and the cap they should be ok.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mcb1
    0 mcb1 over 7 years ago

    I think the question that everyone is stepping over is :-

    What is the voltage at the Live_Out pin when the MOT is turned ON.?

     

     

    As drawn I can't see how this schematic will provide what you want. (As I understand it)

    The detection circuit (LT1078) can't do any detecting until the Opto-coupler is turned ON by the CS_Enable line being driven High.

     

    It seems to me that you should be detecting the full AC voltage across the MOT and doing your signalling based on that.

    If you're trying to detect a shorted secondary, then measuring the primary current may be a better option.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • anishkgt
    0 anishkgt over 7 years ago in reply to mcb1

    I am sensing the voltage at the primary of the MOT when it is OFF not when the MOT is ON. The actual voltage of 1vac is the leakage current from the SCR from which the MOT is connected to.

     

    When i said "shorted secondary" i meant  as in placing the electrodes on a conducting surface like nickel strips for spot welding.

     

    here is the schematic to better understand

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube