Error Message -" Unknown word where unary operation could be"
09 Feb 2017 21:55 #87710
by Mike29
Hi,
I've been having some difficulty with the cnc machine losing its x and why coordinate locations while milling. I narrowed one problem down to a display driver that was causing a severe latency issue and re-ran StepConf for and updated configuration but now I've received this error message "Unknown word where unary operation could be". I searched the forum with no luck, any thoughts??
LinuxCNC 2.7.8 on Debian 8
Dell Optiplex 760
DIY CNC with TB 6560 T3 Controller
I was running HalScope at the time.
Thanks
I've been having some difficulty with the cnc machine losing its x and why coordinate locations while milling. I narrowed one problem down to a display driver that was causing a severe latency issue and re-ran StepConf for and updated configuration but now I've received this error message "Unknown word where unary operation could be". I searched the forum with no luck, any thoughts??
LinuxCNC 2.7.8 on Debian 8
Dell Optiplex 760
DIY CNC with TB 6560 T3 Controller
I was running HalScope at the time.
Thanks
Please Log in or Create an account to join the conversation.
09 Feb 2017 22:43 #87721
by andypugh
Replied by andypugh on topic Error Message -" Unknown word where unary operation could be"
That's an error in your G-code.
The interpreter has found an unexpected letter or character in the code.
The interpreter has found an unexpected letter or character in the code.
The following user(s) said Thank You: Mike29
Please Log in or Create an account to join the conversation.
09 Feb 2017 23:04 #87726
by BigJohnT
Replied by BigJohnT on topic Error Message -" Unknown word where unary operation could be"
You could have also opened and saved the file with Windows notebook and you get extra strange characters.
JT
JT
The following user(s) said Thank You: Mike29
Please Log in or Create an account to join the conversation.
10 Feb 2017 00:10 #87732
by Mike29
Replied by Mike29 on topic Error Message -" Unknown word where unary operation could be"
Thanks for the suggestion although I did not edit the G code and just used it directly out of Vectric V- Carve, I reran the part with the same G code a second time and it ran fine without any error messages. Is it possible that electrical "noise" can initiate this behavior and error message? If so are their tools within LinuxCNC to help isolate this problem?
Thanks again!
Thanks again!
Please Log in or Create an account to join the conversation.
10 Feb 2017 00:33 #87734
by andypugh
Replied by andypugh on topic Error Message -" Unknown word where unary operation could be"
No. The message is emitted here:
github.com/LinuxCNC/linuxcnc/blob/af15a4...interp_read.cc#L1424
That is part of the code that reads a G-code file. Completely "inside" the computer and unrelated to anything mechanical or electrical.
github.com/LinuxCNC/linuxcnc/blob/af15a4...interp_read.cc#L1424
That is part of the code that reads a G-code file. Completely "inside" the computer and unrelated to anything mechanical or electrical.
Please Log in or Create an account to join the conversation.
Time to create page: 0.066 seconds