Hello Guest it is April 20, 2024, 02:19:46 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.


Topics - camoit

Pages: 1
1
VB and the development of wizards / Auto tool setting help.
« on: February 19, 2015, 11:34:44 PM »
So I have a code that works to a point then causes Mach3 to just lock up. It was working before now it's causing a problem.
Can someone please take a look at this and point out what is wrong. When it works it will hit the touch pad then reset the DRO and retract -20.000
Thanks in advanced.


'Rem   Probe Down
FeedCurrent = GetOemDRO(818)    'Get the current settings
ZCurrent = GetDro(2)
Code "G4 P1"         'Pause 1 second to give time to position probe plate
Code "F100"         'slow feed rate to 100 MM/MIN
GageH = GetOEMDRO (1002)
'Rem   Probe Down
FeedCurrent = GetOemDRO(818)    'Get the current settings
ZCurrent = GetOemDro(802)
Code "G4 P1"         'Pause 1 second to give time to position probe plate
Code "F100"         'slow feed rate to 100 MM/MIN
GageH = GetUserDRO(1152)
ZNew = ZCurrent - 20      'probe down 20 mm
Code "G31 Z" &ZNew
While IsMoving()
Wend
Call SetDro (2,GageH)
FinalMove = GageH * 1
Code  "G0 Z" &FinalMove
Code  "G0 Z" &25
Code "F" &FeedCurrent        'restore starting feed rate

2
General Mach Discussion / Error Art Code 8877 during G-Code load
« on: February 19, 2015, 06:17:27 PM »
OK can someone tell me why I get an Error Art code 8877 each and every time I try to load G Code?
As soon as I click open I get hit with a Art Code 8877. I have tried to reload the program and everything you can think of.
Please help.

3
General Mach Discussion / Unable to open ProbeDiag.dat Error=11
« on: February 13, 2015, 12:03:23 AM »
Please help.
Just like the title says I receive a
Unable to open ProbeDiag.dat Error=11 when starting up Mach3. It shows up for about 3 seconds at the start of the program then goes away. It happens when starting the profile I have set up. 
I should first let you know I just got a new smothstepper ESS up and running. This error just started at the same time I tried to load the first G code into it. Before this it would JOG just fine and start the spindle and control the speed.
The moment I loaded G code it would kick out an error Art Code 8877. Then the program would stop working. Windows 7 machine just for the CNC
Can someone please give me some in site to this. I don't know why it would have started after trying to load a G code that was working on the system and Jogging just fine 30 seconds before.  ???

4
G-Code, CAD, and CAM discussions / G81 problems
« on: January 05, 2015, 02:35:00 AM »
hey guys I'm having a problem with a G Code 81.
 It's strange when I select NO DEVICE and run Mach3 with a small amount of code it will drill and run just fine.  But if I send it to the machine USB then it gets stuck in this up and down peck drilling tell I hit the stop button. I have been running thrtough this problem for a week now. Here is the code. It's 2 holes and 2 cut lines. It does not matter what program I use to make the gcode lazycam or cambam it has the same outcome. See video at bottom.
Any ideas?

N5 (File Name = Test123014 #10a on Sunday, January 04, 2015)
N10 (Default Mill Post)
N15  G91.1
N20 G0  Z1.0000
N25 M3
N30  X1.8917  Y1.3226
N35  Z0.1000
N40 G81  X1.8917  Y1.3226  Z0.0000  R1.0000  F60.00
N45 X12.2269
N50 G80
N55 G0
N60  X15.1293  Y0.0000
N65  Z0.1000
N70 G1  Z0.0000 
N75  X0.1742   
N80 G0  Z1.0000
N85  X15.1293  Y3.1072
N90  Z0.1000
N95 G1  Z0.0000 
N100  X0.0000  Y3.3105   
N105 G0  Z1.0000
N110 M5
N115 M30





https://www.youtube.com/watch?v=QQDxeHRWMYQ





Pages: 1