Can a relay be on for 16 hours continuously? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Congratulation Joan for 50k!16 channel relay for RPiSimple Relay ControlWhat things I can use for turning on a relay?3V3 enough for a 5V relay?Relay boards that can handle 20V 20A DCCircuit complete near high voltage machineComponents for relay setup with Raspberry PiRaspi's USB and Ethernet occasionally shut down when connecting relay boardOpen/Close Sliding Gate Using Raspberry Pi and PythonDetecting electricity via a relay board

Why can't wing-mounted spoilers be used to steepen approaches?

Can smartphones with the same camera sensor have different image quality?

Make it rain characters

Can the prologue be the backstory of your main character?

What information about me do stores get via my credit card?

What are these Gizmos at Izaña Atmospheric Research Center in Spain?

How to test the equality of two Pearson correlation coefficients computed from the same sample?

Did the new image of black hole confirm the general theory of relativity?

Can a novice safely splice in wire to lengthen 5V charging cable?

Can a 1st-level character have an ability score above 18?

How to pronounce 1ターン?

Why can't devices on different VLANs, but on the same subnet, communicate?

What's the point in a preamp?

What do you call a plan that's an alternative plan in case your initial plan fails?

Is this wall load bearing? Blueprints and photos attached

how can a perfect fourth interval be considered either consonant or dissonant?

Sort a list of pairs representing an acyclic, partial automorphism

First use of “packing” as in carrying a gun

I could not break this equation. Please help me

Is every episode of "Where are my Pants?" identical?

How is simplicity better than precision and clarity in prose?

How does ice melt when immersed in water?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

What is special about square numbers here?



Can a relay be on for 16 hours continuously?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Congratulation Joan for 50k!16 channel relay for RPiSimple Relay ControlWhat things I can use for turning on a relay?3V3 enough for a 5V relay?Relay boards that can handle 20V 20A DCCircuit complete near high voltage machineComponents for relay setup with Raspberry PiRaspi's USB and Ethernet occasionally shut down when connecting relay boardOpen/Close Sliding Gate Using Raspberry Pi and PythonDetecting electricity via a relay board



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















A part of my engineering project involves a L.E.D tubelight staying on for 16 hours continuously. I am connecting the light to a relay module. Is it ok, if the relay stays on for so long? I mean, is it designed to sustain for such a huge period of time?










