Hello Guest it is April 28, 2024, 06:24:55 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - swanner

Pages: « 1 2 3 4 5 6 »
11
VB and the development of wizards / Re: Ref All Home script
« on: October 05, 2011, 05:01:09 PM »
USB connection to Industry Controls MCB-1

12
General Mach Discussion / Re: Adding a physical button to control outputs
« on: October 05, 2011, 02:48:16 PM »
No, I have 4.001.031 - I updated the mach.exe file a few weeks ago when I was having issues with a dubious soft limit warning that I'm still have half the time.

13
VB and the development of wizards / Re: Ref All Home script
« on: October 05, 2011, 02:13:19 PM »
Yes. Just tested. 24=z 23=y 22=x

And...uhhh....what??? Just guessing I would say no.

14
General Mach Discussion / Re: Adding a physical button to control outputs
« on: October 05, 2011, 01:18:35 PM »
When I restart the brains are disabled, enabling them give that message but they work after. I'm connected to the controller via USB (Industry Controls MCB-1). See brain attached.

15
VB and the development of wizards / Re: Ref All Home script
« on: October 05, 2011, 01:16:58 PM »
It's using three different inputs - on the diagnostics screen Z is M3Home, Y is M2Home, and X is M1Home, those are the LEDs that blink when the switches are hit. I'm only running one machine so no worries there.

16
VB and the development of wizards / Re: Ref All Home script
« on: October 04, 2011, 11:50:25 AM »
I believe all the home switches are using separate pins. On the control board each axis has home/limit++/limit-- inputs if I remember correctly. If they were using the same pin how would it differentiate between them when it reaches one? I'll take a look at it in a little while.

17
General Mach Discussion / Re: Adding a physical button to control outputs
« on: October 03, 2011, 10:52:25 PM »
Thanks, that did it regarding how I want it to work but I'm still getting the bad xml message even after renaming the file...

18
VB and the development of wizards / Re: Ref All Home script
« on: October 03, 2011, 10:07:41 PM »
Tried that and it homes my Z and then my X moves (by itself) but goes past the home switch and trips the limit...?

19
VB and the development of wizards / Ref All Home script
« on: October 03, 2011, 08:36:17 PM »
I know I saw a thread about this not too long ago but I can't seem to find it...anyway, I'm trying to make my machine home Z first, then X and Y at the same time. Right now it does Z, then Y, then X; the script looks like this:

DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )

20
General Mach Discussion / Re: Adding a physical button to control outputs
« on: October 03, 2011, 05:40:45 PM »
I've attached the brain I messing with, this is the last thing I tried, but not matter what I do I'm getting the same results - no manual control over the output once the brain is enabled. Could you give me and example of how to get it to only work if the condition is true and leave it alone when it's false? Any idea on the bad xml read message I'm getting?

Pages: « 1 2 3 4 5 6 »