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:

charade77

Verified Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by charade77

  1. Good morning, I was able to access the contenuti.I not found examples on how to build a program.I would be able to create macros that can import existing sequence, in a new program, automatically selecting the existant geometry .Where I can find examples that could explain the syntax and methodology of NET-Hook? I understand that vbscript is limited in features.

    Thanks and best regards

  2. hello, I have a request about the example "door" that you sent me.

    I tried to want to realize two drill operations .Il problem is that if I have two holes for the first operation and five for the second operation, the second realizes seven.Come can I do for resetting the number of points in the drilling for the operation next?Even if I change the active layer and visible, it seems to keep in mind all the points previously recognized.

    thanks for your help and see you soon

  3. Thank you all!!!

    i had try this :

     

    call Main()
     
    Sub Main()
    Dim strInputFile : strInputFile = "c:\Temp\prova.operations-8"
    Dim intOpNumber : intOpNumber = 1
    Dim strComment : strComment="Test"
    Dim objOverRide
    Set objOverRide= New McOverride
    objOverRide.DepthOn = False
    objOverRide.FeedRateOn = False
    objOverRide.FeedRatePercentOn = False
    objOverRide.SpindleSpeedOn = False
    objOverRide.SpindleSpeedPercentOn = False
     
    Dim blSuccess
    blSuccess=AskForChain("Select a chain")
    Dim intOpID
    intOpID = MakeOperationFromID(strInputFile, intOpNumber, strComment,objOverRide)
     
    End Sub
     
    but i want to remove the "AskForChain("Select a chain")" and import the operation without input a geometry:how do this?
    I try to look Visual Basic .NET NET-Hooks, but on the mastercam.com i have not found the documentation.
    Thank you for help

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...