586,080 active members*
3,485 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2005
    Posts
    1145

    Bijur type auto luber

    IF anyone is interested in using the Bijur type auto luber here is teh code to make it work. It is based on motion. If any axis has motion then it turns on teh timer motor . It only runs if there is axis motion. You add this code to your HAL file and set the pin number to what you plan to use. THis is not totally my code . I snagged a bit of it off the net then modifed it to work with PP and a mesa card (7i80)


    ###### Lube Pump ################################################## ####
    loadrt comp count=1
    setp comp.0.hyst .01
    setp comp.0.in0 0.0
    net moving comp.0.in1 motion.current-vel
    setp hm2_[HOSTMOT2](BOARD).0.gpio.061.is_output 1
    setp hm2_[HOSTMOT2](BOARD).0.gpio.061.invert_output 1
    net pump comp.0.equal => hm2_[HOSTMOT2](BOARD).0.gpio.061.out
    addf comp.0 servo-thread
    ################################################## ####################

    (;-) TP

  2. #2
    Join Date
    Apr 2013
    Posts
    1788

    Re: Bijur type auto luber

    It has always been an annoyance to have the lubricator run when the mill isn't. I usually trip the PDB to stop it.

    A few questions:
    Do you power the lubricator with an SSR connected to the controlled pin? If so, any suggestions regarding an appropriate SSR?

    Controlling the lubricator is not particularly time critical. Does the code need to be part of the servo thread?

    Does PP support both the 7i80 and the 7i92 without user mods?

  3. #3
    Join Date
    Mar 2015
    Posts
    178

    Re: Bijur type auto luber

    Interesting, I’m going to follow this. Mine comes on only after the vfd is enabled and then pulses on the lube units timer until an e-stop. It definitely tends to over oil things when the machine is idling while i mess with cam etc. It would be nice to have it only oil when theres actually axis motion.

  4. #4
    Join Date
    Oct 2005
    Posts
    1145

    Re: Bijur type auto luber

    PP does not support the 7i80 directly while it does support the 7i92. All you do need is a spare ouput pin somewhere (;-) I use a small 24v relay to drive the pump timer motor. The servo thread runs the comparitor so yes it is needed.

    Yes it is nice to not have the lube pump overlube the machine. The Bijur cycles every 30 minutes of axis motion and it adjustable as to volume on each stroke of teh piston. Can't get a whole lot better than that.

    It also has a oil level switch to warn of low oil level . Working on integrating that as well.

    (;-) TP

  5. #5
    Join Date
    Apr 2013
    Posts
    1788

    Re: Bijur type auto luber

    My mistake -- I was confusing "base thread" with "servo thread". Obviously it should be "servo thread" as you used.
    I have the Tormach automatic oiler and it allows me to set the interval between lubrications and also the amount. Still it is a pain when the mill is left on overnight!

  6. #6
    Join Date
    Oct 2005
    Posts
    1145

    Re: Bijur type auto luber

    Well I can bring in teh low oil switch to a pin then make that drive a named signal and it cycles fine . But now how to create a message to the status page about low oil. Might be better to send it to the message_line on teh toolpath section where you will notice it better. How to do that and where to do it at ??

    (;-) TP

Similar Threads

  1. Replies: 3
    Last Post: 04-11-2020, 03:49 PM
  2. Bijur TM-5 Rebuild (Auto lube)
    By jonesturf in forum MetalWork Discussion
    Replies: 0
    Last Post: 03-01-2014, 02:40 AM
  3. Auto tool changer Drum type tool magazine.
    By maylin1105 in forum News Announcements
    Replies: 0
    Last Post: 02-18-2012, 09:44 AM
  4. Auto tool changer-Umbrella type tool magazine.
    By maylin1105 in forum News Announcements
    Replies: 2
    Last Post: 02-15-2012, 03:38 AM
  5. Tech Questions, TC-2, Fanuc 2T, Program, Way Luber, and Servos
    By RonRoy2004 in forum DNC Problems and Solutions
    Replies: 0
    Last Post: 01-10-2006, 03:01 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •