Hello Guest it is April 18, 2024, 03:41:33 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 - mwshakoor

Pages: 1
1
VB and the development of wizards / Re: Mach3 ShutDown
« on: August 14, 2016, 07:24:35 AM »
for windows 7 use

Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "%+{F4}"
Sleep (20)      'Wait 20milliseconds
WshShell.SendKeys ("Y" )      'Y = Yes


2
VB and the development of wizards / Re: Mach3 ShutDown
« on: August 14, 2016, 06:01:39 AM »
You can use this macro to shutdown mach3

'Code Start
SendKeys ("%+{F4}" )    'Alt+F4
Sleep (20)      'Wait 20milliseconds
SendKeys ("Y" )      'Y = Yes
'Code End

make macro file i.e m1011.m1s
the you can either quit mach3 using MDI line or by adding button to your screen.


3
General Mach Discussion / Re: Lathe Threading Problem
« on: August 08, 2016, 12:21:51 PM »
ok i found problem..
Latest version i am using was demo.
When i downloaded rev 1.83 there was license file. Sorry to say it is pirated..
I will buy a license from artsoft asap.

4
General Mach Discussion / Lathe Threading Problem
« on: August 08, 2016, 12:07:54 PM »
Hello,
mach3 lathe threading not working on Mach3Version3.043.066

but thread cutting is working perfectly on older version Mach3VersionR1.83.027

i have checked few other versions but to avail nothing.

Also, start from here function is not working on latest version but working on Mach3VersionR1.83.027

Please suggest me solution.

What am i missing?

5
General Mach Discussion / How many parallel ports can we use with mach3?
« on: August 06, 2016, 01:03:52 PM »
Hello,
I want to know how many maximum parallel ports we can use with one mach3 system?

I know we can use two ports, one for motor motion control and second one for I/O.

Can we use more than 2 ports by adding pci LPT cards?

Pages: 1