585,933 active members*
3,754 visitors online*
Register for free
Login

Search:

Type: Posts; User: partur

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,417

    Re: Invert axis vector machine

    You can adding 3 new variables to gpp file and set the values like that:

    global integer dirX dirY dirZ


    dirX = 1
    dirY = -1
    dirZ = -1

    after that u can use find/replace feature with "match...
  2. Replies
    6
    Views
    1,990

    Re: jerky g0 movement

    I create a similar operarion with similar shape, my UI is in Polish lng but is only one things what you need to change:
    this is code for default settings:
    408638

    Now u need open machine...
  3. Replies
    6
    Views
    1,990

    Re: jerky g0 movement

    https://vdocuments.mx/what-is-new-in-solidcam-gpptool-2011.html
    read chapter 2.2.5 on 34 page. bdw u can turn off new working style @move_5x & @line_5x in vmid file.. tab working style > Working...
  4. Replies
    2
    Views
    1,317

    Re: Error in Solidcam Postprocessor

    Turn off the SolidCAM and go to solidcam postprocessor path, next you need open your machine file with *.vmid extension. Then on second tab (controller definition) open section named Arc Execution...
  5. Replies
    1
    Views
    970

    Re: Change D-offset Number

    You need add this feature to postprocessor..
  6. Replies
    5
    Views
    2,289

    Re: Gpptool trace level

    local integer iTraceLvl
    iTraceLvl = 0
    input 'Trace level: ' iTraceLvl
    trace 'all':iTraceLvl

    now looking better.
  7. Replies
    5
    Views
    2,289

    Re: Gpptool trace level

    Put this code to init section in gpp file

    405020
  8. Replies
    5
    Views
    1,704

    Re: Editing .gpp files - How?

    No problem everyone sometime have same
  9. Replies
    5
    Views
    1,704

    Re: Editing .gpp files - How?

    1. "Free file viewer" not editor
    2. If you open file in Notepad and make some changes just click ctrl + s then you file save original extension but if you choose save as.. From menu file then...
  10. Re: solidworks/solidcam, post processor for hass ,

    Hi you need to know that this postprocesors in cam directory isn't finished, and always you find something that does not work. For example in one pp can be not working drill and in another something...
  11. Replies
    6
    Views
    2,357

    Re: No memory access - problem ( Sinumerik 810D )

    Press "S" to dump memory And try to reboot

    Wysłane z mojego SM-G935F przy użyciu Tapatalka
  12. Replies
    4
    Views
    1,152

    Re: SolidCAM turning Negative X-output

    You like to change only sign +/- :
    From
    X-10
    To
    X10
    ?

    Wysłane z mojego SM-G935F przy użyciu Tapatalka
  13. Re: solidworks/solidcam, post processor for hass ,

    Ok so try to find GPPL variables section in gpp file and change value 5.4 on 5.3 for numeric, xpos_f, ypos_f, xpos_f if you have another name then you can send me pic....
  14. Re: solidworks/solidcam, post processor for hass ,

    Hi look please on this post https://www.cnc.info.pl/post480770.html#p480770 (I know it's Polish lng but it easy to do) for change format you need do only first part later is showing how change gcode...
  15. Replies
    6
    Views
    2,357

    Re: No memory access - problem ( Sinumerik 810D )

    Sorry my phone do that self in my pocket.

    Wysłane z mojego SM-G935F przy użyciu Tapatalka
  16. Replies
    6
    Views
    2,357

    Re: No memory access - problem ( Sinumerik 810D )

    W

    Wysłane z mojego SM-G935F przy użyciu Tapatalka
  17. Re: Creating I/O custom screen in siemens 840D MMC 103

    You like to make additional screen some like that? https://youtu.be/WjxzZtN5sdw

    What type of data you need to print?

    Wysłane z mojego SM-G935F przy użyciu Tapatalka
  18. Thread: Sinumerik 810M

    by partur
    Replies
    1
    Views
    2,156

    Re: Sinumerik 810M

    First things G58 X50 Y50 A45 it is gcode or data from offset table?
    If gcode then you forgot add G00/01 but that not all because on the beginning you said this is 3axis machine, A45 (A) - that name...
  19. Re: Help with Siemens Macro Reading and Writing to a file

    In the variable -> GUD (global user data) you have 100 string variable.

    _TXT[0]
    _TXT[1]
    ...
    ...
    _TXT[98]
    _TXT[99]

    You can using this variable to store text string when machine is off.
  20. Re: Help with Siemens Macro Reading and Writing to a file

    Because you definiens >> VALSTR[2] but when you write varitable name you must remember abaut syntax:
    VALSTR[0] - 1
    VALSTR[1] - 2

    so when you read file READ(FILE_ERROR, FILE, 0, 1, VALSTR) you...
  21. Replies
    22
    Views
    3,736

    Re: 3-dimensional circular interpolation question

    What if you rotate the axes?
    318100
    318102
  22. Replies
    4
    Views
    969

    Re: Momentary Button OEM Code

    If IsOutputActive(Output4) Then
    DeActivateSignal(Output4) 'deactivate mach output4
    SetUSERLED(n,0) 'turn off User Led in Screen - n-number user led
    Else
    ...
  23. Replies
    2
    Views
    1,205

    Re: screen saver Siemens 840D

    you must change the machine data MD9006 $MM_DISPLAY_BLACK_TIME to 0.

    best way:
    create new g-code program and type:

    $MM_DISPLAY_BLACK_TIME = 0
    newconf
    M30

    after re run you machine screen...
  24. Replies
    2
    Views
    1,519

    Re: Sinumerik 828D, join several MPF programs

    extcall function is used to run programs on a memory card or directly from your computer. Of course, it should also work in your case, but her true destiny is different than yours. You should use the...
  25. Replies
    3
    Views
    968

    Re: SolidCAM and tapping adaptor

    This is just an example and may not work with your file gpp. I do not see your postprocessor so I can not give you confidence that it will work with your file Gpp.


    316058

    316060

    316062
  26. Replies
    3
    Views
    968

    Re: SolidCAM and tapping adaptor

    You can set up new operations offset another number. but you can not change the pitch of the thread.

    315848

    You can add this feature to your postprocessor. Just say what version you're using an...
  27. Thread: WPC work offset

    by partur
    Replies
    1
    Views
    796

    Re: WPC work offset

    for G54..G59 = S1-6
    G65 P9814 X0 Y0 D50 S1

    for G54.1 P1..P99 = S101 -S199
    G65 P9814 X0 Y0 D50 S101

    for WPC IN MAZATROL DATA;
    G65 P9814 X0 Y0 D50
    G65 P9733 XYZBCD (X=X Y=Y Z=Z B=4TH C=5TH...
  28. Re: WRITE process giving fits / new to try this process / help needed

    N810 ;NEXT RUN OF INFO WILL 'WRITE' INFO TO 'WINERGYBORES' LOG

    N820 DEF INT ERROR
    N830 ;DEF STRING[10] TIME,DATE <-- NOT USE
    N840 DEF STRING[40]...
  29. Re: bug report on solidcam and a quetion for machine simulation

    You must change the varitable tool_number on d_offset

    before:

    @usr_compensation_output
    ; Handle output of Diameter Compensation Gcode
    if change(iDiametercomp)
    if iDiametercomp eq 40 or...
  30. Replies
    1
    Views
    687

    Re: Wireless Networking for Siemens 840D

    You can try using wifi adapter that works as a client. eg https://goo.gl/a1j8jc
    simply configure the network and everything should work ..
Results 1 to 30 of 37
Page 1 of 2 1 2