I'm running 2.4.3. I'll give it a try and see if it works for this version.
I'll report back once I've tried it.

Thanks!!
Tony

On 3/16/2012 9:06 AM, Schooner wrote:
> Hi
>
> Have now had a play with this and found how to get it working with 2.5
>
> Comment out the lines
> #iniFile = emc.ini(os.environ['INI_FILE_NAME'])
> #emc.nmlfile = s.path.join(os.path.dirname(os.environ['INI_FILE_NAME']),
> #iniFile.find("EMC", "NML_FILE"))
>
> Change the lines
> emcStat = emc.stat();
> emcCmd = emc.command()
>
> to
>
> emcStat = emc.stat();emcCmd = emc.command()
>
> Change the lines at about 52-54 with the backslashes in strange places
> so that the '\' are end of line continuation markers, as per bash
>
> The module then loads and when toolchange commanded, the dialog appears
> and you can jog all axes.
>
> However I found that I had to cycle to and from AXIS using Alt/Tab to
> get focus for mouse clicks to work and had to press F2 (machine on/off)
> to get out of this state.
>
> Not sure how it was intended to work, but it sort of does
>
> regards
>
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to