Hello Guest it is April 19, 2024, 05:50:16 PM

Author Topic: mach3 on waterjet  (Read 2147 times)

0 Members and 1 Guest are viewing this topic.

mach3 on waterjet
« on: December 28, 2014, 01:52:08 PM »
hi , im getting ready to use mach3 and pmdx breakout board on waterjet , setup process already started , but am confused on 1 thing ,i need 2 screen buttons on screen to turn water on/off and abrasive on/off . i can get buttons and leds like i need but how do i associate them with a m-code to send output signal to board to activate relays as needed , also need to be able to use button on screen manually .

thanks
r brintle
Re: mach3 on waterjet
« Reply #1 on: December 29, 2014, 12:14:07 PM »
first assign output# in ports and pin output. then using menu Operator- VB script editor create file in mach3-macros  with extention .m1s  Use M101 and further. for example M101 to turn on water ,M102 to turn off water etc. the script will go like   Activate signal(1)   and  Deactivate signal(1)
Now y
Re: mach3 on waterjet
« Reply #2 on: December 29, 2014, 12:15:58 PM »
sorry,
Now you can assign button on screen with Run VB script in screen designer.