How to create a new user macro in Mach3

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ส.ค. 2020
  • - How to create a new macro M779.m1s
    - Sample code (Visual Basic)
    - Run macro M779.m1s in MDI screen
    (using the predefined MachMsg in mach3)

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

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

    Hello sir,
    I have lathe machine..but mach3 not supported G71- Turning cycle.
    Can you arrange turning cycle for mach3 lathe please

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

    Hello sir,
    I have mach3 controlled CNC Lathe.But mach not supported for #G71- Turning Cycle , can you arrange macro for that code function please sir..try to make that please it very useful for me and everyone..am totally depending by you please sir

  • @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

    • @alpha-go9226
      @alpha-go9226  ปีที่แล้ว

      I guess you can refer to ActivateSignal(OUTPUT_) to activate output signal and may use IsActive() to check the state of input signal. Cheer.