Hello Guest it is April 19, 2024, 01:30:53 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 - gautamgtm

Pages: 1
1
General Mach Discussion / Re: Mach3 through Command line in Windows
« on: May 30, 2014, 01:27:30 AM »
For controlling a machine, generally we have to load our profile in mach3 and then we can control the stepper motor through the interface or through VBscript.
But we have to first open the mach3 application and then load the VBscript by our-self.
I want to know if I can run the VBscript through command prompt, so that I need not open mach3 by myself.

Thank you in advance.
Guatam

2
General Mach Discussion / Mach3 through Command line in Windows
« on: May 29, 2014, 04:50:25 AM »
Is it possible to control Mach3 using Command line in Windows?
I have a VBScript stored in the folder as
c:\mach3\code.m1s

I know it is possible to load a profile in Mach3 using the command
c:\mach3\mach3.exe /p smoothstepper

But then I have to run the VBScript myself using the VBScript from the UI manually.
I want to knoiw if I can do that through command line, so that I can automate that using a script.

Thanks in advance

Gautam

Pages: 1