On 02/21/2015 10:17 AM, John Thornton wrote:
> Just exploring the GladeVCP angle and I can not find a way yet to send
> output to Axis like I do with my G code Generators.

The UI I worked on has the conversational g-code appended to a string 
variable. The conversational process concludes with a Post which saves 
the g-code variable to a file. Then loads the file to the code and plot 
views. I haven't done anything on the file handling side so I don't know 
any details.

We also use g-code files as probing routines. In this case one or a few 
numbered parameters are calculated, then passed with an MDI call for an 
o-word file.

self.command.mdi('o<probe_corner>' + 'call [%f]' % (feedrate))

http://www.linuxcnc.org/docs/html/gcode/o-code.html#_calling_files

-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to