Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Fanuc cycle time variable?


J Coulston
 Share

Recommended Posts

Guest CNC Apps Guy 1

I think you're going to have to use the 3000's. I'm not finding that variable anywhere.

I would use #3012 (Current hour, minute, and second) and calc from that.

Link to comment
Share on other sites

You can try this with #3012 Like James said or make it as a macro and call it up at the start and end of file.

O1000(Sample)

#100=#3012(Start of file)

------------

part program

------------

------------

------------

#101=#3012(End of file)

#103=[#101-#100](Total time)

M30

Link to comment
Share on other sites
  • 4 weeks later...

quote:

You can try this with #3012 Like James said or make it as a macro and call it up at the start and end of file.

O1000(Sample)

#100=#3012(Start of file)

------------

part program

------------

------------

------------

#101=#3012(End of file)

#103=[#101-#100](Total time)

M30


Wes, what Craig suggested above will work great on a Matrix...

To store it to a file you could just do something like this;

 

POPEN

DPRNT [CYCLE*TIME*IS*#103[60]*SECONDS]

PCLOS

 

The file will be stored in c:MC_sdgprint

Link to comment
Share on other sites

Thanks Rob,

I actualy just got the book out and found that.

(who da thunk) I dont have a print directory under c:MC_sdg in the machine so I'll create one and test it out. this will be great because we are always doing time studies on jobs and with about 40 Mazaks on the floor it will be a lot easier to just pull the time through the network

Link to comment
Share on other sites

quote:

I dont have a print directory under c:MC_sdg in the machine so I'll create one and test it out

The print file will get created when you'll run the macro... You have to remember to delete it after you're done with the info you need because you will keep on adding to the same file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...