Hi all im ichGucklive at the irc channel

  as you all now im a teatcher for CNC  up to 100 students a month passing
  my lessens!
  
  im building 5 axis mashines now like EDM therfore i need to display the
  XY and the UV path on the axis display
There is no need to get the tool on this path !!
only displaying the contour of the  xy / uv plane in different colors shoudt be 
easy to fix
vars.commanded and vars.rapid must not be interected
we can overcome this by G17.1 with a given Z height G17.1 100
or if posible 2 heights for xy and uv Z height

  
  simple test file for 9-axis simulation is
  ----------------------------------------------
  (test XY UV emc2 9 achsen )
  G17 G21 G90 G61 G54
  G0 x0 y0 b0  u0 v0
  (square uv 45 deg turned offset 10mm zero )
  G1 x10 y10  u22.5 v22.5 F200
  G1 x10 y35 u10 v35
  G1 x10 y60 u22.5 v47.5
  G1 x35 y60 u35 v60
  G1 x60 y60 u47.5 v47.5
  G1 x60 y35 u60 v35
  G1 x60 y10 u47.5 v22.5
  G1 x35 y10 u35 v10
  G1 X10 Y10 u22.5 v22.5
  (move out)
  G1 x0 u0
  
  G0 x0 y0 b0  u0 v0
  M30
  ----------------------------------------
  This shoudt give a square in XY and a 45deg square in UV but it mixes up
  to a oktagon
  can i overcame this issue in any way ?
  
  The actuell mashines does the path as in the G-code !
  Sammel Lothar Germany
>  


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to