Thanks for the info Keith, now I just need to get the time and 
experience. I have most of my coding in that "w" word.

Andy

Keith Rumley wrote:
> Andy,
>
>   
>> Is there anyway to add this as a feature?
>>
>> Andy
>>
>>     
>
>
> This is from EMC1 interpreter experience, so some terms may have changed.
>
> The ini file access point for the interpreter (in EMC2) was at one point in 
> rs274ngc_pre.cc, where you should find a function like "ini_load(const char 
> *filename)" which grabs the interpreter related ini stuff.
>
> Declare the variable in canon.hh, and copy/paste the existing parameter grab
> in the ini_load() function and modify it to get/test the ini variable you've
> created.
>
> To remove the M02 effects, look at convert_stop, in the interp_convert.cc
> file. A simple if (!your_ini_flag_variable){m02_code_here} around the m02
> conditional code should do the trick for what I think you're asking.
>
> Regards,
>
> Keith Rumley 
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to