Re: [Emc-users] Remap_error

2016-03-13 Thread nkp
here is my function g711: https://github.com/nkp2169/G71/blob/master/remap.py#L23 if H int - it works if H float - no what am I doing wrong? 13.03.2016 12:48, Michael Haberler пишет: >> Am 13.03.2016 um 09:21 schrieb nkp <nkp...@gmail.com>: >> >> What does th

[Emc-users] Remap_error

2016-03-13 Thread nkp
What does this error mean? https://picasaweb.google.com/107033522069386867580/132016#6261445564700413634 P.S. If not used float H : https://picasaweb.google.com/107033522069386867580/132016#6261445543825452002 --

[Emc-users] tool changer with swiveling arm

2019-01-05 Thread nkp
Are there any examples where the tool is prepared in advance? Machine : tool changer with swiveling arm. like this http://www.electronicsam.com/images/KandT/conversion/toolchangerspindle.JPG (image taken from the forum) ___ Emc-users mailing list

[Emc-users] arc_blending with more than 3 axes

2019-01-21 Thread nkp
"I haven't implemented arc blending with more than 3 axes yet. However, the last big refactor will make it easier to do that in the future. The big obstacle is that it requires changing how the trajectory planner treats velocity and arc length internally. Right now, the path progress and velocity

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-16 Thread nkp
I think it would be logical to turn the axes in sync with the table: https://www.youtube.com/watch?v=Qfj021uKGq4=youtu.be ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-16 Thread nkp
I am satisfied with the fact that the coordinate system now moves when the table is “rotated”. (This is seen in the video.) I think it would be logical to turn the axes in sync with the table: https://www.youtube.com/watch?v=Qfj021uKGq4=youtu.be I suspect that static workpiece and moving

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
If the axes are positioned in this way: https://imgur.com/gallery/gqfFde0 the perception of the trajectory will be better.(IMHO) What would change? Are you wanting to add the radial axis? ___ Emc-users mailing list

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
Now it looks like this: https://imgur.com/gallery/cW2PQbO Isn't that view identical to the top-down view of a conventional mill? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
if in glnav.py (function set_view_p) edit : self.lat = 0 self.lon = 0 p_view - normal (but rotates around Z axis( require - around Y) You can change the views here: https://github.com/LinuxCNC/linuxcnc/blob/master/lib/python/glnav.py#L395

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
retrofitting big_machine (17t) (EMC2_control) What are you trying to do? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
Thanks! But now required Axis. ps Vismach in some tasks was limited: https://www.mail-archive.com/emc-developers@lists.sourceforge.net/msg17936.html but VisMach is pretty easy to visualize the placement ___ Emc-users mailing list

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
https://www.mail-archive.com/emc-developers@lists.sourceforge.net/msg17937.html ps Vismach in some tasks was limited: ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-15 Thread nkp
Thanks Andy for the push in the right direction!) I almost got what I wanted. OpenGLTk.py: rotation_vectors = [(1.,0.,0.), (0., 1., 0.)] rotates around Y axis (but rotates around Z axis( require - around Y) ___ Emc-users mailing list

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-19 Thread nkp
The video shows the principle of visualization of a rotating table. To do: to rotate the source contour. https://youtu.be/Gk50wphVu80 ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Axis(gremlin) for horizontal mill

2018-12-21 Thread nkp
More experiments: https://www.youtube.com/watch?v=OKCRbs_kcSQ ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

[Emc-users] How to preset pins

2019-02-02 Thread nkp
How to preset pins in component code? /* sudo halcompile --install example.comp */ component example ; pin out pinname-##-not = True [32] ; ___ Emc-users mailing list Emc-users@lists.sourceforge.net

Re: [Emc-users] Backlash comp monitoring

2020-01-23 Thread nkp
there is a small description in the source code: 'compute_screw_comp()' is responsible for calculating backlash and lead screw error compensation. (Leadscrew error compensation is a more sophisticated version that includes backlash comp.) It uses the velocity in

Re: [Emc-users] ESTOP and ENABLE buttons/indicators on AXIS

2020-01-31 Thread nkp
linuxcnc.py does not exist ,this module is in C 31.01.2020 21:50, John Dammeyer пишет: -Original Message- From: nkp [mailto:nkp...@gmail.com] it is described here: http://linuxcnc.org/docs/2.7/html/config/python-interface.html That describes the program which is great. However

Re: [Emc-users] ESTOP and ENABLE buttons/indicators on AXIS

2020-01-31 Thread nkp
it is described here: http://linuxcnc.org/docs/2.7/html/config/python-interface.html 31.01.2020 21:01, John Dammeyer пишет: Thanks Gene, -Original Message- From: Gene Heskett [mailto:ghesk...@shentel.net] On Thursday 30 January 2020 23:30:37 John Dammeyer wrote: I'm trying to

Re: [Emc-users] ESTOP and ENABLE buttons/indicators on AXIS

2020-01-31 Thread nkp
src/emc/usr_intf/axis/extensions/emcmodule.cc 31.01.2020 21:55, nkp пишет: linuxcnc.py does not exist ,this module is in C 31.01.2020 21:50, John Dammeyer пишет: -Original Message- From: nkp [mailto:nkp...@gmail.com] it is described here: http://linuxcnc.org/docs/2.7/html/config

[Emc-users] chaotic_highlighting

2020-01-28 Thread nkp
Hi! When the Gcode contains subroutines, chaotic highlighting of the active line is observed. (I"m using hal_sourceview.py ) The reason is clear - lcnc highlights the line number from the "main" code , when a subroutine is found - jumps to the line (line number) from the subroutine. Is there

Re: [Emc-users] disconnect .var file

2019-12-28 Thread nkp
I do not want Lcnc to remember offsets. 28.12.2019 14:11, N пишет: Have a line in my filename.ini file like the one below, where filename is whatever name of your configuration files have. HALFILE = filename.hal Hello! Can I somehow disconnect .var file? Is it possible ? To replace it:

Re: [Emc-users] disconnect .var file

2019-12-28 Thread nkp
is that simple? =) Thanks! 28.12.2019 19:36, Gene Heskett пишет: If you have that file named in your .ini, make it ="". ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] disconnect .var file

