well, AXIS by itself should be able to run remotely. The only thing is that 
it usually exports some HAL pins for convenience use.
I remember adding an option to prevent that.
from src/emc/usr_intf/axis/scripts/axis.py:
    if os.environ.has_key("AXIS_NO_HAL"):

So you need to do this before running AXIS on the remote machine:
    export AXIS_NO_HAL=1

Regards,
Alex


----- Original Message ----- 
From: "Kirk Wallace" <[email protected]>
To: "Enhanced Machine Controller (EMC)" <[email protected]>
Sent: Saturday, March 13, 2010 2:28 AM
Subject: [Emc-users] Setting AXIS Free


>A while back I set up a host and remote by redirecting NML. At the time
> I used full EMC2 installs on both ends. TkEmc is documented as being
> able to run stand-alone and AXIS was being tweaked to do the same, but I
> didn't follow up on it. I need some hints on how to install and run
> stand-alone AXIS on a standard Ubuntu PC (userland only). Thanks.
>
> -- 
> Kirk Wallace
> http://www.wallacecompany.com/machine_shop/
> http://www.wallacecompany.com/E45/index.html
> California, USA


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to