Hello Guest it is March 28, 2024, 07:59:16 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bill_burgess

Pages: 1 2 »
1
Hi  Hood 
 yes  i  realise  we  are  talking Machine Coordinates, 
as  i  say  having  now  realised  that  the system  when  finished  reff  on  an  axis   that  the  soft  limits  become active again  then  it  is  obvious  that  it  has  to  be  a  0  as  this  is  what  we  are setting  the Machine Coordinates, to  once  referenced with  the  auto  zero function

mind  you  a  good  lesson  in  editing  code  to  make  it  do  what  you  want  .

now  i  just  have  to  find  out  why   the  estop  trips  when  i  load  wizards  and  when  they  save  g code  back  to mach 3
i  did  think  it  was  just  the  nfg wizards  but  now  found  that  all do  the  same 

think  i  need  to  look  at the  watchdog  signal  sent  to  the  break out  board see  if  that  stops  when  saving  the  data

thanks  for  you  help   bill

2
Hi  Hood 
thanks  for  that   reset  to  zero  and  now  works    i have had   a  play  with  this  and  find  the following 
when  you  call a  ref  the system  ingnores  the soft limit  seting  and  will drive  the axis back on  to  the  limit  switch  this  may  take  you  through the soft limit  value in my  case   1  so  may  drive  to  somthing  like -50  this  is  ok  because  the system  in  a ref call ingnors  the soft limit seting   once the axis is refranced  and  that  routeen  ends  then soft limits  become active  again 
as  my  system was  set  to  auto  zero  the  MC   dro   this now shows 0 my  soft  limit  set  for  1 the system  would  see this as a  fault  and  trip the estop .

yes  can see  where  this  is  going  wrong  now      if  you  do  not  auto  zero  the  dro  then  the  system  may  trip  even  if limit is set  to 
0  as  it  would  leave  the  -50  value 

Ok  it  could  be  that  i  am  expecting  too much from  the system   i  was expecting  the soft  limit  settings  to  allow me  to  define a work  area on  the table  that once  refranced  the  tool  would  not    move  out  of 
I  now  see  that  to  do  this  would  need  the  reff  call to  set  the  system on  the  limit  switch  back  it  off unitil the switch  closed again  set the MC dro  to  zero and  then  move  the axis  to  the min soft limit value befor finishing  so  the system  would  not  trip
it  would  need  to  this  on  all axis .

Ok  something  to  think  about 

thanks  bill






3
Hi  all  Ok  Today  remberd  to  take a note  of  my  soft  limit  settings  and  take usb  memory  to  copy  files 

X axis   reversed  No  soft  max 586  soft  min 1   slow zone  15  home  off 0000  home  neg  yes auto zero yes speed 20%

Y axis   reversed  Yes  soft  max 459  soft  min 1   slow zone  15  home  off 0000  home  neg  yes auto zero yes speed 20%

X axis   reversed  Yes  soft  max 0  soft  min -35  slow zone  1 home  off 0000  home  neg  NO  auto zero yes speed 20z

ok  also  found  Xml  document    whitch  i  have attached 

hope  this will shed  some  light  on  the  problem 

regards  Bill






 

4
ok  i  found  the  mistake  in  my  code   got  it  working  to  night  to  ref  the axis  then  found  that  when  i  wanted  to  move  if  5 mm in on  x  and  y   it  ended  up  in  midel  of  table   .....
then  realised  i  wanted  to  call the  move  in  machen  coordinat  system  so  changed  the  code by  adding  g53   and  g54  as below     need  to look  and  see if  i  can  just  comand  in  abs  mode
or  check  if  i  am  using  g54  or  some  other  offset  copy  it   and  then  put  it  back  into  that  mode  after  i ref  but  for  now  will leave  as  g54 

bill

If getOEMled(23) Then DoButton(29)
DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )

code "G53 g0 x5y5z-2"
code "g54"

While Ismoving()
Wend

Dobutton(29)

5
Hi Guys 
well  i  had  a  look  again  tonight  at  my  system  still could  not  find  why  if  will  not  reff unless i  take  of  the  soft  limits     so  in  the  end  i  added  this  code to  both  reff all  buttons   

If getOEMled(23) Then DoButton(29)
DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )

code "g0 x5y5z-2"

While Ismoving()
Wend

Dobutton(29)

this  now  seems  to  have  solved  the  problem  for  now  anyway 
still  having  the  estop problem  when  loading  nF wizards  though 

sorry  could  not  find  where  the  ini file  was 

bill

6
Hi  My  webcam  worked  first  time    i  loaded  it  with  its  normal  drivers into  windows   once  that  was  working  started  mach  3 and  it works  fine     only  thing  that does  nor  work  is  the  button  to  start / set   webcam  this  reports  that  it  can  not  start  webcam  but  it  is  allready  working    just  about  to  go  get  my  xml  file   and  chak  again  what  happens 

bill

7
General Mach Discussion / Estop at wrong times web cam how do i ? help
« on: December 26, 2007, 01:47:16 PM »
Hi  All Been a while since  i  have  been back  here 
its  xmass  what  beter   time  to  play  with  my  toy  and  create  myself  more  problems
any  help  or  pointers  to  posts  that  may  help  apreaciated

ok  i  upgraded to  day  to  ver  R2.62   checked  opration  all  seems  good

ok  i have  my  system  set  up  with  soft  limits   this  works  very  good  but  i  have  to  remeber  to  switch  off befor doing a  ref all
if  i  do  not  then  it  seems  to  ref  the  z axis   ok but  when  it  hits  the  limit  switch on  the y axis  it  trips the  estop  with  the  warning
limits .  I  have  to  switch  of  limits  then  ref  then move all the axis away from  the  limit switches  then  switch  on soft limits again.
this  was also happing on  the old  version  that i was using .  is  there a way  that  i  can  change the code  behind  the  ref all button to  do  the above  automaticly  ie  switch  of  soft limits  ref all drives then move drives to  a set  position  then  switch  soft limits  on  again .
or  is  somthing  not  right  on  my  system .

I also  find a  problem  when i  call  for  NFS wizards  to  load  this also  caused my  system  to  trip  the  estop  i  can  only  think  that  the reset  is  not  sent  to  the  cambell board that  i  am  using  and  the watchdog times  out and  trips  the system  while  these are  loading
any  one  had  this  problem  befor .

Now  the  good  news  i  have  set  up  my  webcam  and  seem  to  have  this  working ok  but  cant  find  any  instructions  on  using  it
my intention  was  to  have  it  set  with an  offset   x+50 y-50   this  i  have  done I  can  now use  the camra to   center  on  say  a 6mm hole  then  type  the offset value into the dro for x and  y  this  then allowes  me  to  put  the  cutter back into  the  hole at x=0 y=0
I  was  looking   for a  button that  would  let  me  do  this automaticly   or  have  i  missed  somthing  here

anyway  thanks  for  reading  this   and  any  help you  can  give   

Bill

8
Newfangled Solutions Mach3 Wizards / Re: cut rectangle wizard
« on: December 07, 2006, 05:56:38 PM »
hi  dont know  if  this has been  noted  but i tryed to use cut rectangle as the first wizard  to create a block 22mm x 37mm  this was to be cut from a pice of 20mm thick plastic  i notice that the wizard automaticly put in  lead in  and lead out   on  running  the code it does  good  job of ramping tool down as it cuts  out the block but when  reaches corret  depth it then trys to drive tool  through the full depth of material as it does the lead  out

if i set  grove mode  the it retracts  ok  but still does the lead in    this is the same if  cut inside  or outside


is there any  way  to  turn  off  lead ins 
regards  Bill

9
LazyCam (Beta) / Re: lazy cam with version 2 mach 3 photo engraving prob
« on: December 04, 2006, 09:25:58 AM »
Hi Brian  2.66  it was with the download  of  mach 3  from  artsoft site

i have found that if in the options when you ask it to make gcode plunge clearance is  set  to  0  if  set it to  0.1 the it creates code with z at  0.1
if set 0 then it  gives no z at  all

it  may  be  that i am missing somthing vital  here  as i am  no  expert  and have only just started to try to de  engraving with my equipment

thanks  for  you  reply  bill

sample of  code 

N5 (File  )
N10 (Default Mill Post)
N15 (File Posted in Mill Mode)
N20 (Monday, December 04, 2006)
N25 G90 G80 G40 G91.1
N30 G0  Z0.0000
N35  X65.5851  Y99.7922
N40 M3
N45  Y98.7634
N50  Y97.7346
N55  Y96.7059
N60  Y95.6771
N65  Y94.6483
N70  Y93.6195
N75  Y92.5907
N80  Y91.5619
N85  Y90.5331
N90  Y89.5044
N95  Y88.4756
N100  Y87.4468
N105  Y86.4180
N110  Y85.3892
N115  Y84.3604
N120  Y83.3316
N125  Y82.3029
N130  Y81.2741
N135  Y80.2453
N140  Y79.2165
N145  Y78.1877
N150  Y77.1589
N155  Y76.1301
N160  Y75.1014
N165  Y74.0726
N170  Y73.0438

10
LazyCam (Beta) / lazy cam with version 2 mach 3 photo engraving prob
« on: December 02, 2006, 06:33:04 PM »
Hi guys   at present  use  lock down version of  mach 3 on  my  cnc   but have  latest version with lazy cam  on  laptop  to  learn  to drive befor i upgrade   
I have been  trying to use lazy cam  to generate g code  to do photo engraving  i have generated g code  using the  V drill module
have set  to max depth  of  0.8 mm  with 60 deg  cutter

when i  generate  code  it gives  X  and  Y  locations  but  no  commands to  drive  the z axis   
any ideas  what i am doing wrong ?

thanks  Bill

ps  any one  know  if  in  latest  Mach 3  if  the spindle speed control  works  with the feedback  loop

Pages: 1 2 »