saving the kmotion cnc jogged value to a permanent common variables
Moderators: TomKerekes, dynomotion
saving the kmotion cnc jogged value to a permanent common variables
Respected sir,
I have an doubt that, is there a way to move the kmotion cnc jog value directly moved a permanent variable by configuring a button in the screen.
what is the purpose of measure button and how we need to configure the use of measured value in the program. By reading the manual, I can understand that its a matrix of value.
I have an doubt that, is there a way to move the kmotion cnc jog value directly moved a permanent variable by configuring a button in the screen.
what is the purpose of measure button and how we need to configure the use of measured value in the program. By reading the manual, I can understand that its a matrix of value.
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: saving the kmotion cnc jogged value to a permanent common variables
I don't understand the question. What is a cnc jog value?is there a way to move the kmotion cnc jog value directly moved a permanent variable by configuring a button in the screen.
The measure button can be used for building a geo correction file. See here.what is the purpose of measure button and how we need to configure the use of measured value in the program. By reading the manual, I can understand that its a matrix of value.
If an empty file, except for the first 3 lines which define the grid, is created then each push of the measure button will add one measured point to the file. So a geo correction file can be created by moving to corrected grid points and pushing the measure button at each point.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: saving the kmotion cnc jogged value to a permanent common variables
respected sir,
thanks for your clarification regarding the geo file. after creating a geo file and how can i use the value in the geofile.
thanks for your clarification regarding the geo file. after creating a geo file and how can i use the value in the geofile.
Re: saving the kmotion cnc jogged value to a permanent common variables
I don't understand the question. What is a cnc jog value?is there a way to move the kmotion cnc jog value directly moved a permanent variable by configuring a button in the screen.
As you know, the above screen is the kmotion cnc screen and there is an option to jog the corresponding axis where ever i want. my question is that whether i can read or store the value displayed in the screen whenever i jog our axis, by pressing a customized button and use that value directly in my gcode variable. That is whenever i press that customized button my coordination value used in the gcode need to be replaced with that jog value.
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: saving the kmotion cnc jogged value to a permanent common variables
Did you read the link?after creating a geo file and how can i use the value in the geofile.
See the SetFixtureZ.c example which reads the KMotionCNC DROs and uses it to adjust the GCode Fixture Offset by changing a GCode Variable.my question is that whether i can read or store the value displayed in the screen whenever i jog our axis, by pressing a customized button and use that value directly in my gcode variable. That is whenever i press that customized button my coordination value used in the gcode need to be replaced with that jog value.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: saving the kmotion cnc jogged value to a permanent common variables
Respected Sir,
i had read the link you have mentioned. The link you mentioned have detail about geo table but my question is how can define the geotable values in my gcode. that is whether the value in the geotable is used by default without defining in my program.
regards,
M.Ajith Arawinth.
i had read the link you have mentioned. The link you mentioned have detail about geo table but my question is how can define the geotable values in my gcode. that is whether the value in the geotable is used by default without defining in my program.
sure sir i will try that example program.See the SetFixtureZ.c example which reads the KMotionCNC DROs and uses it to adjust the GCode Fixture Offset by changing a GCode Variable.
regards,
M.Ajith Arawinth.
Re: saving the kmotion cnc jogged value to a permanent common variables
Respected Sir,
I had gone through the program but i have tested the program in kmotion but i dont know where the value is saved. i had noidea how to use that program in my application. whether i need to assign the program in user button in toolsetup screen in kmotion cncSee the SetFixtureZ.c example which reads the KMotionCNC DROs and uses it to adjust the GCode Fixture Offset by changing a GCode Variable.
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: saving the kmotion cnc jogged value to a permanent common variables
When the SetFixtureZ.c program executes you should see the KMotionCNC Z DRO change to zero. You can see that a Fixture Offset changed by using the fixture offset edit screen. Fixture offsets for all the axes and all the fixtures are stored in GCode Parameter Variables starting at #5201. The Variable for G54 Z is #5223I had gone through the program but i have tested the program in kmotion but i don't know where the value is saved.
If you want the program to run when a User Button is pushed then yes.whether i need to assign the program in user button in toolsetup screen in kmotion cnc
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: saving the kmotion cnc jogged value to a permanent common variables
Respected Sir,
Are you saying that if i jogged my motor to a certain position using the kmotion cnc screen and then execute SetFixtureZ.c program.the value in the dro will changed to 0 and the fixture offset value will be changed to the jog value. but when i execute SetFixtureZ.c program in kmotion ,i think there is a 'get' command used in the program to get value from the user but the program didnt wait to get value from the user.When the SetFixtureZ.c program executes you should see the KMotionCNC Z DRO change to zero. You can see that a Fixture Offset changed by using the fixture offset edit screen. Fixture offsets for all the axes and all the fixtures are stored in GCode Parameter Variables starting at #5201. The Variable for G54 Z is #5223
yes i want and is it possible to assign that c program to a button. and how can i do it.If you want the program to run when a User Button is pushed then yes.
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: saving the kmotion cnc jogged value to a permanent common variables
CorrectAre you saying that if i jogged my motor to a certain position using the kmotion cnc screen and then execute SetFixtureZ.c program.the value in the dro will changed to 0 and the fixture offset value will be changed to the jog value.
No it doesn't ask anything of the Operator.but when i execute SetFixtureZ.c program in kmotion ,i think there is a 'get' command used in the program to get value from the user but the program didnt wait to get value from the user.
See here.yes i want and is it possible to assign that c program to a button. and how can i do it.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.