Request for options....
Quote from Mike Pittelko on October 20, 2019, 4:47 amIt would be really nice to be able to turn off the reporting of the extra axis (A,B) in the status report to improve compatibly with other software (ie. Lightburn) - is there a way to do this?
It would be really nice to be able to turn off the reporting of the extra axis (A,B) in the status report to improve compatibly with other software (ie. Lightburn) - is there a way to do this?
Quote from Paul De Groot on October 20, 2019, 7:40 amTo remove the A-B letters, we need to update the firmware but it is well doable.
The report takes the Axis N number in a for next loop and replacing the N with just 3 would do the trick.A better solution is to add a number option in $10 report settings so we can choose either way. Once I get a breathe, I probably implement this option.
To remove the A-B letters, we need to update the firmware but it is well doable.
The report takes the Axis N number in a for next loop and replacing the N with just 3 would do the trick.
A better solution is to add a number option in $10 report settings so we can choose either way. Once I get a breathe, I probably implement this option.
Quote from Mike Pittelko on October 28, 2019, 1:17 amThat would be great, thanks!
That would be great, thanks!
Quote from Mike Pittelko on November 4, 2019, 12:44 pmI think I've turned something up, which I wasn't looking for, but came up as part of diagnosing how lightburn seemed to be having trouble.
turned on, connected
$H works to home.
Jogging works.
from the mdi,
$H
ok
$$
$0=6
$1=255
$2=0
$3=3
$4=0
$5=0
$6=0
$7=0
(ATC M6, pulse/ff)
$8=100
(ATC Tool Td, milliseconds)
$9=100
(ATC M6 Td, milliseconds)
$10=255
$11=0.020
$12=0.010
$13=0
$19=0
(Softstart, milliseconds)
$20=0
$21=0
$22=1
$23=0
$24=100.000
$25=4000.000
$26=25
$27=5.000
$28=0
(Spindle freq. 0 to 15)
$30=10000
$31=1
$32=0
$33=1
$100=80.600
(x:stp/mm)
$101=80.125
(y:stp/mm)
$102=320.000
(z:stp/mm)
$103=160.000
(a:stp/mm)
$104=160.000
(b:stp/mm)
$110=20000.000
(x:mm/min)
$111=15000.000
(y:mm/min)
$112=5000.000
(z:mm/min)
$113=500.000
(a:mm/min)
$114=500.000
(b:mm/min)
$120=1000.000
(x:mm/s^2)
$121=1000.000
(y:mm/s^2)
$122=500.000
(z:mm/s^2)
$123=2500.000
(a:mm/s^2)
$124=2500.000
(b:mm/s^2)
$130=830.000
(x:mm max)
$131=465.000
(y:mm max)
$132=400.000
(z:mm max)
$133=200.000
(a:mm max)
$134=200.000
(b:mm max)
ok
?
<Idle|MPos:0.000,0.000,0.000,0.000,0.000|Bf:15,253|FS:0,0|Pn:PAB>
$$
?
Note that there is no ok after the info line, and then $$ and ? seem to stop working, and there is no "ok" after the info line. Is this working for you?
I think I've turned something up, which I wasn't looking for, but came up as part of diagnosing how lightburn seemed to be having trouble.
turned on, connected
$H works to home.
Jogging works.
from the mdi,
$H
ok
$$
$0=6
$1=255
$2=0
$3=3
$4=0
$5=0
$6=0
$7=0
(ATC M6, pulse/ff)
$8=100
(ATC Tool Td, milliseconds)
$9=100
(ATC M6 Td, milliseconds)
$10=255
$11=0.020
$12=0.010
$13=0
$19=0
(Softstart, milliseconds)
$20=0
$21=0
$22=1
$23=0
$24=100.000
$25=4000.000
$26=25
$27=5.000
$28=0
(Spindle freq. 0 to 15)
$30=10000
$31=1
$32=0
$33=1
$100=80.600
(x:stp/mm)
$101=80.125
(y:stp/mm)
$102=320.000
(z:stp/mm)
$103=160.000
(a:stp/mm)
$104=160.000
(b:stp/mm)
$110=20000.000
(x:mm/min)
$111=15000.000
(y:mm/min)
$112=5000.000
(z:mm/min)
$113=500.000
(a:mm/min)
$114=500.000
(b:mm/min)
$120=1000.000
(x:mm/s^2)
$121=1000.000
(y:mm/s^2)
$122=500.000
(z:mm/s^2)
$123=2500.000
(a:mm/s^2)
$124=2500.000
(b:mm/s^2)
$130=830.000
(x:mm max)
$131=465.000
(y:mm max)
$132=400.000
(z:mm max)
$133=200.000
(a:mm max)
$134=200.000
(b:mm max)
ok
?
<Idle|MPos:0.000,0.000,0.000,0.000,0.000|Bf:15,253|FS:0,0|Pn:PAB>
$$
?
Note that there is no ok after the info line, and then $$ and ? seem to stop working, and there is no "ok" after the info line. Is this working for you?