Allow trigger other output with temperature alarm #178

Open
opened 2018-08-11 13:29:56 +01:00 by dnlbauer · 4 comments
dnlbauer commented 2018-08-11 13:29:56 +01:00 (Migrated from github.com)

I have a temperature sensor connected that reads room temperature. Additionally, I added a G-code output that sends "M112" to the printer to shut it down. I want to link them together to shut the printer down if a certain temperature is reached

There are two ways this could be archived:

  1. Extend Temperature alarm to send GCODE commands
  2. A way to chain outputs together
I have a temperature sensor connected that reads room temperature. Additionally, I added a G-code output that sends "M112" to the printer to shut it down. I want to link them together to shut the printer down if a certain temperature is reached There are two ways this could be archived: 1) Extend Temperature alarm to send GCODE commands 2) A way to chain outputs together
vitormhenrique commented 2018-08-14 15:51:04 +01:00 (Migrated from github.com)

Question, do you have an external relay to control the printer power? or is it implemented on the printer on the printer firmware ?

Question, do you have an external relay to control the printer power? or is it implemented on the printer on the printer firmware ?
dnlbauer commented 2018-08-14 16:53:15 +01:00 (Migrated from github.com)

I want to have it implemented in the printer firmware so it should be triggered by gcode explicitly.

---- On Tue, 14 Aug 2018 16:51:08 +0200 notifications@github.com wrote ----

Question, do you have an external relay to control the printer power? or is it implemented on the printer on the pritner firmware ?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

I want to have it implemented in the printer firmware so it should be triggered by gcode explicitly. ---- On Tue, 14 Aug 2018 16:51:08 +0200 notifications@github.com wrote ---- Question, do you have an external relay to control the printer power? or is it implemented on the printer on the pritner firmware ? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
vitormhenrique commented 2018-08-14 17:00:03 +01:00 (Migrated from github.com)

I will put as a FR, but with very low priority, as most users use external relays and the plugin can already shutdown under an alarm based on an external GPIO, and you are probably the only user that will have a custom firmware and board built to accept this current scenario.

I will put as a FR, but with very low priority, as most users use external relays and the plugin can already shutdown under an alarm based on an external GPIO, and you are probably the only user that will have a custom firmware and board built to accept this current scenario.
dnlbauer commented 2018-08-15 10:00:15 +01:00 (Migrated from github.com)

thanks!

thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#178