Re: [Emc-users] No gladevcp on a pi, no glade-gtk2 in the repo's, whats next?

2017-02-16 Thread Gene Heskett
On Thursday 16 February 2017 12:06:41 Nicklas Karlsson wrote: > First you have to run the rip enviroment script: > . rip-environment > Then you have to run glade at the same prompt and I think this will > run the correct version glade-3 > > > This worked for me and it is very simple to use. I fo

Re: [Emc-users] No gladevcp on a pi, no glade-gtk2 in the repo's, whats next?

2017-02-16 Thread Gene Heskett
On Thursday 16 February 2017 11:42:46 Todd Zuercher wrote: > The tabs don't have to encompass the whole pyvcp window, only the > items in the box that needs to change. I can't guess how much load it > may add to your puny little pi. Can't imagine it would be a whole > lot. I was thinking of its

Re: [Emc-users] G41-42 and G64 Bug?q

2017-02-16 Thread Todd Zuercher
Maybe, it is or isn't a problem. The g-code is only: G43 G0 X1.5 Y.375 Z1 G41 G1X1Y.5Z.5 G1X0.5 G2 X4.5 I2 J0 G1 X0.75 G0Z1 G40 It runs perfectly fine without the G41 reguardless of the G64 setting. I guess the planner must see that arc in the transition from one line to the next in G41 and the

Re: [Emc-users] G41-42 and G64 Bug?

2017-02-16 Thread sam sokolik
On this post - I showed what happens to a shape as you increase Q http://www.cnczone.com/forums/linuxcnc-formerly-emc2-/206712-software.html#post1453562 sam On 2/16/2017 2:11 PM, Kurt Jacobson wrote: > OK, I see that you mean now. As they say, a picture is worth a thousand > words. (Though that

Re: [Emc-users] G41-42 and G64 Bug?

2017-02-16 Thread Kurt Jacobson
OK, I see that you mean now. As they say, a picture is worth a thousand words. (Though that does not seem to hold true when writing an essay for English class!?) I still think naive cam detector is doing exactly what it is suposed to. If the maximum deviation of an arc from a strait line is within

Re: [Emc-users] G41-42 and G64 Bug?

2017-02-16 Thread Todd Zuercher
I didn't expect the Naive cam detection to do this. https://s2.postimg.org/ezy3wjfjt/bug.png Maybe I am reading the docs wrong. - Original Message - From: "Kurt Jacobson" To: "Enhanced Machine Controller (EMC)" Sent: Thursday, February 16, 2017 2:10:26 PM Subject: Re: [Emc-users] G41-42

Re: [Emc-users] G41-42 and G64 Bug?

2017-02-16 Thread Kurt Jacobson
I don't really know any thing about this, but I'd say that is the expected behavior based on the description of G64 Path Blending: "On G2/G3 moves in the G17 (XY) plane when the maximum deviation of an arc from a straight line is less than the G64 P- tolerance the arc is broken into two lines (fro

[Emc-users] G41-42 and G64 Bug?

2017-02-16 Thread Todd Zuercher
I was playing arround with G41 and G42 in a simulation and I think I might have found a bug with the Naive CAM Detection. The shape I was simulating was a semi circle with the start/end point on the flat side and a single G2 arc move connecting the end points. The simulation behaves strangely.

Re: [Emc-users] vfd compatibility

2017-02-16 Thread Valerio Bellizzomi
On Thu, 2017-02-16 at 08:56 -0800, Kirk Wallace wrote: > On 02/16/2017 03:37 AM, Valerio Bellizzomi wrote: > ... snip > > the VFD is a Toshiba VFS15-4037PL-W, it has a Forward input, a Reverse > > input, and a current speed input (and alternatively a 0-10V input). > > There isn't an enable input. I

Re: [Emc-users] No gladevcp on a pi, no glade-gtk2 in the repo's, whats next?

2017-02-16 Thread Nicklas Karlsson
First you have to run the rip enviroment script: . rip-environment Then you have to run glade at the same prompt and I think this will run the correct version glade-3 This worked for me and it is very simple to use. I found a few things I think could be improved in the widgets but are very

Re: [Emc-users] vfd compatibility

2017-02-16 Thread Kirk Wallace
On 02/16/2017 03:37 AM, Valerio Bellizzomi wrote: ... snip > the VFD is a Toshiba VFS15-4037PL-W, it has a Forward input, a Reverse > input, and a current speed input (and alternatively a 0-10V input). > There isn't an enable input. I do not need the reverse so it should be > two parallel pins, one

Re: [Emc-users] No gladevcp on a pi, no glade-gtk2 in the repo's, whats next?

