Re: [Emc-users] unshielded cable

2009-05-02 Thread Rob Jansen
Doug, I've seen the responses from other stating it's "kind of OK as long as you watch out". Well, I can tell you it's not OK. Use the cable for anything but steppers, servos, encoders, limit or home switches etc. I have seen problems even when the spindle's VFD signals and stepper cables were

Re: [Emc-users] Are there still gamepad problems in 2.3?

2009-05-02 Thread Jeff Epler
If your configuration uses hal_joystick, it will not work in 2.3.0. This issue was reported before, and it will be fixed in 2.3.1, but that's not released yet. If your configuration uses hal_input, then as far as I know it'll work properly in 2.3.0. Jeff -

Re: [Emc-users] unshielded cable

2009-05-02 Thread Gene Heskett
On Saturday 02 May 2009, Douglas Pollard wrote: >I bought some cable to run stepper motors off of. I was told it was >shielded. It is not. If I try to use this am I going to have problems >caused by stray signals or static? Is it likely to be alright or am I >looking for trouble?? >

Re: [Emc-users] unshielded cable

2009-05-02 Thread Rainer Schmidt
You will have to be careful as they will talk on other lines. You can also limit the effect on homing switch issues and things along that like when you add a ceramic capacitor across the lines of the homing or similar switches. That flattens out the spikes nicely. Rainer On Sat, May 2, 2009 at 8:2

Re: [Emc-users] Tool changer

2009-05-02 Thread robert
Chris Morley wrote: > >> i am just implementing the tool changer and i would like to know when >> setting the current tool with >> M61 Q02 >> this should set current tool in spindle to T02 >> will this also set the iocontrol.0.tool-number = 2 >> as when issuing the above the tool-number value d

Re: [Emc-users] Tool changer

2009-05-02 Thread robert
> In that case, don't use prepare-prepared. Just link the two signals so > that as soon as the prepare is set true, prepared becomes true. Most > example configurations have this because they don't usually have > changers. This will put all of the control burden on the M6. Do you have > a tool pos

Re: [Emc-users] unshielded cable

2009-05-02 Thread Jon Elson
Douglas Pollard wrote: > I bought some cable to run stepper motors off of. I was told it was > shielded. It is not. If I try to use this am I going to have problems > caused by stray signals or static? Is it likely to be alright or am I > looking for trouble?? > If you don't have encoder

Re: [Emc-users] Tool changer

2009-05-02 Thread Kirk Wallace
On Sat, 2009-05-02 at 22:49 +, Chris Morley wrote: > > > i am just implementing the tool changer and i would like to know when > > setting the current tool with > > M61 Q02 > > this should set current tool in spindle to T02 > > will this also set the iocontrol.0.tool-number = 2 > > as when is

Re: [Emc-users] Tool changer

2009-05-02 Thread Kirk Wallace
On Sat, 2009-05-02 at 23:06 +0100, robert wrote: > > My guess is that you need to make sure that your PLC sets > tool-prepared > > true when the tool is ready to be changed. The T word invokes the > > prepare - prepared thread, the M invokes the change - changed > thread. > > You should be able to

Re: [Emc-users] Tool changer

2009-05-02 Thread Chris Morley
> i am just implementing the tool changer and i would like to know when > setting the current tool with > M61 Q02 > this should set current tool in spindle to T02 > will this also set the iocontrol.0.tool-number = 2 > as when issuing the above the tool-number value did not change from 0 to > 2

Re: [Emc-users] Single index threading

2009-05-02 Thread Leslie Newell
Thanks. I'll have a bash at it tomorrow and see if I can get it working. Les Kirk Wallace wrote: > There might be something here: > http://www.linuxcnc.org/irc/irc.freenode.net:6667/emc/2009-03-01.txt > > -- Registe

Re: [Emc-users] Tool changer

2009-05-02 Thread robert
> My guess is that you need to make sure that your PLC sets tool-prepared > true when the tool is ready to be changed. The T word invokes the > prepare - prepared thread, the M invokes the change - changed thread. > You should be able to check the prepare and prepared signal status with > HALmeter

Re: [Emc-users] Tool changer

2009-05-02 Thread Kirk Wallace
On Sat, 2009-05-02 at 21:19 +0100, robert wrote: > hi > > i am just implementing the tool changer and i would like to know when > setting the current tool with > M61 Q02 > this should set current tool in spindle to T02 > will this also set the iocontrol.0.tool-number = 2 > as when issuing the abo

Re: [Emc-users] Single index threading

2009-05-02 Thread Kirk Wallace
On Sat, 2009-05-02 at 21:28 +0100, Leslie Newell wrote: > I have a lathe set up with a single index signal on the spindle. I > believe that it is possible to do single index threading with emc but > looking on linuxcnc.org I didn't find much info. Has anyone done this? > > I fully understand tha

[Emc-users] unshielded cable

2009-05-02 Thread Douglas Pollard
I bought some cable to run stepper motors off of. I was told it was shielded. It is not. If I try to use this am I going to have problems caused by stray signals or static? Is it likely to be alright or am I looking for trouble?? Doug

Re: [Emc-users] Are there still gamepad problems in 2.3?

2009-05-02 Thread John Thornton
What issues? Using what component? I've been using halui and hal_input as shown on this page: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_Remote_Pendant for over a year with 2.3 (cvs trunk) with no problems. Johh On 2 May 2009 at 10:21, Michael Jones wrote: > I'm using a gamepad in 2.2

