Mach3 VB Programing

แชร์
ฝัง

ความคิดเห็น • 15

  • @tonymai124
    @tonymai124 2 ปีที่แล้ว

    EXCELLEN BRO

  • @thanadechcnc-tech1937
    @thanadechcnc-tech1937 3 ปีที่แล้ว

    Can "mach3 nvum" change the tool automatically?

  • @huseyinyarar3147
    @huseyinyarar3147 ปีที่แล้ว

    hello . i want to write a macro which should be "if input1=1 then activate(output1) end if " i wrote like that but not working
    how can i write this function

  • @mertkars1463
    @mertkars1463 5 ปีที่แล้ว

    so, How can we finish that all? how can we do atc on mach3?

    • @cnc4youUK
      @cnc4youUK  4 ปีที่แล้ว

      Hello, very sorry code is specific to our machines.

  • @user-uv7oe9nj9u
    @user-uv7oe9nj9u 3 ปีที่แล้ว

    привет а напишите скрипты в низу видео для скачивания . и можно написатьскрипт для запоминания строки номер с таймером ?

  • @victorbautista8591
    @victorbautista8591 2 ปีที่แล้ว

    Porque me salen cuadrados los circulos

  • @Dark_Phoinix
    @Dark_Phoinix 4 ปีที่แล้ว +1

    can you post link of pdf customizing?

    • @cnc4youUK
      @cnc4youUK  4 ปีที่แล้ว +1

      Hello, please see link for programmers manual for Mach3 cnc4you.co.uk/resources/Mach3-V3.x-Macro-Prog-Ref.pdf

  • @chilebike6556
    @chilebike6556 3 ปีที่แล้ว

    Buddy - why am I having to try asnd read file and program names from the screen? Exactly which PDF's and applications are you using? This task you are doing is exactly what I need, but you are not giving essentail and clear information about the s/w & files you are using. Please?

  • @glaudsonferreira9030
    @glaudsonferreira9030 3 หลายเดือนก่อน

    gostaria muito de enteder a fundo o mach3 teria como voce espicar um pouco mais de vagas

  • @tugacnc8938
    @tugacnc8938 4 ปีที่แล้ว

    que programa é esse parece melhor que o machscren

    • @cnc4youUK
      @cnc4youUK  4 ปีที่แล้ว +1

      Sorry this video was made by the mach3 author and just an original screen set maybe down load original older version and you may find it. But lots changed in mach3 from older version so be cautious.

    • @tugacnc8938
      @tugacnc8938 4 ปีที่แล้ว

      @@cnc4youUK th-cam.com/video/0oO3unGkZYs/w-d-xo.html foi todo editado

  • @jamestaylor7025
    @jamestaylor7025 ปีที่แล้ว

    Hello Charlie. What a great video - just what I was looking for. I am trying to return a random number into the gcode environment and put it into a parameter e.g. #100, and i think that this method will do it. I found this in the VBScript_Commands.pdf:
    Sub Main
    Dim MValue
    Randomize ' Initialize random-number generator.
    MValue = Int((6 * Rnd) + 1)
    Print MValue
    End Sub
    Could this be modified to do the trick?
    Thanks in advance.