Re: [Emc-users] Two machine configurations -> g-code check

2024-04-27 Thread Tomaz T .
That is correct, I don't use "B" axis on head/head in case/config where workpiece is rotating so in this config B axis is used for that and head/heads "B" axis is in this case/config as A axis and used only for homing. In g-code A is not programed in any case. If machine is used as classic

Re: [Emc-users] Two machine configurations -> g-code check

2024-04-27 Thread Tomaz T .
I did try your code for M100 (M100 is first line of g-code) but I guess something isn't ok, as there is no message to be seen (at wrong config) and even at matched config, g-code is not executing forward no matter how many times I hit R... > Did you try my M-code? If one PP inserts M100 and

Re: [Emc-users] Two machine configurations -> g-code check

2024-04-26 Thread Tomaz T .
Machine is 5-axis head-head, but now I have added rotary axis for workpiece turn which is also parallel to B axis, so in one configuration I use 5-axis knematics, for other I don't need to. Now I also have two post processors and I need to be careful to select the right one for the current job,

[Emc-users] Two machine configurations -> g-code check

2024-04-23 Thread Tomaz T .
I have created two configurations of LinuxCNC to be able to run may machine in two different (mechanical) configurations. Now I would like to prevent to run wrong g-code. Is maybe there a custom M-code that I could use for that and it would prevent further execution if it doesn't match with

Re: [Emc-users] Home to index triggers following error

2024-04-17 Thread Tomaz T .
>There is an arbitrarily large position jump when the index >pulse is detected. The position counter is set from >whatever has accumulated during the home move to zero. My >PPMC driver detects index_enable going from 1 to 0 and >suppresses any velocity on the next servo cycle. It still

Re: [Emc-users] Home to index triggers following error

2024-04-16 Thread Tomaz T .
> Is your PID also connected to index-enable (so that it can ignore the > step-change in inputs) Now it is done like this: linksp Bindex <= ppmc.0.encoder.04.index-enable linksp Bindex => axis.4.index-enable ___ Emc-users mailing list

[Emc-users] Home to index triggers following error

2024-04-16 Thread Tomaz T .
What could be reason that home to index triggers following error (rotary axis), as it is shown in HAL scope plot: https://i.ibb.co/FgN61cd/HOME-TO-INDEX-ERROR-1.jpg [https://i.ibb.co/FgN61cd/HOME-TO-INDEX-ERROR-1.jpg] INI: HOME_OFFSET= 0 HOME_SEARCH_VEL= 0 HOME_LATCH_VEL = 2

Re: [Emc-users] 5axiskins rotation

2024-01-12 Thread Tomaz T .
> Are you running RTAI or preempt-rt? fresh install was done from linuxcnc_2.9.1-amd64.hybrid.iso that means it is preempt-rt? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] 5axiskins rotation

2024-01-12 Thread Tomaz T .
> If it says "syntax error in VERSION script" then sorry, I have not > worked out how to fix that. this is what I see in my case ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] 5axiskins rotation

2024-01-11 Thread Tomaz T .
> Are any of the other 5-axis kinematics a good match for your machine? > http://linuxcnc.org/docs/stable/html/man/man9/kins.9.html > http://linuxcnc.org/docs/stable/html/motion/5-axis-kinematics.html Linuxcnc/configs/sim/axis/vismach/5axis/bridgemill/ is the closest configuration, it also

Re: [Emc-users] 5axiskins rotation

2024-01-11 Thread Tomaz T .
> How did you migrate? By just loading the 2.7 config into 2.9? (That > ought to work) I took clean clean config and modify it, as in my old config there was a lot of commented out mess from my learning process. > I know I had same problem years ago on 2.7 or earlier, but I can't remember >

[Emc-users] 5axiskins rotation

2024-01-10 Thread Tomaz T .
I'm working on migration from 2.7 to 2.9.2, machine (5axis head/head) is homing correct, jog works in correct directions for all axes etc ... problem I have, for example if I jog B-axis, X-axis moves in wrong direction. (B-axis rotates around Y-axis clockwise, looking from coordinate zero.) I

Re: [Emc-users] PCIe parallel port card suggestion

