584,814 active members*
5,215 visitors online*
Register for free
Login

Search:

Type: Posts; User: Maroslav4

Page 1 of 12 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    4,275

    Re: alphacam to fanuc om post query

    Try contact @Hugo_Hans there.
  2. Replies
    6
    Views
    4,275

    Re: alphacam to fanuc om post query

    Find $50 and $60 in a postprocessor.

    Replace [R] for a correct variable by your required coordinate absolute, incremental ... .
    $50
    N[N] G2 X[AX] Y[AY] Z[AZ] I[II] J[IJ] F[F]


    $60 Feed...
  3. Re: how to use Fusion 360 with Xilog Maestro

    https://www.youtube.com/watch?v=ZiJRhDRYjcg&t=23s
  4. how to use Fusion 360 with Xilog Maestro

    https://youtu.be/RiNkn4bbU94
  5. Re: alphacam postprocesor for fanuc series oi-mc

    Simple help can be like this.

    Template
    M6T[T] - tool change
    T[NT] - next tool

    VBA:
    p,post "M6T[T]"
    p,post "T[NT] "
  6. Re: Postprocesor problem Balestrini Idea Grande 2

    Yes looks as problem with 64 bit architecture. You can use ptrsafe keyword for update a VBA code. Maybe update also your open save dialog.
  7. Replies
    1
    Views
    1,185

    Re: Multi Panel / Tile Toolpath

    It is not future, but it is reality :) . Check paneling function.


    https://youtu.be/I05nnflRPKw?si=wf-j7Q8FFkH3OHA-
  8. Re: Syntec controller post processor for Omni 4axis atc machine

    You can try write to me. But im a commercial programmer - mean not a hobby, but it but it feeds me :).

    Looks to my signature.
  9. Replies
    7
    Views
    2,248

    Re: Alphacam Vba Create Surface

    Code should look something like this.
    Option Explicit
    Public Sub surfaceCreate()

    Dim drw As Drawing
    Set drw = App.ActiveDrawing


    Dim SurPoly_1 As PolyLine
    Dim geo_sur1 As Path
  10. Replies
    7
    Views
    2,248

    Re: Alphacam Vba Create Surface

    In this case is code very similar.

    Option Explicit
    Public Sub surfaceCreate()

    Dim drw As Drawing
    Set drw = App.ActiveDrawing


    Dim SurPoly_1 As PolyLine
  11. Re: Inventor HSM , Sinumerik 805 , Boehringer VDF 570

    Hello,

    you can try this generic post.

    https://cam.autodesk.com/hsmposts?p=siemens-810d
  12. Replies
    7
    Views
    2,248

    Re: Alphacam Vba Create Surface

    Hello,

    check this code.

    Option Explicit
    Public Sub surfaceCreate()

    Dim drw As Drawing
    Set drw = App.ActiveDrawing
  13. Replies
    4
    Views
    3,691

    Re: Need a better Post for Buesllato Machines

    Hi,
    write me there [email protected]
  14. Replies
    3
    Views
    2,492

    Re: Help me please vba editor

    Try check this. https://drive.google.com/drive/folders/1zgQ4KhQ7XSCz3L_IEQpShErZHjlhaYgm?usp=share_link
  15. Replies
    3
    Views
    2,492

    Re: Help me please vba editor

    Hi,

    I'm afraid that VBA alphaedit compiles code differently than VBA alphacam. However, you can set up a reference to the Alphacam Router and run the code directly in Alphaedit and control...
  16. Replies
    2
    Views
    1,579

    Re: vbm macro issue

    Hi,
    problem with compatibility 32 / 64 bit. This macro is not support by you Alphacam installation.
  17. Re: Syntec 210MA W/two multi-thread synch spindles (3 Axis), InventorCAM Postprocesso

    Hello,

    if it is still actual, write me PM or on email [email protected]
  18. Replies
    0
    Views
    1,122

    Fusion 360 Service support

    https://www.youtube.com/watch?v=0QbF5cnqPF0
  19. Replies
    1
    Views
    2,070

    Re: Alphacam nesting issues

    Did you check this option?
    https://www.cnczone.com/forums/attachment.php?attachmentid=485922&stc=1
  20. Replies
    1
    Views
    1,379

    Re: No A values in the negative!

    Hi,

    check in your post this.

    Template postprocessor:
    $577 Allow Positive and Negative Tilt (1 = Yes, 0 = No).
    ?
    Vba postprocessor :
    .AllowPositiveAndNegativeTilt = True
  21. Replies
    0
    Views
    1,179

    Fusion SCM postprocessor

    https://www.youtube.com/watch?v=wpVhcYCyI38&t=264s
  22. Replies
    0
    Views
    648

    Postprocessor Fusion 360 / Alphacam

    https://www.youtube.com/watch?v=FQwiK23AWVI
  23. Reichenbacher Custom Postprocessor Fusion 360

    https://www.youtube.com/watch?v=dMBuM0Ajmrc&t=9s
  24. Replies
    1
    Views
    2,637

    Fusion 360 Morbidelli/SCM postprocessor

    https://www.youtube.com/watch?v=wHfeEw0mFyM&t=49s
  25. Replies
    0
    Views
    852

    Fusion 360 Nesting

    https://www.youtube.com/watch?v=Xf57VNiE_cw&t=16s
  26. Replies
    0
    Views
    3,775

    SCM Xilog Maestro Postprocessor

    454264

    https://www.youtube.com/watch?v=-OVWx171pfE
  27. Thread: AlphaCAM VBA

    by Maroslav4
    Replies
    1
    Views
    2,104

    Re: AlphaCAM VBA

    Hello,

    let me know more information about your project if it is still actual.
  28. Re: ERROR User variable not declared MOVE_NEEDED

    Variable MOVE_NEEDED inside postprocessor code is not declared.
  29. Re: Is there any 5 axis software for HY CNC 6040

    Hello,

    you can try Fusion 360. For Hobby it is free and after instalation you have many postprocessors for use.
  30. Replies
    0
    Views
    2,254

    CNC software by customer request

    Custom software developed on a customer request. All code in VB.net


    https://www.youtube.com/watch?v=ayeKWNFfX5w&t=245s

    Marek Skotak
    +420733568025
    [email protected]
Results 1 to 30 of 334
Page 1 of 12 1 2 3 4