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

2018-12-15 Thread nkp216
Has anyone ever had experience setting up (source code editing) Axis (gremlin) for horizontal boring machines? https://imgur.com/gallery/m8UhfDJ Now 3d view is not very convenient. ___ Emc-users mailing list Emc-users@lists.sourceforge.net

[Emc-users] deadband = 0

2019-08-08 Thread nkp216 .
Question on servo tuning. there is such an opinion: "I don't think deadband is useful in velocity mode. You will always get dithering between adjacent counts - deadband just makes it dither across a bigger discontinuity." https://sourceforge.net/p/emc/mailman/message/26413261/ is that

[Emc-users] grab focus

2019-10-12 Thread nkp216 .
How does Axis grab focus in entries gladevcp panels ? In Gmoccapy cursor is visible. In Axis he is not ! (the gladevcp panel is the same) ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

[Emc-users] disconnect .var file

2019-12-28 Thread nkp216 .
Hello! Can I somehow disconnect .var file? Is it possible ? To replace it: #!/bin/bash rm /home/cnc/linuxcnc/configs/test/sim.var.bak rm /home/cnc/linuxcnc/configs/test/sim.var sleep 3s linuxcnc /home/cnc/linuxcnc/configs/test/test.ini ___

[Emc-users] ./axis translate

2021-06-22 Thread nkp216
if you use : [DISPLAY] DISPLAY = ./axis the interface is not translated. most likely I have to edit some paths to translation files maybe someone did something like that? ___ Emc-users mailing list Emc-users@lists.sourceforge.net

[Emc-users] switch_two_spindle_ZA

2021-05-07 Thread nkp216
the machine works with a parallel port it is required to switch outputs from stepgens depending on the tool number: M6T1 - axis Z worked, M6T2 - axis A worked, M6T0 - both axes worked simultaneously the component was written : component switchZA "switch spindle Z A"; pin in bit stepz

Re: [Emc-users] ./axis translate

2021-06-28 Thread nkp216
seems to work #BASE = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "..")) BASE = "/usr" вт, 22 июн. 2021 г. в 11:29, nkp216 : > if you use : > > [DISPLAY] > DISPLAY = ./axis > > the interface is not translated. > > most likely I

[Emc-users] Accuracy of the resolver.

2021-02-21 Thread nkp216
How to calculate the accuracy of the resolver? 1.Does this calculation make sense? https://forum.linuxcnc.org/27-driver-boards/39629-1988-fadal-4020-conversion-thoughts-mesa-6i24-7i49?start=10#176312 2. And if the gear ratio is made 1:5 ? ___

Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread nkp216
https://youtu.be/Lj0fYeOYWqU 2021-07-18 21:11 GMT+03:00, 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 ) > >