How to create a new user macro in Mach3

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 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.