Open vk220 opened 6 years ago
"endstop always-on,0 is always-off" Guessing they mean normally open and normally closed by this?? If that is the case, what you are doing seems like it should be correct.
Due to the abundance of info available for this board, we get to guess. I think I would unplug the endstop from the board and measure the voltage at the S pin to the G pin. If you have 5v, you are doing it right and might just need to switch the top ones back to 1s. If you have 0v, you might need to swap from the G pin to the V pin.
Guessing they mean normally open and normally closed by this??
Yes, guessed like that. But seems that this is not true. I found the chinese datasheet and it says (by google translator) that 1 means normally open. Changed settings back to 1s and it supposed to work fine. Also, voltage at the S pin to G pin is 3.2V, and at V to G is also 3.2V... Thanks.
Sounds like you are on the right track. If you got 3.2v S to G, they are prob using 3.3v logic instead of the 5v I was guessing, and you are seeing the pull up voltage. Having that pull up means you have the endstop on the correct pins (S and G).
Hi, about endstops: I connect simple mechanical normally open endstops to pins "g" and "s", endstops located on min of x, y and z axes. Part of my config below, but when I move extruder in minimum direction, it try to move even when endstop switched on. Where I can find schematic for connecting these endstops?
And about homing: is it possible to detect home position by endstops switching? At now, seems to be that home position is where extruder was at power on. Thank you.