Set the home pos.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
So there is tre lines i have to remove and let the last ones work again is that i have to do.
Don't remove any lines. You need to change the three last lines in your hal from this:
# net both-home-x => joint.0.pos-lim-sw-in joint.0.neg-lim-sw-in joint.0.home-sw-in
# net both-home-y => joint.1.pos-lim-sw-in joint.1.neg-lim-sw-in joint.1.home-sw-in
# net both-home-z => joint.2.pos-lim-sw-in joint.2.neg-lim-sw-in joint.2.home-sw-in
net both-home-x => joint.0.pos-lim-sw-in joint.0.neg-lim-sw-in joint.0.home-sw-in
net both-home-y => joint.1.pos-lim-sw-in joint.1.neg-lim-sw-in joint.1.home-sw-in
net both-home-z => joint.2.pos-lim-sw-in joint.2.neg-lim-sw-in joint.2.home-sw-in
by removing the # at the beginning of the lines.
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
- Posts: 53
- Thank you received: 7
I have tryed to moved to a usb stick so you could see it but whit no luck
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
PrtSc – Save a screenshot of the entire screen to the “Pictures” directory.
Shift + PrtSc – Save a screenshot of a specific region to Pictures.
Alt + PrtSc – Save a screenshot of the current window to Pictures.
Ctrl + PrtSc – Copy the screenshot of the entire screen to the clipboard.
Shift + Ctrl + PrtSc – Copy the screenshot of a specific region to the clipboard.
Ctrl + Alt + PrtSc – Copy the screenshot of the current window to the clipboard.
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
- Posts: 53
- Thank you received: 7
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
- Posts: 53
- Thank you received: 7
I have removed the "Garden fence " on the tre lines.
Trying to take print scren no reaktion from the CPU.
When starting the mashine ( not the program ) i get joint 0 on limit switch error on joint 0, 1, 2..
I am att. the current files.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
In your HAL file, near the end, change this:
net both-home-x <= parport.0.pin-13-in
net both-home-y <= parport.0.pin-12-in
net both-home-z <= parport.0.pin-15-in
To this:
net both-home-x <= parport.0.pin-13-in-not
net both-home-y <= parport.0.pin-12-in-not
net both-home-z <= parport.0.pin-15-in-not
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
- Posts: 53
- Thank you received: 7
I started the cnc mashine that worked.
I started the homing proces and the Y axis stated moving, then i tryed to stop it with the mocroswitch, it didnt stopped but i got a red dot with a white X in it
and the message "end of move in home state 7"
Henrik
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
- Posts: 53
- Thank you received: 7
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4025
- Thank you received: 1735
I started the homing proces and the Y axis stated moving
Your Z axis should be the first to home.
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
- Posts: 53
- Thank you received: 7
The first time a week a go before microswitches homing started with the Z axis.
Please Log in or Create an account to join the conversation.