2017-02-16 Thread Todd Zuercher
The tabs don't have to encompass the whole pyvcp window, only the items in the box that needs to change. I can't guess how much load it may add to your puny little pi. Can't imagine it would be a whole lot. Unfortunately I don't think pyvcp does dynamic anything (hence why the tabs hack to s

Re: [Emc-users] Unexpected move after Stop

2017-02-16 Thread Sebastian Kuzminsky
On 02/16/2017 09:01 AM, Marius Alksnys wrote: > > > 02/16/2017 05:25 PM, Sebastian Kuzminsky rašė: > ... >> There were a couple of terrible "surprise move" bugs in 2.7.5 and 2.7.6. >> As far as we know these are all fixed in 2.7.7 and later. >> >> Which version of LinuxCNC were you running when y

Re: [Emc-users] Unexpected move after Stop

2017-02-16 Thread Marius Alksnys
02/16/2017 05:25 PM, Sebastian Kuzminsky rašė: ... > There were a couple of terrible "surprise move" bugs in 2.7.5 and 2.7.6. > As far as we know these are all fixed in 2.7.7 and later. > > Which version of LinuxCNC were you running when you had this surprise > motion? I really hope it was som

Re: [Emc-users] No gladevcp on a pi, no glade-gtk2 in the repo's, whats next?

2017-02-16 Thread Gene Heskett
On Thursday 16 February 2017 09:57:30 Todd Zuercher wrote: > I thought that you were trying to make the pyvcp meter change scales. > My idea (and this still might be useful to you) was to have a tab for > each of your gear settings. In each tab you would have an RPM meter > for the spindle that

Re: [Emc-users] Unexpected move after Stop

2017-02-16 Thread Sebastian Kuzminsky
On 02/16/2017 07:32 AM, Marius Alksnys wrote: > I can confirm the same on another 3 axis machine with trivial > kinematics. After stopping or pause/stopping a program motion continues > some straight line at programmed feedrate to some point and stops. The > distance is big. This occurs every time,

Re: [Emc-users] Unexpected move after Stop

2017-02-16 Thread Marius Alksnys
This surprise move exists even in the latest master version. I solved "exception during generator call: TypeError: 'NoneType' object is not callable" by deleting and making new python stdglue.py, remap.py nd toplevel.py files like it is written here: http://linuxcnc.org/docs/devel/html/remap/re

Re: [Emc-users] No gladevcp on a pi, no glade-gtk2 in the repo's, whats next?

2017-02-16 Thread Todd Zuercher
I thought that you were trying to make the pyvcp meter change scales. My idea (and this still might be useful to you) was to have a tab for each of your gear settings. In each tab you would have an RPM meter for the spindle that was scaled with the appropriate warning zones, LEDs... for that g

Re: [Emc-users] Unexpected move after Stop

2017-02-16 Thread Marius Alksnys
I can confirm the same on another 3 axis machine with trivial kinematics. After stopping or pause/stopping a program motion continues some straight line at programmed feedrate to some point and stops. The distance is big. This occurs every time, when paused in an arc motion and stopped after th

Re: [Emc-users] vfd compatibility

2017-02-16 Thread Valerio Bellizzomi
On Wed, 2017-02-15 at 14:06 -0800, Kirk Wallace wrote: > On 02/15/2017 10:36 AM, Valerio Bellizzomi wrote: > > On Wed, 2017-02-15 at 10:22 -0800, Kirk Wallace wrote: > >> On 02/15/2017 09:25 AM, Valerio Bellizzomi wrote: > >>> Hello, > >>> > >>> I have an Toshiba vfd which has a current signal inpu

Re: [Emc-users] vfd compatibility

2017-02-16 Thread Valerio Bellizzomi
On Thu, 2017-02-16 at 02:40 -0500, Gene Heskett wrote: > On Thursday 16 February 2017 02:20:30 Valerio Bellizzomi wrote: > > > On Wed, 2017-02-15 at 19:13 -0500, Gene Heskett wrote: > > > On Wednesday 15 February 2017 15:12:17 Valerio Bellizzomi wrote: > > > > On Wed, 2017-02-15 at 14:32 -0500, Ge

Re: [Emc-users] vfd compatibility

2017-02-16 Thread Peter Blodow
Am 16.02.2017 08:40, schrieb Gene Heskett: > On Thursday 16 February 2017 02:20:30 Valerio Bellizzomi wrote: > >> On Wed, 2017-02-15 at 19:13 -0500, Gene Heskett wrote: >>> On Wednesday 15 February 2017 15:12:17 Valerio Bellizzomi wrote: On Wed, 2017-02-15 at 14:32 -0500, Gene Heskett wrote: >