586,608 active members*
3,701 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    2

    Anilam 6000 - m code for 2nd coolant pump.

    I am operating a quantum cnc vertical machine centre with an Anilam 6000m controller.
    The machine has 2 colant pumps , 1 is the main pump that sits in the coolant tray and is controlled with a M08 command.
    The other is a secondary pump fitted to allow through coolant with a rotary adapter with a side coolant entry.
    On the main control keyboard there are buttons for manual control of each pump, but I cannot control pump 2 with a command.
    Have looked through the manuals and have contacted the machine tool supplier, not very helpful.
    Anyone have any ideas?

  2. #2
    Join Date
    Mar 2011
    Posts
    67
    It's tricky, but if you can get into the PLC menu then into the EDIT mode, you can look for a file called GLB_PLCCFG.DEF and look through the M-code section to see if there is a special M-code assigned to the second coolant. It will look like this:
    *-----------------------------------------------------------------------------
    * M-Function
    *-----------------------------------------------------------------------------

    #type M

    NP_MG_M00_programmed_stop
    NP_MG_M01_conditional_stop
    NP_MG_M02_END_program
    NP_MG_M03_spindle_right_cw_on
    NP_MG_M04_spindle_left_ccw_on
    NP_MG_M05_spindle_off
    NP_MG_M06
    NP_MG_M07_coolant_inside_on
    NP_MG_M08_coolant_on
    NP_MG_M09_coolant_off
    NP_MG_M10_index_table_bit_on_fin
    NP_MG_M11_index_table_bit_on_no-fin
    NP_MG_M12_index_table_bit_off
    NP_MG_M13_Spindle_right_coolant_on
    NP_MG_M14_Spindle_left_coolant_on
    NP_MG_M15_Reserved
    NP_MG_M16_Reserved
    NP_MG_M18_spindle_reference
    NP_MG_M19_spindle_orientation_CYCL_13
    NP_MG_M20_Chip_Auger_Forw
    NP_MG_M21_Chip_Auger_Rev
    NP_MG_M22_Chip_Auger_Off

    NP_MG_M30_END_program
    NP_MG_M31_processing_without_M3_M4
    NP_MG_M32_Reserved

    NP_MG_M40_clamping_axes
    NP_MG_M41_unclamping_axes
    NP_MG_M44_unclamping_axis_4
    NP_MG_M45_unclamping_axis_5
    NP_MG_M46_Reserved
    NP_MG_M47_Reserved
    NP_MG_M48_Feed_Hold_Off
    NP_MG_M49_Feed_Hold_On

    NP_MG_M50_Unlock_Spin
    NP_MG_M51_Lock_Spindle
    NP_MG_M52_TC_mag_to_spndl
    NP_MG_M53_TC_mag_frm_spndl
    NP_MG_M54_tool_unclamp
    NP_MG_M55_tool_clamp
    NP_MG_M56_Reserved
    NP_MG_M57_restore_mag_posn
    NP_MG_M58_turn_mag_cw
    NP_MG_M59_turn_mag_ccw
    NP_MG_M60_S_TC_position
    NP_MG_M61_ref_mag_serv
    NP_MG_M62_Z_TC_position
    NP_MG_M63_Z_above_TC
    NP_MG_M64_clamping_axis_4
    NP_MG_M65_clamping_axis_5
    NP_MG_M66_Reserved
    NP_MG_M67_Reserved
    NP_MG_M68_Reserved
    NP_MG_M69_Reserved

    NP_MG_M70_Enable_TC_Service
    NP_MG_M71_Disable_TC_Service
    NP_MG_M72_Reserved
    NP_MG_M73_Reserved
    NP_MG_M74_Reserved
    NP_MG_M75_Reserved
    NP_MG_M76_Reserved
    NP_MG_M77_Reserved
    NP_MG_M78_Reserved
    NP_MG_M79_Reserved

    NP_MG_M80_workpiece_counter_reset
    NP_MG_M81_workpiece_counter_plus_1
    NP_MG_M82_T_torque_off
    NP_MG_M83_T_torque_on
    NP_MG_M88_Unlock_Spindle
    NP_MG_M89_Lock_Spindle

    NP_MG_M92_One_Shot_Lube

    NP_MG_M105
    NP_MG_M106
    NP_MG_M107

    Best of luck,
    Tim

  3. #3
    Join Date
    Jul 2007
    Posts
    2
    Tim,
    Thanks for the info, with help from the machine supplier it had been listed as a M38 code.

    Andrew.

Similar Threads

  1. Anilam 6000 M Controller G-Code question
    By hotgrips in forum Controller & Computer Solutions
    Replies: 7
    Last Post: 07-05-2016, 09:03 PM
  2. Anilam Crusader II L coolant pump programming
    By 57chevy in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 5
    Last Post: 05-25-2011, 01:46 PM
  3. Anilam 6000 Post
    By miniz98 in forum Post Processors for MC
    Replies: 0
    Last Post: 08-31-2008, 12:37 AM
  4. Syil(Spindle, Coolant pump G-code Control Finish)
    By syil in forum News Announcements
    Replies: 4
    Last Post: 08-27-2006, 04:52 PM
  5. Syil(Spindle, Coolant pump G-code Control Finish)
    By syil in forum Benchtop Machines
    Replies: 2
    Last Post: 08-27-2006, 08:47 AM

Posting Permissions

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