Hello Guest it is March 28, 2024, 01:44:21 PM

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 - ludo

Pages: 1
1

  I have the same problem,reverse run led do not work.

2
General Mach Discussion / Re: error in drill wizard?
« on: May 09, 2008, 04:26:25 AM »
Hello again,

I have not mutch experience in programming but i think have a solution for the drill problem.After reading the vbscript doc about the format function i change all the the lines with the function formatnumber into e.g.  Z=format(Abs(getoemdro(1004))*-1,"###,##").
Now it works correct.Maybe is this the reason:Country is set to United States in the International
section of the Control Panel.(page 75).

3
General Mach Discussion / Re: error in drill wizard?
« on: May 09, 2008, 02:16:59 AM »
Hello,

when i change Z=formatnumber(Abs(getoemdro(1004))*-1,4) in Z=(abs(getoemdro(1004))*-1) then there is no error,i think there is
something wrong with the format command.

4
General Mach Discussion / Re: error in drill wizard?
« on: May 08, 2008, 03:42:20 PM »
thanks,for the moment i can always use mach2 to generate the gcode for the drill wizard and use Mach3 to execute.

5
General Mach Discussion / Re: error in drill wizard?
« on: May 08, 2008, 06:41:06 AM »
hello again,

i install mach3 on an other computer,but i got the same error.On that computer is also mach2,in mach2 is the drillwizard ok.

6
General Mach Discussion / Re: error in drill wizard?
« on: May 08, 2008, 02:23:24 AM »
I can go in the editor ,can use copy ,but not paste the file in the post.Now I use save as ,"HIDDENSCRIPT_LUDO.M1S".Maybe is this usefull

7
General Mach Discussion / Re: error in drill wizard?
« on: May 07, 2008, 04:29:50 PM »
I hope that the photo is clear .Also inputting a negatief number for setting the depth works not good.

8
General Mach Discussion / Re: error in drill wizard?
« on: May 07, 2008, 03:53:32 PM »
Thanks,I replace the files and remove the xml extensions ,but i got the same error.I post the question also on cnczone.nl  and other people
have the same error.

9
General Mach Discussion / error in drill wizard?
« on: May 06, 2008, 04:01:20 PM »
When i try to use the drill circular boltpattern i get always " error on line 27" type mismatch,running  the debug (F7)with next line :
IF Z=0 then...
here i got an error ,but Z=0.5 ,What do i wrong?

Pages: 1