584,808 active members*
5,158 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Milling spindle speed override on Mori Seiki mill-turn machine with Fanuc 31i A5
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2019
    Posts
    1

    Lightbulb Milling spindle speed override on Mori Seiki mill-turn machine with Fanuc 31i A5

    Hello everyone. I'm new here and I need help.

    I am using Focas library to commnuicate with Mori Seiki NT3150 DCG mill-trun machine with Fanuc 31i A5.
    I want to write the override value for milling spindle. I found that I can use pmc_wrpmcrng(hanlde, 0, 0, 30, 30, &spindleOV) to change the spindle speed override value because it is store on variable G30.

    However, it defaultly changes the override for turning spindle.

    How can I change the override for milling spindle?

    Thanks,
    Hunter

  2. #2
    Join Date
    Jan 2014
    Posts
    106
    Quote Originally Posted by MoriSeikiFanuc View Post
    Hello everyone. I'm new here and I need help.

    I am using Focas library to commnuicate with Mori Seiki NT3150 DCG mill-trun machine with Fanuc 31i A5.
    I want to write the override value for milling spindle. I found that I can use pmc_wrpmcrng(hanlde, 0, 0, 30, 30, &spindleOV) to change the spindle speed override value because it is store on variable G30.

    However, it defaultly changes the override for turning spindle.

    How can I change the override for milling spindle?

    Thanks,
    Hunter
    Is the machine running 2 paths?
    Is the turning spindle on the first path, and the milling spindle on the 2nd path?

    G30 is not a "variable" it is a byte of binary signals, and

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
  •