Hello Guest it is April 19, 2024, 06:57:17 AM

Author Topic: macro for the non macro'ish  (Read 13936 times)

0 Members and 1 Guest are viewing this topic.

Re: macro for the non macro'ish
« Reply #10 on: March 03, 2010, 02:26:22 PM »
Yep the macro pump works great!!
I'm hooked I want to run some some more but it seems 1 is the limit. Can the same macropump be written as a brain and work the same way? I would like to watch some temperature switches and position sensors. oh no,, what have you started.
josh

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: macro for the non macro'ish
« Reply #11 on: March 03, 2010, 02:30:30 PM »
Just add more code in the macropump and it will work :)
Slows down a bit if you have too much in it but should be fine for what you want.
Or you can use brains alongside a macropump if you wish to use a brain for something else.
Hood
Re: macro for the non macro'ish
« Reply #12 on: March 03, 2010, 02:47:59 PM »
I'll do that
thanks Hood
Re: macro for the non macro'ish
« Reply #13 on: March 08, 2010, 01:16:39 PM »
Hi

I was hoping you could tell my why my macro is not working correctly on one of Machs older version 2.0.061. This version works great but to turn on output 4 you have to call it P2 not P4.

If GetOemLED(77) Then < " I'm not sure if version 2.0.061 recognizes this line"
Sleep (1000)
If Not IsActive (Input2) Then
DeactivateSignal(Output4)
MsgBox ("Water Flow Is Low Heat has been shut off")
End If
End If
If IsActive(INPUT1) Then
MsgBox ("Water Temperature is High")
End If

I would hate to update this version, its the best running machine in the building.
Thanks
Josh

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: macro for the non macro'ish
« Reply #14 on: March 08, 2010, 02:10:43 PM »
Dont think it being an old version should matter for that but if you attach your xml from that machine I will see if I can find a problem.
Hood
Re: macro for the non macro'ish
« Reply #15 on: March 08, 2010, 02:32:52 PM »
Hope this works!

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: macro for the non macro'ish
« Reply #16 on: March 08, 2010, 02:41:58 PM »
Thats your backups, what you want is the single xml file for the profile you use, if you use standard mill profile it will be called Mach3Mill.xml. If you have a custom profile it will have that name.

You will find the xml in the main Mach3 folder, its not in a sub folder.
Hood
Re: macro for the non macro'ish
« Reply #17 on: March 08, 2010, 03:13:03 PM »
try agian

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: macro for the non macro'ish
« Reply #18 on: March 08, 2010, 03:30:18 PM »
Nope, seems to be a blank xml :(
Third time lucky? ;D

Hood
Re: macro for the non macro'ish
« Reply #19 on: March 08, 2010, 03:45:01 PM »
I don't know but, its showing it needs to be opened with internet explorer?