2024-01-02 Thread Tomaz T .
>But; why doesn’t the onboard port work? It really would be expected to. lspci - did not return any useful information about onboard lpt dmesg did: [5.032598] ppdev: user-space parallel port driver [5.036312] parport_pc 00:01: reported by Plug and Play ACPI [5.036380] parport0:

Re: [Emc-users] PCIe parallel port card suggestion

2024-01-01 Thread Tomaz T .
Thank you for suggestion 7I92TH is now actual version I guess? I'm using Universal PWM Controller from Pico, this should work OK together?   >I'd be more inclined to change over to the MESA 7i92H and get two parallel >port cards with all the high end capabilities of that product for smoother

[Emc-users] PCIe parallel port card suggestion

2024-01-01 Thread Tomaz T .
As I had to change computer with a newer one, and onboard parallel port isn't working, I need PCI express parallel port card. Which chipset or brand is verified to work well with lcnc? ___ Emc-users mailing list Emc-users@lists.sourceforge.net

Re: [Emc-users] Chinese 400W AC servo + driver selection

2021-12-16 Thread Tomaz T .
rgerda.com/product/607.html > > Be prepared for larger than normal motor shafts, 220VAC operation. The > contact is Donald Chen. > > John Dammeyer > >> -Original Message- >> From: Tomaz T. [mailto:tomaz_...@hotmail.com] >> Sent: December-16-21

[Emc-users] Chinese 400W AC servo + driver selection

2021-12-16 Thread Tomaz T .
Anyone here has experience with cheap Chinese 400W AC servos (and drivers) from aliexpress. Which combination to choose for on "non commercial" cnc router!? There are so many of them and not much reviews to find ... ___ Emc-users mailing list

Re: [Emc-users] LinuxCNC in use on 5axis

2021-06-20 Thread Tomaz T .
>> Recent project done on my DIY 5-axis, controlled by LinuxCNC, just to >> encourage if anyone taking similar path: >> >> https://www.youtube.com/watch?v=TobQG2T7YV4 >> >First of all. Way cool! > >But I am hungry for more. What is it you made? How is it used? What does the >final product

Re: [Emc-users] LinuxCNC in use on 5axis

2021-06-20 Thread Tomaz T .
on.com/theferalengineer> > >On Sun, Jun 20, 2021, 3:35 PM Tomaz T. wrote: > >> Recent project done on my DIY 5-axis, controlled by LinuxCNC, just to >> encourage if anyone taking similar path: >> >> https://www.youtube.com/watch?v=TobQG2T7YV4 >> >> Regar

[Emc-users] LinuxCNC in use on 5axis

2021-06-20 Thread Tomaz T .
Recent project done on my DIY 5-axis, controlled by LinuxCNC, just to encourage if anyone taking similar path: https://www.youtube.com/watch?v=TobQG2T7YV4 Regards! ___ Emc-users mailing list Emc-users@lists.sourceforge.net

[Emc-users] Circle Diamond Square test - result interpretation

2020-09-02 Thread Tomaz T .
Is there anywhere to be found a good interpretation of Circle Diamond Square test result? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

[Emc-users] 2-axis head -> 5-axis kinematics

2020-03-31 Thread Tomaz T .
Hi all, is there maybe 5-axis kinematics module suited for this kind of 2-axis head design which has A (or B) axis at an angle, for example 50 degrees, like the on from following link:

Re: [Emc-users] who is building big cnc machines with linuxcnc

2020-01-19 Thread Tomaz T .
Hi, mine is not actually retrofit, but it can be used in commercial purposes, and it is 5-axis, electronics from Pico. https://www.youtube.com/watch?v=g2MSzw1MhYU Regards! From: andrew beck Sent: Saturday, January 18, 2020 7:14 PM To: Enhanced Machine

Re: [Emc-users] Feed/Rapid override physical knob selection

2018-10-26 Thread Tomaz T .
I would prefere to have potentiometer style of knobs where I can include scale from 0-120% Like on this picture: https://www.dropbox.com/s/tc315af7ayee3gk/Rotary_switch.jpg?dl=0 Are for this used potentiometer or encoder? ___ Emc-users mailing

