Hello Guest it is May 11, 2024, 10:45:09 PM

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 - Bill_O

461
General Mach Discussion / ethernet pendent
« on: October 23, 2012, 03:43:38 PM »
Does anyone make an ethernet pendent?

Bill

462
CS-Lab / Re: inputs
« on: October 22, 2012, 09:17:42 AM »
Hood,
I had port 10 but pin 1.
It is working now.
Thanks,
Bill

463
CS-Lab / inputs
« on: October 19, 2012, 04:36:04 PM »
I am just getting started setting up my CSMIO IP-M
With only a switch to do some testing i am not getting it to be seen by mach or the Modules Diagnostic inputs.
I can see it turn on and off on the Digital IO and on the module itself.

464
General Mach Discussion / Re: combining gcode
« on: February 23, 2012, 07:52:26 AM »
are you still looking for a way to do this?
i have made a setup that you load 2 files and it opens and runs them in order.
you need to be able to do some custom screens and macros and custom buttons but it works well

bill

465
General Mach Discussion / Re: run from here problem
« on: February 22, 2012, 10:28:42 AM »
Hood,

Bingo.
You get the Golden Widget for today.

Thanks,
Bill

466
General Mach Discussion / run from here problem
« on: February 22, 2012, 09:12:29 AM »
I have a custom screen set that has a Run From Here button in it.
This is the code on the button;

DoOEMButton(1016)
SLEEP(10)

On one computer it works fine. On a different computer it does not work.
They both have the same .set and .xml file.

Any ideas?

Bill

467
General Mach Discussion / Re: loadfile problem
« on: February 01, 2012, 11:35:52 AM »
never mind
brian let me know what the problem was
needed quotes
LoadFile ("C:\MACH3\GCODE\new table mill.tap")

468
General Mach Discussion / Re: M7 and M9 controls
« on: February 01, 2012, 11:15:23 AM »
john,

make your own m codes to turn it on and off. pick some numbers like M100 and M101

bill

469
General Mach Discussion / loadfile problem
« on: February 01, 2012, 11:12:16 AM »
I have a button that loads a special file. I am getting a syntax error on the following line.
LoadFile (C:\MACH3\GCODE\new table mill.tap)
What is wrong?

Bill

470
General Mach Discussion / Re: rapid jog
« on: January 03, 2012, 09:33:30 AM »
Graham,

I am using the correct codes. I did check to make sure. I always assume I messed up. LOL
The arrow keys work for the slow jog speed but the shift + arrow key gives me no movement.
If I use the 1024 screen set it works.
I know I am just missing something.

Bill