Hello Guest it is April 25, 2024, 07:54:45 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.


Topics - manuel_otto

Pages: 1
1
Flash Screens / Flash Screen - execute G-Code
« on: August 09, 2010, 09:34:45 AM »
Hey everyone,

I'm currently working on a flash screen for mach3 in which I would like to execute a G-Code command.

So I googled a little bit and found this:
http://www.machsupport.com/forum/index.php?PHPSESSID=b4h1r1m6fq0madnpiegqakeq75&topic=7987.0

zealous wrote:
fscommand("Code", 'X 1.0 Y 3.5 Z 2.3')
...should work, but it doesn't work for me....

By the way,
shouldn't be there something with a "G" in the code?
fscommand("Code", 'G0 X 1.0 Y 3.5 Z 2.3') ?

Anyway,
can anyone tell me what im doing wrong?
I can execute G-Code commands with the MDI-input, but not with flash  :-\

And does anyone know where I can get the list with all mach3 fscommand() commands?

Thank you!

Pages: 1