Re: [Emc-users] Feed/Rapid override physical knob selection

2018-10-25 Thread Tomaz T .
>I cut too much. These are just examples, not recommendations. > >https://www.ebay.co.uk/itm/183476117151 >https://www.ebay.co.uk/itm/152204137441 I think in my case this kind of controls would be more suitable:

Re: [Emc-users] Feed/Rapid override physical knob selection

2018-10-24 Thread Tomaz T .
>If your knobs are near the mill even without coolant you will probably need >some sort seal to prevent the ingress of swarf. In my case, I'm going to install it on electronics enclosure for mid-size router for milling wooden parts, so no water or moisture at

Re: [Emc-users] Feed/Rapid override physical knob selection

2018-10-24 Thread Tomaz T .
>Work out if you want 6 wire or 4 wire. (Does your Pico board support >differential encoders? If it does you want the 6-wire) I think it takes only 3-wire encoders (A,B,I) >There are two main choices, MPG ( https://www.ebay.co.uk/183476117151) >or potentiometer-style encoder (

[Emc-users] Feed/Rapid override physical knob selection

2018-10-24 Thread Tomaz T .
I would like to add two physical knobs for adjusting Feed Override and Rapid Override. Are there any caracteristics I should be aware of, befre ordering cheapest one from ebay? Any suggestions? PS. I'm using Pico sytems controller board. ___

Re: [Emc-users] Rack and pinion - tension or not

2017-07-31 Thread Tomaz T .
Something like this would reduce backlash to "zero" (without gearbox): https://www.damencnc.com/products/mechanical-components/rack-pinion/r-p-drive-antibacklash-diy-includes-gears15t/_404_w_74_554_GB_1 >It ocurred to me a while ago that if using a double-helical rack and >pinion then you

[Emc-users] Rack and pinion - tension or not

2017-07-31 Thread Tomaz T .
For my future project (cnc router) I will have to use helical rack and pinion system on two longer axis (2 and 3.5m). There are some designs where pinion is forced against rack with spring tensioner, on the other side, if I follow Atlanta's installation manual for their system, they forbid

Re: [Emc-users] How to add additional condition for enabling machine

2017-07-30 Thread Tomaz T .
newsig pressureOK bit linksp pressureOK <= ppmc.0.din.09.in now, how to properly implement this pin to condition powering up machine? >Electrically you need a way to get this signal on a pin. > >Past that, it well within the capabilities of the HAL to code up that >this pin reading "TRUE" is a

Re: [Emc-users] How to add additional condition for enabling machine

2017-07-29 Thread Tomaz T .
Some more explanation pressure switch is a simple NO switch which is triggered at certain pressure (5.5bar in my case) and that is minimum I need to operate my machine (Z-axis counter weight cylinder). So every time I want to use my machine I (manually) have to open valve for air. I doesn't

[Emc-users] How to add additional condition for enabling machine

2017-07-29 Thread Tomaz T .
I have air pressure switch to control if there is enough air pressure. Now I would like that this is also condition for enabling machine to run. I would need a little help how to correctly add this to hal. -- Check out

[Emc-users] OT - R Drive AntiBacklash

2017-02-25 Thread Tomaz T .
I'm in doing a little research on replacing "low pitch" slow ballscrews with faster R and found this anti backlash system: https://www.damencnc.com/en/components/mechanical-parts/rack---pinion/320 Does anyone here use it, and is it worth of investment compared to single pinion "standard"

Re: [Emc-users] adding hardware pouse/resume button

2016-11-25 Thread Tomaz T .
ct: Re: [Emc-users] adding hardware pouse/resume button On 11/25/2016 10:31 AM, Tomaz T. wrote: > I'm trying to implement hardware push button (NO) for pause/resume program, > but it has no effect and I'm not sure what is wrong or missing > > > I've done this, a toggle button th

[Emc-users] adding hardware pouse/resume button

2016-11-25 Thread Tomaz T .
I'm trying to implement hardware push button (NO) for pause/resume program, but it has no effect and I'm not sure what is wrong or missing Here is code (taken from forum): loadrt and2 count=4 loadrt or2 count=1 loadrt toggle count=1 loadrt toggle2nist count=1 addf and2.0

Re: [Emc-users] max_velocity during execution - multiple axis

2016-11-07 Thread Tomaz T .
rs can be blamed for you not knowing the limitations of your machine (and its software) when you bid your jobs. - Original Message - From: "Tomaz T." <tomaz_...@hotmail.com> To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net> Sent: Monda

Re: [Emc-users] max_velocity during execution - multiple axis

2016-11-07 Thread Tomaz T .
It surprises me that there were not much discussion about this "drawback" regarding TP, when trying to use it on machine and g-code with rotary axis moves. For example in my case I have to do an offer for milling PU foam pieces, where I could use higher speeds for cutting (like 2500mm/min), but

Re: [Emc-users] max_velocity during execution - multiple axis

2016-11-06 Thread Tomaz T .
So for now there is no solution to speed this up till TP will be modified in the way that it will take and "optimize" also moves with rotary axis ...? PS. yes I'm from Slovenia. From: klemenzivko...@gmail.com on behalf of Klemen

[Emc-users] max_velocity during execution - multiple axis

2016-11-06 Thread Tomaz T .
I'm doing some tests on sim.vismach.5axis running full 5-axis code (milling sphere with spiral tool path). I have entered max_velocity and max_acceleration for each axis same as I have on my real machine and also in TRAJ section. So, when I'm running code, machine (sim) it reaches only half of

[Emc-users] OT Q about feed forces calculation

2016-07-26 Thread Tomaz T .
I would need a little help about how to approximately calculate force needed for feed when milling steel (for example 1.1730) with certain tool (flat end cutter), cutting parameters (suggested from cutting tool supplier) etc...

Re: [Emc-users] Unexpected move after Stop

2016-06-26 Thread Tomaz T .
I also tried to prevent this move to happen with lowering Max Velocity slider to zero (before pressing Stop), then warning show up: can't do that (EMC_TRAJ_SET_TELEOP_ENABLE) in auto mode with interpreter idle. > > I seem to recall that 5axiskins links to the tool-length offset, so a > change

Re: [Emc-users] Unexpected move after Stop

2016-06-25 Thread Tomaz T .
Yes I'm using 5axiskins (slightly modified) and till now I didn't noticed this kind of issues. > > Is this a non-trivial kinematics machine? > > I'm working on a machine that does something like this when switching > between forward and inverse kinematics (or maybe the other way around). In >

[Emc-users] Unexpected move after Stop

2016-06-25 Thread Tomaz T .
I'm a bit confused what could cause unexpected move after pressing stop or pause->stop. Here is print screen what happened: https://cdn.pbrd.co/images/1X2RCHL7.jpg Recently I implemented manualtoolchange but the only thing I was modifying were subroutines ... not sure if there could be source

[Emc-users] PID explanation a bit different

2016-04-15 Thread Tomaz T .
Might be interesting to some of you, how PID can be explained from RC (drone) expert :) https://www.youtube.com/watch?v=0vqWyramGy8 -- Find and fix application performance issues

