Axis Position Logger
15 Mar 2024 14:19 - 16 Mar 2024 07:16 #295965
by partec
Replied by partec on topic Axis Position Logger
Thanks, I haven't gotten that far yet, I'll take a look now
Last edit: 16 Mar 2024 07:16 by partec.
Please Log in or Create an account to join the conversation.
16 Mar 2024 07:17 #296027
by partec
Replied by partec on topic Axis Position Logger
looks fine, handling works so far, I'm currently studying which pieces of hal code might not have been set up for me yet? When I do manual logging, the little miracle disappears, why exactly?
motion.digital-in-NN IN BIT
These pins are used by M66 Pnn wait-for-input mode.
motion.digital-out-NN OUT BIT
These pins are controlled by the M62 through M65 words.
motion.digital-in-NN IN BIT
These pins are used by M66 Pnn wait-for-input mode.
motion.digital-out-NN OUT BIT
These pins are controlled by the M62 through M65 words.
Please Log in or Create an account to join the conversation.
16 Mar 2024 08:01 #296028
by Aciera
Replied by Aciera on topic Axis Position Logger
The best approach would be to start your configuration from a terminal and check for errors while you test it.
The hal connections should be set up by the line you added to the [HAL] section of your ini file.
HALCMD = net logloop motion.digital-out-00 motion.digital-in-00
The hal connections should be set up by the line you added to the [HAL] section of your ini file.
HALCMD = net logloop motion.digital-out-00 motion.digital-in-00
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
16 Mar 2024 08:43 #296031
by partec
Replied by partec on topic Axis Position Logger
the little miracle works perfectly, so well!
Please Log in or Create an account to join the conversation.
16 Mar 2024 08:52 #296033
by Aciera
Replied by Aciera on topic Axis Position Logger
I just tried it on a package installation and there I can reproduce the issue when trying to log with the default file_path. I'll come up with a fix in a bit.
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
16 Mar 2024 09:57 #296038
by Aciera
Replied by Aciera on topic Axis Position Logger
should be fixed now:
forum.linuxcnc.org/21-axis/30986-axis-po...gger?start=80#295964
forum.linuxcnc.org/21-axis/30986-axis-po...gger?start=80#295964
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
16 Mar 2024 10:02 #296039
by partec
Replied by partec on topic Axis Position Logger
I'm constantly testing, it really hit me again, super exciting, thank you
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
16 Mar 2024 10:30 #296043
by Aciera
Replied by Aciera on topic Axis Position Logger
Another small fix for the Log Comment section reappearing on startup.
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
16 Mar 2024 11:52 #296052
by partec
Replied by partec on topic Axis Position Logger
in axis MDI M129 starts emclog.py and setup works fine so far
use emc-log with 'Manual Log' button seems fine already
my Cam-align button starts MDI_COMMAND=o<log>call and motion.digital-in-00 works now in Halshow
it would be fine to prepare now 'to start a single emc-log trig from this motion.digital-in-00' ?
use emc-log with 'Manual Log' button seems fine already
my Cam-align button starts MDI_COMMAND=o<log>call and motion.digital-in-00 works now in Halshow
it would be fine to prepare now 'to start a single emc-log trig from this motion.digital-in-00' ?
Please Log in or Create an account to join the conversation.
16 Mar 2024 12:00 #296053
by Aciera
Replied by Aciera on topic Axis Position Logger
Attachments:
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds