Jump to content


- - - - -

It's been 7 years, is this ever going to do anything?


  • Please log in to reply
13 replies to this topic

#1 Chris Rizzo

Chris Rizzo

    Advanced Member

  • Members
  • PipPipPip
  • 3,540 posts

Posted 17 February 2012 - 02:22 AM

Posted Image

#2 Mr. Wizzard

Mr. Wizzard

    Advanced Member

  • Members
  • PipPipPip
  • 1,006 posts
  • Location:The beautiful western PA

Posted 17 February 2012 - 08:44 AM

:no

#3 Neurosis

Neurosis

    Forum Indigent

  • Members
  • PipPipPip
  • 1,331 posts

Posted 17 February 2012 - 10:50 AM

I have another question regarding something that has been around for a while.

I would like to be able to start a new part file that automatically loads a tool library created for that specific machine. My reseller told me that this was possible by checking the box shown below. As everyone knows, it does not work.

Can anyone tell me what exactly does this check box do if anything?  And is the only way to have a library automatically load to create a template file?

Attached Files



#4 Colin from CNC Software

Colin from CNC Software

    Advanced Member

  • CNC Software
  • PipPipPip
  • 4,139 posts
  • Location:Tolland, CT

Posted 17 February 2012 - 11:24 AM

Dave,

That button is not used to load tools into your Part file. It is used to load tools automatically onto a Machine for Machine Simulation. This was meant for the EMP Machine Simulation, and is not currently used. I think a template file is your best bet for now.

Thanks,

#5 BrianCNC

BrianCNC

    Member

  • Members
  • PipPip
  • 76 posts

Posted 17 February 2012 - 12:36 PM

If I am understanding correctly what you want to do--can't you just link that machine def to the tool library for that machine right under that check box so everytime you load that machine def it loads the tool library for that machine.  I see it is now linked to rich.toodb--link this to haas.tooldb or whatever.

#6 Neurosis

Neurosis

    Forum Indigent

  • Members
  • PipPipPip
  • 1,331 posts

Posted 17 February 2012 - 12:52 PM

View PostBrian Glick @ Vermeer, on 17 February 2012 - 12:36 PM, said:

If I am understanding correctly what you want to do--can't you just link that machine def to the tool library for that machine right under that check box so everytime you load that machine def it loads the tool library for that machine.  I see it is now linked to rich.toodb--link this to haas.tooldb or whatever.


That was what I was asking.  If you read Colin's explanation, apparently that it not what that is intended to do. So no, it does not work.

You have to create a template file with the library pre-loaded.

This would also make a nice enhancement request. I am not the first person that has asked about this. I have seen it come up several times in the past. So far, Colin has been the only one to answer with any certainty.

#7 BrianCNC

BrianCNC

    Member

  • Members
  • PipPip
  • 76 posts

Posted 17 February 2012 - 12:57 PM

We link ours up and when we create a new part file it stays linked. First toolpath--hit select tool and it will pull from that machines tool library.

#8 BrianCNC

BrianCNC

    Member

  • Members
  • PipPip
  • 76 posts

Posted 17 February 2012 - 12:58 PM

We link ours up and when we create a new part file it stays linked. First toolpath--hit select tool and it will pull from that machines tool library.

Sorry Double post

#9 Neurosis

Neurosis

    Forum Indigent

  • Members
  • PipPipPip
  • 1,331 posts

Posted 17 February 2012 - 02:43 PM

View PostBrian Glick @ Vermeer, on 17 February 2012 - 12:58 PM, said:

We link ours up and when we create a new part file it stays linked. First toolpath--hit select tool and it will pull from that machines tool library.

Sorry Double post


What you are talking about is easy enough to do. You do not even have to check that box for that to happen.


What I am trying to do is have the entire machines library load automatically so that I can see the tools in the operation rather than having to open the library.

#10 Chris Rizzo

Chris Rizzo

    Advanced Member

  • Members
  • PipPipPip
  • 3,540 posts

Posted 17 February 2012 - 02:58 PM

What about my original question?

I'm so frustrated I'm ready to post about 20 other screenshots of "functions" and buttons that have been dead for 7 years.

#11 BrianCNC

BrianCNC

    Member

  • Members
  • PipPip
  • 76 posts

Posted 17 February 2012 - 05:07 PM

I see.  I thought there was something I wasn't understanding because I knew there was no way you did not know how to do that.

Sorry Chris for getting so far off your original topic.

#12 Colin from CNC Software

Colin from CNC Software

    Advanced Member

  • CNC Software
  • PipPipPip
  • 4,139 posts
  • Location:Tolland, CT

Posted 17 February 2012 - 05:11 PM

Chris,

We created some functions to check and manipulate string length. I'll see what we can do to implement this functionality in our Generic Posts. (Or at least give you some idea of when we plan to get to it)

For what its worth, we've been working on hooking up more of the Machine Definition functionality in our Generic Posts. We've just finished hooking up a bunch of stuff for Lathe.

Thanks,

#13 Chris Rizzo

Chris Rizzo

    Advanced Member

  • Members
  • PipPipPip
  • 3,540 posts

Posted 17 February 2012 - 08:44 PM

You the man Colin.  :thumbsup:

I should mention why this would be so useful: All Haas machines alarm out with more than 80 characters in a comment. When your working with files deep in a network, the .nc and .mcx file location comments are way more than 80 characters.

Now that I think of it, a nice feature for the stock haas post's would be to truncate at 80 characters automatically!

#14 Colin from CNC Software

Colin from CNC Software

    Advanced Member

  • CNC Software
  • PipPipPip
  • 4,139 posts
  • Location:Tolland, CT

Posted 18 February 2012 - 12:56 AM

Thanks For the compliment Chris, but I'm just a small cog in a big machine.

I've taken a copy of the Generic Haas 4X Mill Post and added some code to different comment output post blocks to assemble all the strings for output, then check the string length against the parameter that you enter in the control definition. (I'm also setting the default initialization to '80'. There is also a 'mode' switch that sets if you want to truncate the comment or 'shorten' the comment.

There is a bunch of code to rewrite though to make this happen. I've converted the tool comments as a proof of concept, now I need to convert the rest of the comment output in the header. That will take a couple days, but I'll let you know when it's ready to be tested.

Thanks,