Re: [Emc-users] Spur gear transmission

2016-03-02 Thread Tomaz T .
I did some more analysis based on your proposals, also removed torque force (on bigger spur) in opposite direction with which I tried to simulate some friction ... Here is plot with 15 teeth spur:https://www.dropbox.com/s/5i8s34qnixajldk/Plot_3.jpg?dl=0 and here is plot from gearing using

[Emc-users] Spur gear transmission

2016-03-02 Thread Tomaz T .
I'm working on design and analysis of spur gear transmission with the help of Solidworks. What I need to do is 10:1 transmission ratio, using module 1 size spur gears. Here is what I simulated in SW: - 12 teeth spur gear generated from SW toolbox- 120 teeth spur gear generated from SW toolbox-

Re: [Emc-users] Question about closed loop CNC

2016-01-20 Thread Tomaz T .
Recently I installed Leadshine's nema 34 stepper with integrated encoder, driver used is also from Leadshine, and it is driven by Pico system's Universal Stepper Controller to which is also attached encoder feedback, so system is in close loop and it works very good. One thing I like about

[Emc-users] How to delay spindle-at-speed

2015-05-14 Thread Tomaz T .
I don't have encoder feedback from spindle and in 99% times I'm using same rpm speed, so I know how long it takes spindle to reach programmed rpms... Is there a way to delay motion.spindle-at-speed for few seconds, before it proceeds with g-code?

