Hello Guest it is April 25, 2024, 06:21:00 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 - fdos

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 »
51
Show"N"Tell ( Your Machines) / Re: Yet another Retrofit. Hardinge HXL-S
« on: September 11, 2008, 02:13:45 PM »
Here's the Clamp/UnClamp macro's just in case anyone could use them.

I think the Sleep() command takes it's Argument in milliseconds??

Wayne...

'M20 Collet Clamp Macro for Hardinge HXL-S and Cubloc CUSB36R
'11th September 2008



Call setmodoutput (16,0)         'deactivate Unclamp Valve just in case
sleep (200)                                'wait 0.2 secs
Call SetmodOutput (17,1)          'Cubloc P17 Actuate Valve
sleep(200)               
Call SetmodOutput (17,0)         'Deactuate Valve No need for coil to remain on


Message ("Collet/Chuck Clamped OK")      'OK Status Msg


 
'M21 Collet UnClamp Macro for Hardinge HXL-S and Cubloc CUSB36R
'11th September 2008


DoSpinStop()               'Spindle OFF


While Getoemdro(817) > 100         'Bypassed To S Value DRO (817) For bench testing.
'While Getoemdro(39) > 100         'oemdro(39) (Spindle true) for final setup.
  message ("Waiting for spindle to Slow")
Wend                  'Wait for spindle to slow to < 100 rpm

Call setmodputput (17.0)         'Deactivate Clamp valve just in case
sleep (200)
Call SetModOutput (16,1)          'Cubloc P16 high (Unclamp)
sleep(200)                       'wait 0.2 secs
Call setmodoutput (16,0)         'Deactuate Valve No need for coil to remain on
 
Message ("Collet/Chuck UnClamped OK")      'OK Status Msg


 
 
 

                                   

52
Show"N"Tell ( Your Machines) / Re: Yet another Retrofit. Hardinge HXL-S
« on: September 11, 2008, 11:34:13 AM »
Well more macro's in the works at the moment.

I can't remember the allowed custom macro rules for mach, I just been working on Collet open and close macro's.   Ideally I'd like to use the more conventional M10,11.   But they seem to be reserved for something (Probing?)

Even replacing those with my own, the new ones seem to be ignored.   I was able to use M20,21 though !   Thats also normally an clamp/unclamp signal on many machines.   But I think for Indexers.

I don't really want to start using high number M codes for those that are very conventional.

Wayne....

53
Show"N"Tell ( Your Machines) / Re: Yet another Retrofit. Hardinge HXL-S
« on: September 10, 2008, 08:28:48 PM »
For anyone thats interested here's the M6Start macro for the 4 station turret on my Hardinge.

It passes the requested station # to the Cubloc PLC via a holding register mapped to 66 in mach and D12 on the Cubloc.

The Cubloc always has it's actual station # available in D13 (67 in Mach) via it's turret encoder routine.   = 0 when invalid = 1 to 4 for valid stations.

I'll probably post the Cubloc program when it's developed a bit more.

The Macro below is partially based on Hoods Churchill Macro.  Thanks Robin...


Wayne.....


'Toolchange macro for Hardinge HXL-S and Cubloc CUSB36R PLC
'September 10th 2008
 
   
   
tool = GetSelectedTool()

 
If Tool = GetCurrentTool() Then           'Ignore and Exit if already there

  End

End If
 

   


If Tool <1 Then                  'If tool called is < 1
  MsgBox ("Error! Tool "& tool & " Out Of Range")   'error message
  DoOemButton (1003)                       'Stop Button
  End                                      'End macro
End If

If Tool >4 Then                  'If tool called is > 4
  MsgBox ("Error! Tool "& tool & " Out Of Range")
  DoOemButton (1003)                    
  End                                      
End If

Message ("Waiting for Turret Station " & tool)

If Tool=1 Then                            'tool = 1

  Call SetModOutput (66,1)            'Reg D12
    Do
      If GetInput (67) = tool  Then          'Reg D13
        Call SetModOutput (66,0)         'Reset D12
        Exit Do
      End If
    Loop
End If


 
If Tool=2 Then                            'tool = 2

  Call SetModOutput (66,2)
    Do
      If GetInput (67) = tool  Then
        Call SetModOutput (66,0)
        Exit Do
      End If
    Loop
End If


 
If Tool=3 Then                            'tool = 3

  Call SetModOutput (66,3)
    Do
      If GetInput (67) = tool  Then
        Call SetModOutput (66,0)
        Exit Do
      End If
    Loop
End If


 
If Tool=4 Then                            'tool = 4

  Call SetModOutput (66,4)
    Do
      If GetInput (67) = tool  Then
        Call SetModOutput (66,0)
        Exit Do
      End If
    Loop
