Hello Guest it is April 23, 2024, 11:18:34 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 - Chip

1311
LazyCam (Beta) / Re: Sometimes it doesn't post code
« on: November 20, 2007, 04:00:50 PM »
Hi, Marco

Post your  DXF file, I'll load it in my cad and see if i can get it to work

Thanks, Chip

1312
General Mach Discussion / Re: Jogging two axis with one button
« on: November 20, 2007, 02:47:32 PM »
Hi, Wayne

Just how close do you need to be, The G00 X# Y# or an Inc MPG window move wold put you there?

Jog pendant's usuelly jog 1, 10, 100 or cont, I guess some will take an input though, looked at mod-io ?

MPG Jog wheel set to both axises ?

Where are you located.

Thanks, Chip

1313
LazyCam (Beta) / Re: Sometimes it doesn't post code
« on: November 20, 2007, 12:54:59 PM »
Hi, Marco

LazyCam dose have some issues it's still a Bata version and scheduled for further work soon, Many are using it, I've had the same problem from time to time.

Post your problem DXF or LCAM file, Use the Reply button and Attach.

Describe what your problems are offset, pocketing....., Will the file ever post,  Is it mill, lathe, ....

Thanks, Chip

1314
Hi, All

My VB skill's are very bad, Could someone post some VB code for a Mouse button push-on, release-off for an Output#.

Like the MPG Jog Arrows, Searched all over for something simple and concise.

The code below only allows a Click on and Click off

If IsOutputActive( OUTPUT17 ) Then
   DeActivateSignal( OUTPUT17 )
Else
   ActivateSignal( OUTPUT17 )
End If   

Just Lost Hear Thanks, Chip

1315
General Mach Discussion / Re: Jogging two axis with one button
« on: November 19, 2007, 02:51:34 AM »
Hi, Wayne

I no this isn't exactly what you want, Take a look at it any way.

http://www.machsupport.com/forum/index.php/topic,4897.0.html

Thanks, Chip

1316
Brains Development / Re: Brain Jog XY
« on: November 19, 2007, 02:45:54 AM »
Hi, All

Just playing around some-more, 45's 4 corner XY.

Put this in 4 Buttons, Press to start, Press to stop

If IsOutputActive( OUTPUT17 ) Then
   DeActivateSignal( OUTPUT17 )
Else
   ActivateSignal( OUTPUT17 )
End If   

Change the 17-20 to as shone in Pic., I no theres a better way in VB to press buttons and have it stop on release of button, I just don't no the VB code for it.

In Config, Ports & Pins, Outputs, Check mark 17-20 ON, Doesn't appear you need a Port or Pin assignment for it to work.

Haven-Fun, Chip

1317
General Mach Discussion / Re: Z Axis motor skipping
« on: November 19, 2007, 02:11:49 AM »
Hi, Edmond

Glad you got it sorted out.

Thanks, Chip

1318
Brains Development / Brain Jog XY
« on: November 18, 2007, 10:45:29 PM »
Hi, All

Just fooling around with Brain's a little. Using output 6 to start and stop Jog X+ Y+ axises, Works Pretty Darn Good.
First it changes to Cont Jog then Jog's XY together, Then another Click turns them Off, Really Nice !!!

Thank you  Art and All responsible for these Features.

Note's:

Cont. & Inc. Jog's are backwards in Brain"s.
Cont. Jog will Jog both axis's.

Inc. Jog's one axis at a time ?.
But on MDI line both will jog inc. at the same time ?.

Would be nice if Brain's would allow for Input User-Button's, A code in Edit Button Script to allow brain's to see/use them.
Maybe some User-Led's , User-Button's, User-Output's in Output"s Also, Just thinking down the road a little.
   
Thanks, Chip

1319
LazyCam (Beta) / Re: LazyCam Manual
« on: November 17, 2007, 04:39:01 PM »
Hi, Alex718

There's a setting in Mach3 under Config, General Confgi, Right side "G04 Dwell in ms" make sure it's not Checked.

Also in Config, Ports & Pins, Spindle Setup, General Parameters, "CW Delay Spin Up", That May give you a default delay.

Hope this Helps, Chip

1320
G-Code, CAD, and CAM discussions / Re: LOOP counter coutdown
« on: November 17, 2007, 12:47:00 AM »
Hi Terry

Is this what you were looking for http://www.machsupport.com/forum/index.php/topic,4402.0.html

Thanks, Chip