[Emc-users] Teleop and soft limits

2015-03-29 Thread Tomaz T .
How to properly setup machine, that soft limits wouldn't be ignored when jog in teleop (world mode)? -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored

[Emc-users] stepper lose steps at low speed

2015-03-03 Thread Tomaz T .
What could be the reason that stepper is losing steps at very low speeds? On my machine I have servos for XYZ axes (Pico control), and two (leadshine) hybrid steppers for rotary axes, which I found out that they are loosing steps at very low speeds. I think it might not be related to driver

Re: [Emc-users] stepper lose steps at low speed

2015-03-03 Thread Tomaz T .
Microstep is set to 4000, gearing is 21:1 and it has very very small backlash and its well above my accuracy needs. The thing is that at very low speeds (ie 50deg/min on motor side) it loses so many steps that the error is more then few degrees after reaching final position... Make sure you

Re: [Emc-users] stepper lose steps at low speed

2015-03-03 Thread Tomaz T .
What could be the reason that stepper is losing steps at very low speeds? It could be that the drives are of a type that switches to a standby current when idle. (Though if that always caused problems they clearly wouldn't do it) A recent similar problem on the forum went away when he

[Emc-users] G43 Hn question

2014-12-09 Thread Tomaz T .
I'm frequently using G43 Hn (n-tool number) and this applies tool length offset from tool table (W), and this also applies offset distance to W axis. What bothers me is that after this G43 Hn, I always have to follow it with G0 W0 which moves Z axis upwards (negative Z) for a distance in W axis

Re: [Emc-users] Error on startup Lcnc

2014-10-29 Thread Tomaz T .
I found out that it was entirely hardware problem, because after moving parallel pci card to the other pci slot, it finally started to work. A wild guess might be that the PPMC board is not powered up or not connected? There is a Pico diagnostic program you might try.

[Emc-users] Error on startup Lcnc

2014-10-28 Thread Tomaz T .
Anyone have ideas what could be wrong, and causing me this error on Lcnc startup: Debug file information: Can not find -sec APPLICATIONS -var DELAY -num 1 insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/linuxcnc/hal_ppmc.ko': -1 Operation not permitted my5axis_load.hal:19: exit

[Emc-users] Homing and restarting Lcnc problem

2014-09-06 Thread Tomaz T .
Suddenly I have problem with homing my z axis, as it reaches switch it back's off as it supposed to, but then it doesn't stop on programmed home offset instead it runs over it and keeps searching with its delatching velocity... Next problem occurred after update to 2.7.0 pre, as when I restart

Re: [Emc-users] Homing and restarting Lcnc problem

2014-09-06 Thread Tomaz T .
Commenting out  LP line in modules doesn't help, and also uncommenting install parport_pc /bin/true didn't in /etc/modprobe.d/linuxcnc.conf    Next problem occurred after update to 2.7.0 pre, as when I restart linuxcnc i'm getting error saying: Debug file information:insmod: error

[Emc-users] Slip ring - experiences

2014-07-18 Thread Tomaz T .
Hi, Does anyone here have any experiences with slip ring components? I'm thinking to use it to make one of my rotating axes limitless, but I would need to lead trough this device encoder and limit switch signals and also power lines for one servo and spindle...I'm a bit worried about encoder

Re: [Emc-users] MPG pendant

2014-02-08 Thread Tomaz T .
I have the one with BLUE keypad and works OK, you can read about that here: http://www.linuxcnc.org/index.php/english/forum/24-hal-components/26679-xhc-hb04-wireless-mpg-pendant-hal-module?start=10 Till now I didn't noticed any glitches except display going to sleep after ~40sec These look

[Emc-users] Servo replacement for stepper

2014-01-23 Thread Tomaz T .
I have rotation stage as shown on picture below, and would need some recommendations which servo motor to choose for replacing stepper (nema17 frame size). Stage has 180:1 ratio. Picture: http://www.zappautomation.co.uk/930-large/zxr100ma-miniature-precision-rotary-stage.jpg

Re: [Emc-users] Servo replacement for stepper

2014-01-23 Thread Tomaz T .
Thank you for the info, on their old page can also be found BL motors as small as nema17 frame size. I hope they are still available!   See http://www.automationtechnologiesinc.com/ for some decently priced servo motors. they have both brush and brushless. Their size 23 brushless motors are

Re: [Emc-users] Slow G code

2013-12-06 Thread Tomaz T .
Very nice to hear someone is working on that, I can provide you some complex 3 and 5-axis code generated from NX (siemens unigraphics), and I can also test it on my machine to check for improvements... If you want, I can send you a this code I used for this test mill of

Re: [Emc-users] XHC HB04 pendant buttons and debouncing

2013-11-21 Thread Tomaz T .
I am setting XHC HB04 wireless pendant up. I am almost satisfied how everything works except for bouncy buttons.  Did you maybe found any good workaround to prevent unwanted switching from world to joint mode after executing MDI command programmed for certain button?

Re: [Emc-users] rotary table .... has anyone tried this?

2013-11-02 Thread Tomaz T .
are there any major advantages over encoders in this case of installation? If you can sample for long enough your resolution is infinite. (or, at least, better than your ADC) So, 16 bits of position information is easy and you can have a lot more. Plus all the other resolver advantages

Re: [Emc-users] rotary table .... has anyone tried this?

2013-11-01 Thread Tomaz T .
This could be solution to gain gearing ratio in combination with timing belt... Where would you place tensioner(s) to get rid of backlash ... ? http://picpaste.com/pics/Gearing_01-X1NbZKYn.1383331283.jpg

Re: [Emc-users] rotary table .... has anyone tried this?

2013-11-01 Thread Tomaz T .
But, with a nice multi-pole resolver directly coupled to the table, none of those would matter. can you suggest any? -- Android is increasing in popularity, but the open development

Re: [Emc-users] rotary table .... has anyone tried this?

2013-11-01 Thread Tomaz T .
There are lots of resolvers on eBay. But I am not keen to look up the specs of every one to figure out if they are multi-pole. are there any major advantages over encoders in this case of installation?

Re: [Emc-users] Rotary stage

2013-10-24 Thread Tomaz T .
This one has a bit more specs about accuracy... if I could trust them :I http://bjwn.en.alibaba.com/product/215200677-200438444/Motorized_Rotation_Stage.html On this rotary stage sizes is usually nema 17 frame size, so with 1:180 ratio I could expect minimum 40Nm of torque?Isn't usually there a

Re: [Emc-users] joint_axes3 - info needed

2013-10-16 Thread Tomaz T .
I recently updated on ja4 and issue with jog in world mode is still present. -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [Emc-users] joint_axes3 - info needed

2013-10-15 Thread Tomaz T .
$ ./configure --enable-run-in-place ends with: configure: error: libmodbus3 not found! install with sudo apt-get install libmodbus-dev or disable with I'm trying to install libmodbus 3.1.0 but also doesn't pass without failure... ~/libmodbus-3.1.0$ ./autogen.sh Can't exec libtoolize: No such

Re: [Emc-users] joint_axes3 - info needed

2013-10-15 Thread Tomaz T .
This one worked out. I tested Jog, and there is no difference, so in world mode Jog is still at max_velocity Here you can check if I did correct modification in control.c http://pastebin.com/HLLq5VFu try without modbus ./configure --enable-run-in-place --without-libmodbus

Re: [Emc-users] joint_axes3 - info needed

2013-10-15 Thread Tomaz T .
Any modification needed to make it work properly? I tested Jog, and there is no difference, so in world mode Jog is still at max_velocity World jog works properly on my delta robot (but I have not updated ja3 for a few month there). By the way, joints_axes4 is just released! I hope to

Re: [Emc-users] joint_axes3 - info needed

2013-10-14 Thread Tomaz T .
Trying to compile but $ make  returns me: ~/linuxcnc-fda6359/src$ make Makefile:55: Makefile.inc: No such file or directory Makefile:66: *** Makefile.inc must specify RTPREFIX and other variables.  Stop.    - get current source code of joints_axes3 here:

Re: [Emc-users] joint_axes3 - info needed

2013-10-12 Thread Tomaz T .
There is no difference if I press only arrow on keyboard, or Shift +arrow key, it always jogs with MAX_VELOCITY, which is in my case 85 in both sections [AXIS_n] and [JOINT_n] Here is how my [TRAJ] section looks like: LINEAR_UNITS = mm ANGULAR_UNITS = degree CYCLE_TIME =

Re: [Emc-users] joint_axes3 - info needed

2013-10-12 Thread Tomaz T .
That's right, if I try to jog in joint mode, everything works as it should, as soon as I switch to world mode, there is only max velocity for jog. Yes I'm using slightly modified 5axiskins. Hm, the change that Michał suggests changes teleop mode (aka world mode) jogging speed. Maybe

Re: [Emc-users] joint_axes3 - info needed

2013-10-12 Thread Tomaz T .
http://pastebin.com/JEZtsTvH Pastebin your complete .ini file. -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance.

Re: [Emc-users] joint_axes3 - info needed

2013-10-11 Thread Tomaz T .
Next thing is why where is no effect of velocity settings for jog speeds, it always jogs with maximum velocity defined for that axis for example in continuous jog. Moving Jog Speed slider also has no effect...

[Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
Now i'm running my machine with 2.6pre (master) and would like  to test also joint_axes3. Is there a way to simply update existing one to ja3? -- October Webinars: Code for

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
Ok, before I do this I should ask if after switching to ja3, do I need to do any modifications in my ini/hal file and also kinematics (I'm using 5axiskins)? In case that you get sources from git and don't have any source code changes: $ git branch --track joints_axes3 origin/joints_axes3 $

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
Can you please provide direct link to joints_axes3 branch where I can find those configs etc...? Thank you. in joints_axes3 branch take a look at axis/sim_mm config. changes are: required [KINS]JOINTS setting separate [AXIS_X] [AXIS_Y] sections and [JOINT_n] sections in hal file all

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
$ git branch -track joints_axes3 origin/joints_axes3 returns me fatal: Not a git repository (or any of the parent directories): .git ? In case that you get sources from git and don't have any source code changes: $ git branch --track joints_axes3 origin/joints_axes3 $ git checkout

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
I'm using  deb     http://buildbot.linuxcnc.org/ lucid master-rt deb-src http://buildbot.linuxcnc.org/ lucid master-rt $ git branch -track joints_axes3 origin/joints_axes3 returns me fatal: Not a git repository (or any of the parent directories): .git It should be --track, but that isn't

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
Ok, I added those line here: https://www.dropbox.com/s/09hpcp1mdt6545o/sources.jpg but in update manager have nothing to update, also tried with $ sudo apt-get update $ sudo apt-get upgrade what did I missed? Thanks for testing joints_axes3! That's very helpful. joints_axes3 is currently an

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
Got it! Now, regarding INI file, there is added MAX_JERK and can't find what's it's function, to set it correctly? The 'apt-get upgrade' won't move from master to ja3, you need to do that by hand. First run apt-cache policy linuxcnc, that'll list all versions of the linuxcnc package that

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
The joints_axes branch needs some config changes, I've tried to write down what you need to change here: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?JointAxesBranch Regarding hal file modification, I hope my understanding is right ... AXIS_n changes to JOINT_n axis.n. changes to joint.n. for

Re: [Emc-users] joint_axes3 - info needed

2013-10-10 Thread Tomaz T .
I was referring to this sample:   http://github.com/araisrobo/linuxcnc/blob/feature/usb-rigid-tap/configs/sim/axis/axis_mm.ini#L149 If there is no need for it, I'll config without it Now, regarding INI file, there is added MAX_JERK and can't find what's it's function, to set it

[Emc-users] Following error pin

2013-10-08 Thread Tomaz T .
I have two motor drivers (for axis 4 and 5) which have alarm signal telling me that motor is off position, and would like to connect that in linuxcnc, so when it is active it would trigger following error for certain axis. Which hal pin can I use for that input signals to connect on to?

Re: [Emc-users] Following error pin

2013-10-08 Thread Tomaz T .
Motors are step/dir controlled hybrid steppers that have encoder, and encoder feedback goes only to drivers so linuxcnc doesn't see actual position, and the only thing I could use is alarm signal from driver that would trigger linuxcnc to stop. If it helps, this is driver used in system:

Re: [Emc-users] Following error pin

2013-10-08 Thread Tomaz T .
Motors are step/dir controlled hybrid steppers that have encoder, and encoder feedback goes only to drivers so linuxcnc doesn't see actual position, and the only thing I could use is alarm signal from driver that would trigger linuxcnc to stop. If it helps, this is driver used in system:

[Emc-users] updating linuxcnc

2013-07-21 Thread Tomaz T .
Why I cant thick linuxcnc and linuxcnc-dev in Update Manager? (This change is not coming from a source that supports changelogs.) It's fresh install from LiveCD. -- See

Re: [Emc-users] updating linuxcnc

2013-07-21 Thread Tomaz T .
It's probably also problem caused by dependencies, as it returns: $ sudo apt-get install linuxcnc Reading package lists... Done Building dependency tree        Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or

Re: [Emc-users] axis.py - how to question

2013-07-20 Thread Tomaz T .
I did as you described, but receiving an error on start up, as it's still searching for axis.tcl which I renamed.     Yes, and rename it any different name, so that it is not overwritten on next update of LinuxCNC. There are 2 files: 1) axis in /usr/bin/ this is where I did my

Re: [Emc-users] USB Pendant (XHC HB04)

2013-07-19 Thread Tomaz T .
I have I guess quite recent version of this pendant and have successfully tested on 2.5.2, Frederic also adjusted it for smooth jog in case of using it in world mode..     Now I have installed also 2.6.0-pre (run in place) and there I'm receiving an error, described here:

[Emc-users] axis.py - how to question

2013-07-19 Thread Tomaz T .
Is it possible to somehow update axis.py in my installed linuxcnc (2.5.2)   I would need to add few string related to automatic forcing to world mode   If so, where can I find original axis.py file, to modify it, and how to compile it (if needed)?

Re: [Emc-users] Round column mill/drill conversion

2013-07-03 Thread Tomaz T .
I was also thinking that way, and put it on local ebay and there is quite a lot interest for it, so it will probably be sold in short... I already briefly went trough available machines (locally) and found this candidate, for reasonable price ..

Re: [Emc-users] Jog in world mode - increments

2013-07-02 Thread Tomaz T .
Ok, here is the situation I have related to my previous question. I have MPG control which works perfectly in joint mode. Now what would be the solution to make it useful also in world mode, where only continuous jog is possible? What could be the reason that when I switch to world mode

[Emc-users] Jog in world mode - increments

2013-06-30 Thread Tomaz T .
I'm what could be the reason that when I switch to world mode (after homing) Jog increments selection drop-down menu is greyed out, so I cannot select any jog increment (it stays locked on continuous).In joint mode works ok.

Re: [Emc-users] USB Pendant (XHC HB04)

2013-06-28 Thread Tomaz T .
I would need some help with xhc-hb04.c, I'm trying to compile it, but getting errors on stdlib.h, stdio.h, string.h, math.h probably missing some dev libraries?  I tried with sudo apt-get install build-essential but no success... I have developed a HAL module for this kind of MPG

Re: [Emc-users] USB Pendant (XHC HB04)

2013-06-28 Thread Tomaz T .
-dev install xserver-xorg-input-evdev install xserver-xorg-video-fbdev install xtrans-dev install zlib1g-dev install Le 2013-06-28 10:03, Tomaz T. a écrit : I would need some help with xhc-hb04.c, I'm trying to compile it, but getting errors on stdlib.h, stdio.h, string.h, math.h

  1   2   >