Machsupport Forum
Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: terminaterx300 on August 10, 2011, 12:27:51 PM
-
I dont have source so could i edit from m3p file.
And with Cycle Jog Step,could i separate to some buttons from 1mm to 0,0001mm replace original only one button
-
any one can solve my matter ???
-
I think the Mp3 is compiled code. Unless you can read and write in machine code I don't think you can modify the MP3 directly.
As to the Job step use the Jog flyout panel and set the set value to whatever value you want, you have a selection. You can also change the the values that the step jog values are chosen from in CONFIG.
If you are wanting seperate step jog buttons then use screen4 and add buttons to you screen then add the jog value code you want.
0.0001mm step ??? Does your machine axis resolution even support that small of a move? Mach can only move at the smallest step resolution of the axis
(;-) TP
-
I think the Mp3 is compiled code. Unless you can read and write in machine code I don't think you can modify the MP3 directly.
As to the Job step use the Jog flyout panel and set the set value to whatever value you want, you have a selection. You can also change the the values that the step jog values are chosen from in CONFIG.
If you are wanting seperate step jog buttons then use screen4 and add buttons to you screen then add the jog value code you want.
0.0001mm step ??? Does your machine axis resolution even support that small of a move? Mach can only move at the smallest step resolution of the axis
(;-) TP
thx man ,i did it with OEM code for each value
I using servo and i think i can reach to 0.00001 ( 5mm ball screw and 100000p/r encoder) but 0.001 is enough ^^
I dont have source code so maybe read and edit m3p file is impossible
p/s i try to get the source code to modify it