I get an error of,

testpc@testpc:~/linuxcnc-dev$ linuxcnc
LINUXCNC - 2.8.0~pre1
Machine configuration directory is '/home/testpc/linuxcnc/configs/VMC'
Machine configuration file is 'vmc.ini'
Starting LinuxCNC...
Found file:./vmc.hal
Found file:./sim_vmc.hal
Found file:./spindle.hal
Found file:./toolchange.hal
./toolchange.hal:1: Can't find module 'carousel' in 
/home/testpc/linuxcnc-dev/rtlib
Shutting down and cleaning up LinuxCNC...
Exception in Tkinter callback
Traceback (most recent call last):
   File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1413, in __call__
     return self.func(*args)
   File "/home/testpc/linuxcnc-dev/lib/python/rs274/OpenGLTk.py", line 
371, in tkExpose
     self.tkRedraw()
   File "/home/testpc/linuxcnc-dev/lib/python/rs274/OpenGLTk.py", line 
348, in tkRedraw
     self.redraw()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 790, in 
redraw
     self.model.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 30, in 
traverse
     p.apply()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 881, in 
apply
     glMaterialfv(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE, self.color)
error: (1282, 'invalid operation')
Exception in Tkinter callback
Traceback (most recent call last):
   File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1413, in __call__
     return self.func(*args)
   File "/home/testpc/linuxcnc-dev/lib/python/rs274/OpenGLTk.py", line 
358, in tkMap
     self.tkExpose()
   File "/home/testpc/linuxcnc-dev/lib/python/rs274/OpenGLTk.py", line 
371, in tkExpose
     self.tkRedraw()
   File "/home/testpc/linuxcnc-dev/lib/python/rs274/OpenGLTk.py", line 
348, in tkRedraw
     self.redraw()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 790, in 
redraw
     self.model.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 36, in 
traverse
     p.traverse()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 30, in 
traverse
     p.apply()
   File "/home/testpc/linuxcnc-dev/lib/python/vismach.py", line 881, in 
apply
     glMaterialfv(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE, self.color)
error: (1282, 'invalid operation')
LinuxCNC terminated with an error.  You can find more information in the 
log:
     /home/testpc/linuxcnc_debug.txt
and
     /home/testpc/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
testpc@testpc:~/linuxcnc-dev$



On 6/5/2015 9:24 AM, andy pugh wrote:
> On 5 June 2015 at 12:28, Rick Lair <r...@superiorroll.com> wrote:
>> We are at the point on our Cincinnati Milacron of getting the tool
>> changer working, and this a carbon copy of how our machine works. I have
>> the changer arm working about 80%, but I am not real sure how to get the
>> carousel working into the mix.
> I have written a hal module specifically for carousel control.
> I hope to put it into mainline LinuxCNC eventually, but at the moment
> you can try it out in a simulator config here:
> (Full Vismach model with spindle orient and carousel motion)
> http://www.linuxcnc.org/index.php/english/forum/24-hal-components/29153-vmc-related-hal-questions?limitstart=0#58732
>

-- 

Thanks


Rick Lair
Superior Roll & Turning LLC
399 East Center Street
Petersburg MI, 49270
PH: 734-279-1831
FAX: 734-279-1166
www.superiorroll.com


------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to