Re: [Emc-developers] Mode switching bug

2017-12-05 Thread C. Thomas Schneider
I have gotten really used to being able to Jog regardless of the Axis tab being displayed. As long as Jogging is disabled during any commanded operation I think it is safe. My $.01 since I am relatively new here... -Tom Schneider -Original Message- From: Gene Heskett

[Emc-developers] Interpreter issue when execution stopped during probe

2017-10-14 Thread C. Thomas Schneider
Team: Please see the code snippet below. I prepared this to highlight an issue I am having with the current master branch code as of 10/13/17 - AXIS 2.8.0-pre1-3359-g4639293 I am running Axis and this is reproducible in the in the simulator. Steps to reproduce: Load this code

[Emc-developers] Interpreter issue when execution stopped during probe

2017-10-14 Thread C. Thomas Schneider
Team: Please see the code snippet below. I prepared this to highlight an issue I am having with the current master branch code as of 10/13/17 - AXIS 2.8.0-pre1-3359-g4639293 I am running Axis and this is reproducible in the in the simulator. Steps to reproduce: Load this

Re: [Emc-developers] Orientation of the tool in Axis

2017-07-28 Thread C. Thomas Schneider
- From: Gene Heskett [mailto:ghesk...@shentel.net] Sent: Friday, July 28, 2017 11:47 AM To: emc-developers@lists.sourceforge.net Subject: Re: [Emc-developers] Orientation of the tool in Axis On Friday 28 July 2017 08:42:49 C. Thomas Schneider wrote: > Gene, > I will see what I can do

Re: [Emc-developers] Orientation of the tool in Axis

2017-07-28 Thread C. Thomas Schneider
Gene, I will see what I can do to leverage Git to provide this information - I may create a branch to help track this. Please note: This is only going to impact configurations with more than one rotational axis [ABC] I will let this DL know when I am done. -Tom I am having a similar problem

[Emc-developers] Orientation of the tool in Axis

2017-07-27 Thread C. Thomas Schneider
I was having issues with how the tool was being displayed in Axis in my configuration. My "mill" is an XZAB configuration (No "Y" axis). I traced the issue to the ../lib/python/rs274/glcanon.py script In the redraw method when rotating the tool it uses the geometry as parsed by the axis.py.

[Emc-developers] Axis: Tool Orientation

2017-04-20 Thread C. Thomas Schneider
I would like to learn more about how AXIS displays the orientation of the tool when executing motion. The backplot lines/trace is correct for my mill/lathe but the B-Axis tool orientation for anything other than A=0 is off. Here is my mill configuration Geometry is currently AXZ-B. Note there

[Emc-developers] EmcPos issue with kinematics on Axis 2.8.0-pre1-2959-ga38685a

2017-04-07 Thread C. Thomas Schneider
I am seeing something different between 2.7.8 and 2.8.0-pre1-2959-ga38685a. In my custom kinematics routine the kinematicsInverse function Is receiving the machine coordinates in EmcPos not Relative. This means the tool offset is not being considered in EmcPos before being sent to my

Re: [Emc-developers] EmcPos issue with kinematics on Axis 2.8.0-pre1-2959-ga38685a

2017-04-07 Thread C. Thomas Schneider
Nevermind.. Of course it should be machine coordinates - Thank you for your patience.. From: C. Thomas Schneider Sent: Friday, April 07, 2017 9:48 AM To: 'emc-developers@lists.sourceforge.net' Subject: EmcPos issue with kinematics on Axis 2.8.0-pre1-2959-ga38685a I am seeing something