share|improve this question




























    1















    A part of my engineering project involves a L.E.D tubelight staying on for 16 hours continuously. I am connecting the light to a relay module. Is it ok, if the relay stays on for so long? I mean, is it designed to sustain for such a huge period of time?










    share|improve this question
























      1












      1








      1








      A part of my engineering project involves a L.E.D tubelight staying on for 16 hours continuously. I am connecting the light to a relay module. Is it ok, if the relay stays on for so long? I mean, is it designed to sustain for such a huge period of time?










      share|improve this question














      A part of my engineering project involves a L.E.D tubelight staying on for 16 hours continuously. I am connecting the light to a relay module. Is it ok, if the relay stays on for so long? I mean, is it designed to sustain for such a huge period of time?







      electronics relay






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 11 hours ago









      Aditya RaghuAditya Raghu

      142




      142




















          2 Answers
          2






          active

          oldest

          votes


















          3














          The first stop to answer such questions should be the datasheet of the part in question. This is where the manufacturer lists the operating conditions of the device.



          That aside it is usually safe to have a relay active for longer periods of time, assuming you're within the operational range of current and voltage (again, as laid out in the datasheet).



          Wear and tear of an electromechanical relay is usually due to switching under load, i.e. with a voltage applied to the terminals, not being permanently on or off. For more on the issue of contact degradation see here https://en.wikipedia.org/wiki/Relay#Arcing (which I won't make part of this answer as it does not address the question).






          share|improve this answer























          • Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

            – Aditya Raghu
            11 hours ago


















          1














          To add to @Ghanima's excellent answer, you may also wish to consider a latching relay. Briefly, a latching relay has two stable states (i.e. it is a bistable device, similar to a flip-flop). This means that the relay can be latched into an OPEN or CLOSED state, and it will remain in that state until commanded to change by the input. This avoids the necessity of supplying input voltage and current to maintain (for example) a NORMALLY OPEN relay in a CLOSED state for an extended period of time. Latching relays typically find application in situations similar to the one you've described in your question - where they must be in an OPEN or CLOSED state for extended periods of time.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("schematics", function ()
            StackExchange.schematics.init();
            );
            , "cicuitlab");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "447"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f96471%2fcan-a-relay-be-on-for-16-hours-continuously%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            The first stop to answer such questions should be the datasheet of the part in question. This is where the manufacturer lists the operating conditions of the device.



            That aside it is usually safe to have a relay active for longer periods of time, assuming you're within the operational range of current and voltage (again, as laid out in the datasheet).



            Wear and tear of an electromechanical relay is usually due to switching under load, i.e. with a voltage applied to the terminals, not being permanently on or off. For more on the issue of contact degradation see here https://en.wikipedia.org/wiki/Relay#Arcing (which I won't make part of this answer as it does not address the question).






            share|improve this answer























            • Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

              – Aditya Raghu
              11 hours ago















            3














            The first stop to answer such questions should be the datasheet of the part in question. This is where the manufacturer lists the operating conditions of the device.



            That aside it is usually safe to have a relay active for longer periods of time, assuming you're within the operational range of current and voltage (again, as laid out in the datasheet).



            Wear and tear of an electromechanical relay is usually due to switching under load, i.e. with a voltage applied to the terminals, not being permanently on or off. For more on the issue of contact degradation see here https://en.wikipedia.org/wiki/Relay#Arcing (which I won't make part of this answer as it does not address the question).






            share|improve this answer























            • Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

              – Aditya Raghu
              11 hours ago













            3












            3








            3







            The first stop to answer such questions should be the datasheet of the part in question. This is where the manufacturer lists the operating conditions of the device.



            That aside it is usually safe to have a relay active for longer periods of time, assuming you're within the operational range of current and voltage (again, as laid out in the datasheet).



            Wear and tear of an electromechanical relay is usually due to switching under load, i.e. with a voltage applied to the terminals, not being permanently on or off. For more on the issue of contact degradation see here https://en.wikipedia.org/wiki/Relay#Arcing (which I won't make part of this answer as it does not address the question).






            share|improve this answer













            The first stop to answer such questions should be the datasheet of the part in question. This is where the manufacturer lists the operating conditions of the device.



            That aside it is usually safe to have a relay active for longer periods of time, assuming you're within the operational range of current and voltage (again, as laid out in the datasheet).



            Wear and tear of an electromechanical relay is usually due to switching under load, i.e. with a voltage applied to the terminals, not being permanently on or off. For more on the issue of contact degradation see here https://en.wikipedia.org/wiki/Relay#Arcing (which I won't make part of this answer as it does not address the question).







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 11 hours ago









            GhanimaGhanima

            12.5k114080




            12.5k114080












            • Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

              – Aditya Raghu
              11 hours ago

















            • Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

              – Aditya Raghu
              11 hours ago
















            Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

            – Aditya Raghu
            11 hours ago





            Thank you so much for your help @Ghanima. Btw does a timer relay also have the same working?

            – Aditya Raghu
            11 hours ago













            1














            To add to @Ghanima's excellent answer, you may also wish to consider a latching relay. Briefly, a latching relay has two stable states (i.e. it is a bistable device, similar to a flip-flop). This means that the relay can be latched into an OPEN or CLOSED state, and it will remain in that state until commanded to change by the input. This avoids the necessity of supplying input voltage and current to maintain (for example) a NORMALLY OPEN relay in a CLOSED state for an extended period of time. Latching relays typically find application in situations similar to the one you've described in your question - where they must be in an OPEN or CLOSED state for extended periods of time.






            share|improve this answer



























              1














              To add to @Ghanima's excellent answer, you may also wish to consider a latching relay. Briefly, a latching relay has two stable states (i.e. it is a bistable device, similar to a flip-flop). This means that the relay can be latched into an OPEN or CLOSED state, and it will remain in that state until commanded to change by the input. This avoids the necessity of supplying input voltage and current to maintain (for example) a NORMALLY OPEN relay in a CLOSED state for an extended period of time. Latching relays typically find application in situations similar to the one you've described in your question - where they must be in an OPEN or CLOSED state for extended periods of time.






              share|improve this answer

























                1












                1








                1







                To add to @Ghanima's excellent answer, you may also wish to consider a latching relay. Briefly, a latching relay has two stable states (i.e. it is a bistable device, similar to a flip-flop). This means that the relay can be latched into an OPEN or CLOSED state, and it will remain in that state until commanded to change by the input. This avoids the necessity of supplying input voltage and current to maintain (for example) a NORMALLY OPEN relay in a CLOSED state for an extended period of time. Latching relays typically find application in situations similar to the one you've described in your question - where they must be in an OPEN or CLOSED state for extended periods of time.






                share|improve this answer













                To add to @Ghanima's excellent answer, you may also wish to consider a latching relay. Briefly, a latching relay has two stable states (i.e. it is a bistable device, similar to a flip-flop). This means that the relay can be latched into an OPEN or CLOSED state, and it will remain in that state until commanded to change by the input. This avoids the necessity of supplying input voltage and current to maintain (for example) a NORMALLY OPEN relay in a CLOSED state for an extended period of time. Latching relays typically find application in situations similar to the one you've described in your question - where they must be in an OPEN or CLOSED state for extended periods of time.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 45 mins ago









                SeamusSeamus

                3,0671322




                3,0671322



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Raspberry Pi Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f96471%2fcan-a-relay-be-on-for-16-hours-continuously%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

                    Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

                    Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm