If all of the switches are NC (normally closed) then they would be wired in
series.That way if any one of the home switches was tripped when the machine was homing the machine will see the change of state and stop the machine.
if
all of the switches are NO (normally open) then they would be wired in
parallel that way (again) if any of the switches were tripped when the machine was homing the machine will see the change of state and stop the machine.
Those switches are homing switches, so they will only stop the machine from moving when the machine is homing and they are triggered.
They are not set as limit switches so will not stop the machine if it is running and they are triggered.
You would need to set them up as BOTH homing and limit switches.
You also need to setup the homing sequence on the general settings / configuration tab.
Normally it is Z first, and then X or Y so the tool moves out of the way of anything on the table and you don't break the tool.
Z is normally homed at the top of the Z axis travel (positive direction movement.... upwards).
If you type into the MDI
- Code: Select all
G28.1 Z
does the machine move the Z axis upwards towards the switch?
If you toggle the switch by hand dose the machine stop (or toggle any one of the home switches as if any one of them is triggered the machine will stop.
If you type into the MDI
- Code: Select all
G28.1 Y
does the machine move forwards or backwards towards the home switch?
again, If you toggle the switch by hand dose the machine stop (or toggle any one of the home switches as if any one of them is triggered the machine will stop.
And finally, if you type into the MDI:
- Code: Select all
G28.1 X
does the machine move left or right towards the home switch?
and, If you toggle the switch by hand dose the machine stop (or toggle any one of the home switches as if any one of them is triggered the machine will stop.