Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. ~/linuxcnc$ linuxcnc /home/cnc/linuxcnc/configs/my_machine/my_machine.ini
  2. LINUXCNC - 2.8.0~pre1
  3. Machine configuration directory is '/home/cnc/linuxcnc/configs/my_machine'
  4. Machine configuration file is 'my_machine.ini'
  5. Starting LinuxCNC...
  6. Found file(REL): ./my_machine.hal
  7. Note: Using POSIX realtime
  8. Found file(REL): ./motion.hal
  9. Found file(REL): ./spindle.hal
  10. Found file(REL): ./ethercat_io.hal
  11. creating ladder-state
  12. Found file(REL): ./ethercat_z_axis.hal
  13. INFO CLASSICLADDER- No ladder GUI requested-Realtime runs till HAL closes.
  14. Found file(REL): ./ethercat_y_axis.hal
  15. Found file(REL): ./ethercat_x_axis.hal
  16. Found file(REL): ./ethercat_a_axis.hal
  17. Found file(REL): ./xhc-hb04.hal
  18. xhc-hb04: waiting for XHC-HB04 device
  19. note: MAXV max: 30.000 units/sec 1800.000 units/min
  20. note: LJOG max: 30.000 units/sec 1800.000 units/min
  21. note: LJOG default: 3.000 units/sec 180.000 units/min
  22. note: AJOG max: 1.000 units/sec 60.000 units/min
  23. note: AJOG default: 1.000 units/sec 60.000 units/min
  24. note: jog_order='XYZA'
  25. note: jog_invert=set([])
  26. Unexpected realtime delay on task 0 with period 100000
  27. This Message will only display once per session.
  28. Run the Latency Test and resolve before continuing.
  29. Unexpected realtime delay on task 0 with period 100000
  30. This Message will only display once per session.
  31. Run the Latency Test and resolve before continuing.
  32.  
  33. USRMOT: ERROR: command timeout
  34. task: main loop took 1.010351 seconds
  35. USRMOT: ERROR: command timeout
  36. task: main loop took 1.010116 seconds
  37. USRMOT: ERROR: command timeout
  38. task: main loop took 1.010245 seconds
  39. USRMOT: ERROR: command timeout
  40. task: main loop took 1.010235 seconds
  41. USRMOT: ERROR: command timeout
  42. task: main loop took 1.010237 seconds
  43. USRMOT: ERROR: command timeout
  44. task: main loop took 1.010238 seconds
  45. USRMOT: ERROR: command timeout
  46. task: main loop took 1.010130 seconds
  47. USRMOT: ERROR: command timeout
  48. task: main loop took 1.010114 seconds
  49. USRMOT: ERROR: command timeout
  50. task: main loop took 1.010217 seconds
  51. Exception in Tkinter callback
  52. Traceback (most recent call last):
  53. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1545, in __call__
  54. return self.func(*args)
  55. File "/usr/bin/axis", line 152, in General_Halt
  56. root_window.destroy()
  57. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1868, in destroy
  58. self.tk.call('destroy', self._w)
  59. TclError: can't invoke "destroy" command: application has been destroyed
  60. Exception in Tkinter callback
  61. Traceback (most recent call last):
  62. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1545, in __call__
  63. return self.func(*args)
  64. File "/usr/bin/axis", line 152, in General_Halt
  65. root_window.destroy()
  66. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1868, in destroy
  67. self.tk.call('destroy', self._w)
  68. TclError: can't invoke "destroy" command: application has been destroyed
  69. Exception in Tkinter callback
  70. Traceback (most recent call last):
  71. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1545, in __call__
  72. return self.func(*args)
  73. File "/usr/bin/axis", line 152, in General_Halt
  74. root_window.destroy()
  75. File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1868, in destroy
  76. self.tk.call('destroy', self._w)
  77. TclError: can't invoke "destroy" command: application has been destroyed
  78. Shutting down and cleaning up LinuxCNC...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement