Hello Guest it is April 18, 2024, 08:17:45 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.


Topics - Todd Chapman

Pages: 1
1
General Mach Discussion / No forum for help wanted here?
« on: January 15, 2010, 01:58:15 AM »
I don't see a forum for help wanted or seeking work here.   I could use some benchtop machining help  asap in Los Angeles by someone that knows Mach3, is there a forum here that is suited to this kind of request?

2
General Mach Discussion / Question about how LPT1 is running
« on: August 06, 2009, 02:15:35 PM »
I am developing a proprietary app in Realbasic to pick and place parts onto an SMT board.  I use Mach3 daily for machining parts for my product.  On the same computer Mach 3 runs the motors very smoothly.  With my app, using a parallel port plugin called Inpout32.dll, the motion from the stepper loop has hickups twice a second.  I had thought that Mach 3 was Visual Basic based, so that maybe it used the same plugin which is popular among VB and RB developers.  I can't use Mach 3 to position the parts as there are a number of values per move that need to be input for the operator, Mach 3 can't manage the structure I want to use, so I need a new app. I would like to get an idea from my Mach3 app as to how it is processing the step and direction output regiuters.  Currently I am doing something like:


A single byte for the output registers (pins 2-9)  bits 0 - 7

example is  byte 0 = direction for X,  byte 1 is step pin for X


//set dir based on where it has to go
//loop this code, include accel and decel functions
00000000    //direction pin = 0
01000000    //turn on step pin for X
00000000   //turn step back off
Pause SpeedRate   //set speed of motor/loop

Mach runs the same motors fine, so I know the port and outputs have the potential.  I need to understand what method is best for looping the motor, if anyone has any suggestions on this I'd appreciate it.  Thanks








3
General Mach Discussion / New error just started. Need help asap!
« on: June 16, 2009, 12:14:27 PM »
After 3 years on the same system, XP pro, Mach3 1.0.0.1 from 2006. I just started getting an error trying to run mach 3.  On run, the main little graphic comes up but then a little popup error  message says "error triggered" and asks to try to retry or something, press yes and then "art code 100 error triggered".  Cancel and the standard crash error pops up asking about submitting error.

Coincidentally, shortly after this error yesterday, I rebooted the computer, motherboard dies completely.  $550 later and new motherboard, main boot drive, new ram, same error.  I am booting off a fresh drive but trying to run mach 3 off the old drive, both are connected still.

After installing Mach3 version h3.042.020, I dragged my old xml with setups into the new drive Mach 3 folder, on run there is the box to choose the setup, I choose my old one, nothing works on the machine.  The parallel port is enabled. 


Any advice appreciated!  

Thanks

Pages: 1