Hello Guest it is April 19, 2024, 10:03:02 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 - chl

Pages: 1 2 »
1
Show"N"Tell ( Your Machines) / Re: CNC Pipe Bender
« on: January 10, 2009, 06:31:56 AM »
Very nice .....good job

Christer

2
Show"N"Tell ( Your Machines) / Re: My cnc machine
« on: November 21, 2008, 02:07:26 PM »
Hi
I have not taken any own photos but those i have done parts to have taken pics and videos so i try to get some of them.
Pictures comes later to my home page

Some parts i have done is
fix watertap
Tractor parts
New center in aluminium wheels
Rc parts for my fourstroke lst2
Speaker parts to subwofer
Divisible oil sumps for dragracing car
and more

RICH
The rails i get was used but in fine condition......the work fine.....the are steady.

Sam
 i have done some rc parts for my rc fourstroke projekt....here is i pic an video.



http://www.lcgl.se/pics/fs70lst2.wmv

Sorry for my english
Christer

3
Show"N"Tell ( Your Machines) / My cnc machine
« on: November 17, 2008, 03:37:51 PM »
My cnc
I have run it for 7 months now an it working great.....no trouble at all.
So i am very glad....
Mach3 is working like a charm.



More pics and specs on my cnc site.
www.lcgl.se/cnc

Christer

4
General Mach Discussion / Re: switch spindle pulley within Mach3
« on: November 25, 2007, 03:32:04 PM »
Hi

Make a macro like M301.m1s for pulley 1
Write in the macro  SetPulley(1) 
save it
and so on for the rest

hope it helps you

5
Show"N"Tell ( Your Machines) / Re: My MPG remote
« on: April 25, 2007, 12:52:05 PM »
Hi all about my MPG its going to come on my cnc side i will do  soon i hope.......
Its will be all there..
Part list
Pictures
Macropump file

6
General Mach Discussion / Re: Macropump help
« on: April 11, 2007, 10:52:54 AM »
Thats good :).....you have a very nice setup.....looks great ;)

chl

7
Show"N"Tell ( Your Machines) / Re: My MPG remote
« on: April 10, 2007, 11:13:05 AM »
Hi...the case is from http://www.elfa.se/elfa-bin/setpage.pl?http://www.elfa.se/elfa-bin/dyndok.pl?lang=se&dok=4699.htm
TBT-2/9002 black is the one i have..
Its has a very good size for a pendant.... :)

8
General Mach Discussion / Re: Macropump help
« on: April 09, 2007, 06:26:14 AM »
Hi here is a little example maby it can help you...there will not be any multiple keystrokes.


If GetInput (64) < 50 Then           'check if up button
   SetDRO(21,GetDRO(21)+10)      'Feedrate up 10%
      While GetInput (64) < 50        'Stay here until button released
      sleep(100)
      Wend
End If



If GetInput (64) > 151 And GetInput (64) < 250 Then          'check if down button
   SetDRO(21,GetDRO(21)-10)                                            'Feedrate down 10%
      While GetInput (64) > 151 And GetInput (64) < 250       'Stay here until button released
      sleep(100)
      Wend
End If

9
Show"N"Tell ( Your Machines) / Re: Bridgeport Series 1 control panel
« on: April 07, 2007, 03:41:02 PM »
Very nice job ;D
Chl

10
Modbus / Re: ModIO and Mach not keeping up with MPG
« on: April 03, 2007, 01:58:10 PM »
Hi my mpg hooked to my modio work fine in single step.......it just do 1 step for every spin on the mpg or click.....you must stop the mpg for every step..... it just what it should do in step mode :)

Pages: 1 2 »