Probe trigger while mdi does not trigger alarm
- moh
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 2
19 Nov 2021 11:12 #226969
by moh
Probe trigger while mdi does not trigger alarm was created by moh
I have 2 machines running linuxcnc 2.9 (although different minor versions).
One will give a warning if the probe is triggered during an mdi command and then stop the motion.
The other does not do this, but does it only during jogging.
I have tried to copy the entire configuration folder between the machiens to ensure it's not any configuration differences, but this didn't fix the issue.
Do i need to change the version on the machine where it doesn't alert me, or is there another way to fix this?
One will give a warning if the probe is triggered during an mdi command and then stop the motion.
The other does not do this, but does it only during jogging.
I have tried to copy the entire configuration folder between the machiens to ensure it's not any configuration differences, but this didn't fix the issue.
Do i need to change the version on the machine where it doesn't alert me, or is there another way to fix this?
Please Log in or Create an account to join the conversation.
- d2inventory
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 10
19 Nov 2021 16:21 #226994
by d2inventory
Replied by d2inventory on topic Probe trigger while mdi does not trigger alarm
what are the minor version differences?
Please Log in or Create an account to join the conversation.
- moh
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 2
22 Nov 2021 11:15 #227289
by moh
Replied by moh on topic Probe trigger while mdi does not trigger alarm
The one where it works says LinuxCNC 2.9.0-pre0-1237-ge4b5d50f8.
The other where it doesnt work just says LinuxCNC 2.9.0-pre0.
Not sure how to get more information about minor versions
The other where it doesnt work just says LinuxCNC 2.9.0-pre0.
Not sure how to get more information about minor versions
Please Log in or Create an account to join the conversation.
- d2inventory
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 10
22 Nov 2021 14:58 - 22 Nov 2021 14:58 #227299
by d2inventory
Replied by d2inventory on topic Probe trigger while mdi does not trigger alarm
you can open a terminal and run linuxcnc_info which creates a file in /tmp with extra info. In there you can find the exact git commit hash your version was built with.
So open a terminal and type this:
which should give you the git commit info. It should also open the entire file in a text editor where you can find more info.
So open a terminal and type this:
linuxcnc_info && grep commit /tmp/linuxcnc_info.txt
which should give you the git commit info. It should also open the entire file in a text editor where you can find more info.
Last edit: 22 Nov 2021 14:58 by d2inventory.
Please Log in or Create an account to join the conversation.
- moh
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 2
22 Nov 2021 15:37 #227303
by moh
Replied by moh on topic Probe trigger while mdi does not trigger alarm
git commit: NA
Dont know how this is possible. But I'm assuming i have to do an update somehow.
Dont know how this is possible. But I'm assuming i have to do an update somehow.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
22 Nov 2021 23:59 #227343
by andypugh
Replied by andypugh on topic Probe trigger while mdi does not trigger alarm
github.com/LinuxCNC/linuxcnc/commit/4ceb...580465853dece92f3be9
Is probably the point that the behaviour changed (28th Feb)
How did you initially install LinuxCNC 2.9? if from the buildbot then an automatic update should be offered rather regularly.
Is probably the point that the behaviour changed (28th Feb)
How did you initially install LinuxCNC 2.9? if from the buildbot then an automatic update should be offered rather regularly.
Please Log in or Create an account to join the conversation.
- moh
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 2
23 Nov 2021 15:06 #227408
by moh
Replied by moh on topic Probe trigger while mdi does not trigger alarm
I can't remember how I initially installed it, but i think I installed 2.8 and then later upgraded to 2.9, but can't remember how i upgraded either.
There doesn't seem to be any git clone on the PC, so I'm assuming I didn't install from sources.
The reason I haven't tried to update yet, is that I use the machine quite a bit, and can't really afford much down-time on it in case something goes wrong.
Do you know any upgrade guides when I cant remember how I installed?
Definately sounds like the referenced commit will fix this.
There doesn't seem to be any git clone on the PC, so I'm assuming I didn't install from sources.
The reason I haven't tried to update yet, is that I use the machine quite a bit, and can't really afford much down-time on it in case something goes wrong.
Do you know any upgrade guides when I cant remember how I installed?
Definately sounds like the referenced commit will fix this.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
23 Nov 2021 16:07 #227418
by andypugh
Replied by andypugh on topic Probe trigger while mdi does not trigger alarm
Have a look for LinuxCNC in the synaptic package manager, press the refresh button and see if it is offering an update.
Also note that yesterday my attention was drawn to some undocumented INI file entries:
github.com/LinuxCNC/linuxcnc/issues/1397
Also note that yesterday my attention was drawn to some undocumented INI file entries:
github.com/LinuxCNC/linuxcnc/issues/1397
Please Log in or Create an account to join the conversation.
Time to create page: 0.098 seconds