Set the home pos.
- Rørbæk
- Offline
- Senior Member
Less
More
- Posts: 53
- Thank you received: 7
08 Dec 2020 11:26 #191411
by Rørbæk
Replied by Rørbæk on topic Set the home pos.
No connection to the controller.
I will work on it a little later
I will work on it a little later
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
Less
More
- Posts: 53
- Thank you received: 7
08 Dec 2020 13:33 #191417
by Rørbæk
Replied by Rørbæk on topic Set the home pos.
Here is the fail read.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19488
- Thank you received: 6536
08 Dec 2020 14:30 #191420
by tommylight
Replied by tommylight on topic Set the home pos.
Lower case L.
Never mind that, just type linuxcnc and a menu will pop up, chose your config and click OK.
Never mind that, just type linuxcnc and a menu will pop up, chose your config and click OK.
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
Less
More
- Posts: 53
- Thank you received: 7
08 Dec 2020 16:04 #191428
by Rørbæk
Replied by Rørbæk on topic Set the home pos.
Sorry but i am not sure that i understand youre comment. I am now give you the files and the failreply i get if that can be of any help.
I tryed the hh-mill and thats the same i cant move any axis from the keybord.
I tryed the hh-mill and thats the same i cant move any axis from the keybord.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19488
- Thank you received: 6536
08 Dec 2020 16:16 #191430
by tommylight
Replied by tommylight on topic Set the home pos.
in a terminal:
linuxcnc -L <<<<lower case L, not 1
OR just
linucnc
That will open a menu where you can choose the configuration, usually the last used one is selected so just click on OK.
linuxcnc -L <<<<lower case L, not 1
OR just
linucnc
That will open a menu where you can choose the configuration, usually the last used one is selected so just click on OK.
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4025
- Thank you received: 1735
08 Dec 2020 16:40 #191432
by Aciera
Replied by Aciera on topic Set the home pos.
Point is you haven't been able to start linuxcnc in the terminal because you have not used the command correctly you typed linuxcnc -1 (number one) instead of linuxcnc -l (lowercase letter L) so you get an error about that. We need the text output AFTER you start Linuxcnc. So maybe try the command again with the lowercase L or as, Thommy suggested:
and then choose your configuration from the menu.
linuxcnc
and then choose your configuration from the menu.
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
Less
More
- Posts: 53
- Thank you received: 7
09 Dec 2020 09:41 #191483
by Rørbæk
Replied by Rørbæk on topic Set the home pos.
Ok now i got it, thanks
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
Less
More
- Posts: 53
- Thank you received: 7
09 Dec 2020 12:24 #191491
by Rørbæk
Replied by Rørbæk on topic Set the home pos.
Hurra now its running.
then i was homing it, i tryed to stop it with the microswitch but it didnt stop but i got following mess.
" end of move in home state 7 " but it continued so i stopped it with the e stop. there are also a red plus.
then i was homing it, i tryed to stop it with the microswitch but it didnt stop but i got following mess.
" end of move in home state 7 " but it continued so i stopped it with the e stop. there are also a red plus.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4025
- Thank you received: 1735
09 Dec 2020 13:31 - 09 Dec 2020 13:36 #191493
by Aciera
Generally you need to provide more information. It's better to describe to much than too little.
[edit]
Just noticed you have these lines commented out at the end of your hal:
that is blocking the signals from the micro switches getting to LinuxCNC. So remove the # at the beginning of those three lines.
Replied by Aciera on topic Set the home pos.
Which axis, the Z axis I presume? Was it moving upwards?then i was homing it
If you mean a window with a red X then we also need to know what the message is.there are also a red plus.
Generally you need to provide more information. It's better to describe to much than too little.
[edit]
Just noticed you have these lines commented out at the end of your hal:
# 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
that is blocking the signals from the micro switches getting to LinuxCNC. So remove the # at the beginning of those three lines.
Last edit: 09 Dec 2020 13:36 by Aciera.
Please Log in or Create an account to join the conversation.
- Rørbæk
- Offline
- Senior Member
Less
More
- Posts: 53
- Thank you received: 7
09 Dec 2020 16:17 #191502
by Rørbæk
Replied by Rørbæk on topic Set the home pos.
I am sorry that am writting so short it takes me quith a while to writhe
The box with the red cirkel with a withe x in is saying " end of move in home state 7 "
putting # in front of the 3 last lines was because you told to me about moving 3 lines out and i cuold not find out which one to move and the tre last lines was the one which came closets
So there is tre lines i have to remove and let the last ones work again is that i have to do.
Henrik
PS i took me about half an hour to make this input.
The box with the red cirkel with a withe x in is saying " end of move in home state 7 "
putting # in front of the 3 last lines was because you told to me about moving 3 lines out and i cuold not find out which one to move and the tre last lines was the one which came closets
So there is tre lines i have to remove and let the last ones work again is that i have to do.
Henrik
PS i took me about half an hour to make this input.
Please Log in or Create an account to join the conversation.
Time to create page: 0.108 seconds