End If
 
 
Message ("Station " & tool & " OK")      'Status Msg      
SetCurrentTool( tool )

End

54
Show"N"Tell ( Your Machines) / Re: Yet another Retrofit. Hardinge HXL-S
« on: September 09, 2008, 01:18:26 PM »
Hood.

The servo's are not that big.   300W just about the same size as the orignals.   Only these are higher speed rated, and I have also changed pulley ratio from 1.85:1 to 2.5:1.

Not much done today, except real work, and sweeping up all the cut cable ties and bits of wire!   Though I just been getting familiar with modbus again, never wrote all my settings down last year!



Wayne....

55
Show"N"Tell ( Your Machines) / Re: Yet another Retrofit. Hardinge HXL-S
« on: September 08, 2008, 06:13:26 PM »
Well here's a little picture of in progress work this week, just tidying up a lot of the wiring.

Loads more to do, but it's mostly all worked out and tested.  I just have to rewire as I want it to stay.

Transformer is 45v 1kVA giving 64v DC for the servos, The two contactors to the right of it turn it on via a soft start resistor (Seen top of pic).  Timer relay(Far right)  operates the righthand contactor to short out the resistor.

Larger contactor below supplies power to the spindle drive.   Circuit breakers to its left.

Grey wire running through all contactors is part of the Estop chain.   Blue wire hanging around in there, is the temporary enable Neutral going to all the contactors coils for testing.   The circuit is designed with all coil Lives coming straight from the same supply as the load through a breaker.  If any load trips it's own breaker ALL contactors drop out, also putting machine into Estop.

Wayne....

   

56
Show"N"Tell ( Your Machines) / Re: Yet another Retrofit. Hardinge HXL-S
« on: September 01, 2008, 06:47:38 AM »
Not as much as I am ;)     It's got beyond the ridiculous!     

 I do remember quite a clearly a friend seeing it all in pieces and saying "you'll never get that going again"   I can almost see the lump forming  in this throat at the moment  :P


Wayne....

57
More work done today.    Wired up spindle encoder, Make up new encoder cables for the axis.

The cabinet is looking rather busy again these days.  Though I think I've made a neat job of it.   Have to fit a panel to the door of the contro cab so i can mount yet mroe DIN rail.

Thought about fitting the new seal kit to the turret but had more important work to do.  I'll do that when I have cleared a few jobs this week.

Wayne.....

58
There was a HXL on Ebay located in Ireland last week.    Had no picture, so I was not sure if it was a HXL or HXL-S    the S just means Siemens control.   The plain HXL is older and had  a GE control, it looked different too.

Hood.   Just about all the original solid dovetail bed Hardinges are the same footprint.

The CHNC's come up a fair bit, and are very useful especially in 16C spindle variants.  Their turrets are more complex though.

Theres a couple on ebay at the moment.   But rather too much money I think.   Mind you they cost a bomb new.   My HXL-S was close to 40 grand in 1986.

The HXL's were realyl a toolroom machine, with 4 fewer turret positions but had a powered tailstock..

I also have a smaller 5c Hardinge which runs Ahha s/w, but does have the 8 station turret.

Parts are not cheap especially from Hardinge,  this week I had to buy a seal kit for the turret (loads of o rings and Quad rings) Said bye bye to another 100 quid!   Would of cost me that to take it apart measure everything and then make enquiries with local stockists.   They were all Viton too which made them harder to find over the more comon Nitrile.


Wayne.....

 

59
Hood.   Much bigger than a student.    Mine is 16c spindle so 42mm (1 5/8") through capacity.   Original machine weighs in close to 2 tons in amall (6ft x 3ft) footprint. So rigidity is massive for this class of machine

Rab.   The partoff system is quite desirable as it also fits the CHNC's    Bear in mind that system is hydraulic driven by a hidden air motor powered pump in the right hand side of the base.

The chuck if a 16c powergrip costs around $3000 new from Hardinge!

It's a very desirable machine, but if anything like mine a lot of work.   


Wayne....

60
I have a HXL-S.   It's a fairly complex machine and prone to a few problems.   You have to bear in mind these machines are 25+ years old now, the Iron is usually good, it's the rest!

I converted to AC spindle as I have a dislike for large DC spindle drives.  The HXL-S had a 4-5kW DC spindle.

Most of the Pneumatics were screwed, mainly leaks and I hate to have my large compressor starting up every 5 minutes!   So All 5 port valves were replaced.  Also just this week all the seals in the turret.   Mines a 4 way turret.

Every piece of electrical cable inside the machine enclosure had got brittle with age and exposure to cutting oil.  All replaced.

Old servo motors had loose magnets and again full of oil.  So those were replaced. 


The list goes on........    But I'm still happy, I got a machine with Good Iron in tight condition, and the rest is 98% Brand New.


Wayne.....

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 »