2019-12-28 Thread nkp
tried to set: [RS274NGC] PARAMETER_FILE = "" emc creates too files named "" and "".bak = tried to set: [RS274NGC] PARAMETER_FILE = emc creates too files named rs274ngc.var and rs274ngc.var.bak ___

Re: [Emc-users] disconnect .var file

2019-12-28 Thread nkp
it seems to work fine thanks!! 28.12.2019 21:50, Dewey Garrett пишет: Try: RS274NGC] PARAMETER_FILE = /dev/null Ref: https://en.wikipedia.org/wiki/Null_device ___ Emc-users mailing list Emc-users@lists.sourceforge.net

Re: [Emc-users] ensure_mdi function call

2020-03-31 Thread nkp
in this case the mode does not switch: that is - when you press F5, the mode remains "manual" 01.04.2020 00:42, andy pugh пишет: So seems deliberate. ___ Emc-users mailing list Emc-users@lists.sourceforge.net

[Emc-users] ensure_mdi function call

2020-03-31 Thread nkp
--- axis2.7.15.tcl +++ axis.master.tcl ... ... ... @@ -804,7 +822,7 @@ $_tabs_manual configure -borderwidth 2 $_tabs_mdi configure -borderwidth 2 -${pane_top}.tabs itemconfigure mdi -raisecmd "[list focus ${_tabs_mdi}.command]; ensure_mdi" +${pane_top}.tabs itemconfigure mdi -raisecmd "[list

Re: [Emc-users] ensure_mdi function call

2020-04-01 Thread nkp
for instance halui.mode.is−mdi 01.04.2020 21:31, andy pugh пишет: (Where are you reading the mode?) ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] ensure_mdi function call

2020-04-01 Thread nkp
I tried to make such a feature : https://imgur.com/fPVBktb in version 2.7 it works https://youtu.be/X9R3icekrTY ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

[Emc-users] custom_G42 rs274

2020-04-26 Thread nkp
I want the interpreter to handle the compensation path, like this: https://imgur.com/xs9e3BJ https://imgur.com/Zo5pvHR I'll try to change for myself convert_straight(), convert_straight_comp1() , convert_straight_comp2() Maybe someone similar already did ?

Re: [Emc-users] cloning hard drive to new SSD

2020-04-22 Thread nkp
I use Clonezilla for this. Great-great program! https://clonezilla.org 23.04.2020 06:37, R C пишет: if the new disk is smaller, unlikely nowadays, you might be able to shrink it image you created (if you did), effectively it just truncates the file/iso and leave the empty space out. On

[Emc-users] Can Linux CNC control twin turrets

2020-05-24 Thread nkp
Based on the topic on the forum https://forum.linuxcnc.org/38-general-linuxcnc-questions/19055-can-linux-cnc-control-twin-turrets If we need alternate work. Is it possible to apply such a scheme? Switch mux-demux allowed only if turretA and turretB in zero position.

Re: [Emc-users] switch_two_spindle_ZA

2021-05-07 Thread nkp
thanks Andy 07.05.2021 14:49, andy pugh пишет: On Fri, 7 May 2021 at 12:27, nkp216 wrote: addf switchZA.0 servo-thread ... can a component cause problems for stepper motors - they are jerky Your switch would need to run in the base-thread to transfer steps directly. I am not 100%

Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread nkp
sorry for the brevity - language barrier > > axis > > > > flag = 0 And what do these two lines do? line flag = 0 this line should be added to the file /usr/bin/axis (if RIP version - bin/axis ) = > it? What does it do? Does it work with external jog buttons? yes, all

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread nkp
jogaxisget.comp: // sudo halcompile --install jogaxisget.comp component jogaxisget "determines which axis jogging"; pin in bit Xin0 "axis.0.kb-jog-active"; pin in bit Xin1; pin in bit Yin0 "axis.1.kb-jog-active"; pin in bit Yin1; pin in bit Zin0 "axis.2.kb-jog-active"; pin in bit Zin1; pin