[Emc-users] Single index threading

2009-05-02 Thread Leslie Newell
I have a lathe set up with a single index signal on the spindle. I believe that it is possible to do single index threading with emc but looking on linuxcnc.org I didn't find much info. Has anyone done this? I fully understand that a single pulse per rev is not ideal but this is a large machine

[Emc-users] Tool changer

2009-05-02 Thread robert
hi i am just implementing the tool changer and i would like to know when setting the current tool with M61 Q02 this should set current tool in spindle to T02 will this also set the iocontrol.0.tool-number = 2 as when issuing the above the tool-number value did not change from 0 to 2 as exspected

Re: [Emc-users] Are there still gamepad problems in 2.3?

2009-05-02 Thread Rainer Schmidt
I just set it up yesterday with 2.3 and no issues whatsoever. All Hal inputs are triggering and the 'Logitech Ghetto Pendant' works perfect for what it is! R On Sat, May 2, 2009 at 1:21 PM, Michael Jones wrote: > I'm using a gamepad in 2.2.8 as a pendant.  I've heard rumors of > issues with this

[Emc-users] Tool Table Utilities

2009-05-02 Thread Kirk Wallace
I played with using an OpenOffice spreadsheet to manage my tool table. It looks like it may be handy, but I need to learn more about OpenOffice in order to create a macro or something similar to automate the .tbl to .ods to .tbl conversions. In the mean time has anyone developed a similar way to ma

[Emc-users] Are there still gamepad problems in 2.3?

2009-05-02 Thread Michael Jones
I'm using a gamepad in 2.2.8 as a pendant. I've heard rumors of issues with this in 2.3? Are these still issues? - Michael -- Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reill

Re: [Emc-users] Help with custom GS2_vfd module

2009-05-02 Thread Kirk Wallace
On Sat, 2009-05-02 at 09:57 +, Jayson Wallis wrote: > Hi All, > > I am currently at wits end and need some help from some people more > knowledgeable than I. > > For the past 2 weeks I have been trying to customize GS2_vfd.c (as > well as modbus.c/.h) to work with my VFD which is a Huanyang >

Re: [Emc-users] Easy upgrade to 2.3?

2009-05-02 Thread Rainer Schmidt
On Sat, May 2, 2009 at 2:27 AM, Michael Jones wrote: > I'm looking at upgrading to 2.3 of EMC using Ubuntu 8. I did that and it worked as described in the upgrade guide. No issues here.. R -- Register Now & Save for Velo

Re: [Emc-users] problem with hal_joystick on emc2.3

2009-05-02 Thread Kenny
I was inspired by Rainer to move from hal_joystick to hal_input. I didn't use the joyhandle component specified in the wiki, and used a config similar to the Remote_Pendant config in the wiki. Kenny On Sat, May 2, 2009 at 10:51 AM, Kenny wrote: > Perhaps your using the hal_input component spec

Re: [Emc-users] Switching to Vesa Driver

2009-05-02 Thread Mark Wendt (Contractor)
At 01:42 PM 5/1/2009, you wrote: >When I studied Chem Engineering I had the chance to work/play on >KL/KI 10's using TOPS 10 and what I learned there regarding spooling, >OS, MultiTasking, Realtime... and so on... leaves the impression that >everything simply went downhill from there. That machine

Re: [Emc-users] Switching to Vesa Driver

2009-05-02 Thread Mark Wendt (Contractor)
At 01:11 PM 5/1/2009, you wrote: >Mark Wendt (Contractor) wrote: > > I sysadmin'd a bunch of those behemoth Alpha 8400's. They really > > were a joy to administer. DEC did those ones right - we hardly ever > > had any hardware maintenance to worry about. Clustering was a > > wunnerful thing for

[Emc-users] Help with custom GS2_vfd module

2009-05-02 Thread Jayson Wallis
Hi All, I am currently at wits end and need some help from some people more knowledgeable than I. For the past 2 weeks I have been trying to customize GS2_vfd.c (as well as modbus.c/.h) to work with my VFD which is a Huanyang HY02D223B. (The manual is on CNCzone http://www.cnczone.com/forums

Re: [Emc-users] problem with hal_joystick on emc2.3

2009-05-02 Thread Kenny
Perhaps your using the hal_input component specified in the wiki and not the hal_joystick? My configuration is based on hal_joystick and this is what isn't loading. I've tried on the previous version to get my joypad working with hal_input but just couldn't get it to work, hence the use of hal_joys

Re: [Emc-users] tcl lib not found

2009-05-02 Thread ygdan1001
1. Now I have internet access for my computer. And I installed software as described in the emc wiki: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Installing_EMC2#On_Ubuntu_with_EMC2_package_already_installed But everytime when I build emc2 realtime and simulator, there are errors which are di

Re: [Emc-users] Easy upgrade to 2.3?

2009-05-02 Thread Alex Joni
Yes there is: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?UpdatingTo2.3 Regards, Alex - Original Message - From: "Michael Jones" To: "Enhanced Machine Controller (EMC)" Sent: Saturday, May 02, 2009 9:27 AM Subject: [Emc-users] Easy upgrade to 2.3? > I'm looking at upgrading to 2.3 of