How often an Aux input can be used? #190
Replies: 6 comments
-
User plugin code, or "standard" plugins such as the one for Bluetooth comms. |
Beta Was this translation helpful? Give feedback.
-
But there is not major use in the industry for example read some sensors (I am not really expert with CNC machines) |
Beta Was this translation helpful? Give feedback.
-
Unneccesary pins for one user is vital for another... To make the perfect controller you will need a lot of pins. The Blueetooth plugin requires an interrupt capable pin as well as an UART port. The plasma plugin needs an analog input and arc ok input etc etc... |
Beta Was this translation helpful? Give feedback.
-
You are right, no doubts about it, but I am more concerned about CNC routers and Also I am still trying to make use of what I have on hand right now which is stm23f411 chip |
Beta Was this translation helpful? Give feedback.
-
As an example, I use one of the Aux Inputs to connect a simple momentary switch that allows me to over ride my status lights and switch my RGB gantry lights to "white" so I can better inspect my work. So I have an "inspection light" button on my button box for this that uses the Aux Input. |
Beta Was this translation helpful? Give feedback.
-
Another, perhaps more common example, is the "enclosure door". Where you want the machine to respond to the safety door to the enclosure being opened while it is running. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see in the code there is support for Aux Inputs, I want to know what would be the case where I would need an Aux input in the controller.
For Aux outputs, maybe someone will use them to turn on extra stuff using some standard G-code but for Aux input what can I use them for?
Beta Was this translation helpful? Give feedback.
All reactions