Hello Guest it is April 19, 2024, 09:10:51 PM

Author Topic: Could someone explain what is a macro pump  (Read 5433 times)

0 Members and 1 Guest are viewing this topic.

Could someone explain what is a macro pump
« on: December 30, 2009, 07:41:59 PM »
Like the title says.

This sound like a great add on to any machine but can't figure out what it is and how it works.

Thanks in advance.

Jeff

Online Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: Could someone explain what is a macro pump
« Reply #1 on: December 31, 2009, 11:01:39 AM »
The macropump is a Visual Basic macro that runs in the background of mach, it can be used to watch and control many functions.

Just create a macro in the VB editor and save it into the macro folder named macropump.m1s you need to then enable the function in gen. config save and restart Mach3

Graham
Without engineers the world stops
Re: Could someone explain what is a macro pump
« Reply #2 on: December 31, 2009, 11:05:24 PM »
When he means "runs in the background of mach" it means the custom VB code written and saved as macropump.m1s is being executed repeatedly, say 20-25 times per second, depending on the complexity of the code.

The macro will start running when Mach3 is loaded, and will stop running until you exit Mach3.

I'm not quite sure if macropump will still be running if the E-Stop is pressed, can someone clarify this?

Its best to keep the code as simple as possible, in order for Mach3 to be more versatile.

Just my 0.000000 cents XD

Re: Could someone explain what is a macro pump
« Reply #3 on: June 12, 2010, 01:23:32 AM »
Where the "enable the function in gen. config save and restart Mach3
gys16435@sina.com