emc.var variable definition
17 May 2011 10:42 #9860
by Rick G
emc.var variable definition was created by Rick G
I have found reference to many of the different variables in the emc.var file, such as the variables for G54 coordinate systems are stored at 5221 to 5229. Is there a listing of all the variables and their function and which ones might be free for user definition?
Rick G
Rick G
Please Log in or Create an account to join the conversation.
17 May 2011 11:29 #9863
by BigJohnT
Replied by BigJohnT on topic Re:emc.var variable definition
Doing a grep on the 2.5 branch files I get:
src/emc/rs274ngc/interp_array.cc: 5221, 5222, 5223, /* coordinate system 1 */
src/emc/rs274ngc/interp_convert.cc: settings->origin_offset_x = USER_TO_PROGRAM_LEN(settings->parameters[5221]);
so it looks like there might be some info in those two files.
John
src/emc/rs274ngc/interp_array.cc: 5221, 5222, 5223, /* coordinate system 1 */
src/emc/rs274ngc/interp_convert.cc: settings->origin_offset_x = USER_TO_PROGRAM_LEN(settings->parameters[5221]);
so it looks like there might be some info in those two files.
John
Please Log in or Create an account to join the conversation.
19 May 2011 21:58 #9941
by Rick G
Replied by Rick G on topic Re:emc.var variable definition
Thanks John, my only on line Ubuntu computer upgraded a few days ago and now has issues, I will look when i get it sorted out.
Rick G
Rick G
Please Log in or Create an account to join the conversation.
Time to create page: 0.235 seconds