Can a relay be on for 16 hours continuously? The 2019 Stack Overflow Developer Survey Results...

Can the prologue be the backstory of your main character?

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

He got a vote 80% that of Emmanuel Macron’s

Would an alien lifeform be able to achieve space travel if lacking in vision?

How to copy the contents of all files with a certain name into a new file?

Netflix Recommendations?

How do you keep chess fun when your opponent constantly beats you?

How to delete random line from file using Unix command?

Semisimplicity of the category of coherent sheaves?

Why did all the guest students take carriages to the Yule Ball?

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Typeface like Times New Roman but with "tied" percent sign

Single author papers against my advisor's will?

system() function string length limit

How are presidential pardons supposed to be used?

Segmentation fault output is suppressed when piping stdin into a function. Why?

How do I add random spotting to the same face in cycles?

Keeping a retro style to sci-fi spaceships?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

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

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

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Are my PIs rude or am I just being too sensitive?

What aspect of planet Earth must be changed to prevent the industrial revolution?



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

                    As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                    Список ссавців Італії Природоохоронні статуси | Список |...

                    Українські прізвища Зміст Історичні відомості |...