-
I'm just finishing buiding my openbuilds based cnc using Phil's teensy breakout board. and why isn't there one over the Y axis? I'm just muddling my way through this so any info would be much appreciated. Thanks Piers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It is the status of the limit (and control) input pins (virtual LEDs). With default settings X and Z inputs are not connected to ground, Y is (via a closed limit switch). You can invert the input readings here: For safety reasons limit switches should be "normally closed" (NC) and connected from the input to ground. If wired as "normally open" or not connected you have to invert the pin inputs. I normal operation none of the red squares should show up. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I should have realised it was the limit switches. I've only done a bit of preliminary testing of my control board so far and haven't connected any limit switches yet. I've now inverted the limit pins as I'll be using NO switches and sensors, X and Z are working as expected. |
Beta Was this translation helpful? Give feedback.
-
Sorry, Terjeio, I'm an idiot, I've just realised what is going on. On the ganged Y axis I shall be using inductive sensors which because they work at 12v I put a 6.8k pull down resistor between signal and ground, but because I haven't connected the sensors yet the signal pins on the Y and A axes weren't getting 5v but being pulled down Thanks for taking the time to help me |
Beta Was this translation helpful? Give feedback.
It is the status of the limit (and control) input pins (virtual LEDs). With default settings X and Z inputs are not connected to ground, Y is (via a closed limit switch). You can invert the input readings here:
For safety reasons limit switches should be "normally closed" (NC) and connected from the input to ground. If wired as "normally open" or not connected you have to invert the pin inputs. I normal operation none of the red squares should show up.