[Emc-users] comp

2009-01-13 Thread ygdan1001
Dear sir:
when I compile and install a file with:suro comp --install kinema.c, there is 
an error: sudo:comp:command not found. What's wrong with it ?
Thanks for your help!
Regards!
Yang

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] comp

2009-01-13 Thread tomp
Yang
the command is not found

ygdan1001 wrote:
 Dear sir:
 when I compile and install a file with:suro comp --install kinema.c, there is 
 an error: sudo:comp:command not found. What's wrong with it ?
 Thanks for your help!
 Regards!
 Yang

1)check to see that it exists
2) edit your path
  or
use the '. emc-environment' script from the proper directory

hth
tomp


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] comp

2009-01-13 Thread Alex Joni
 Yang
 the command is not found

 ygdan1001 wrote:
 Dear sir:
 when I compile and install a file with:suro comp --install kinema.c, 
 there is an error: sudo:comp:command not found. What's wrong with it ?
 Thanks for your help!
 Regards!
 Yang

 1)check to see that it exists
 2) edit your path
  or
use the '. emc-environment' script from the proper directory

 hth
 tomp

Tomp: that assumes a run-in-place install.

For a regular install, you want to make sure you have the emc2-dev package 
installed.

Regards,
Alex


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] POSTing Test

2009-01-13 Thread Mark Wendt (Contractor)
Will,

 They have been coming through just fine.

Mark

At 10:51 PM 1/12/2009, you wrote:

Al,

Have the most recent postings by me been ok?

Will Baden


  From: acon...@ipns.com
  Date: Mon, 12 Jan 2009 19:36:46 -0800
  To: emc-users@lists.sourceforge.net
  Subject: Re: [Emc-users] POSTing Test
 
  William Baden willba...@... writes:
 
   
   
Those last two were on an XP machine.
   
The problem posts was on a MAC with Safari.
   
This reply is now on Ubuntu with Firefox.
   
We will see what this one looks like.
   
Thanks,
Will Baden
   
  Will,
 
  All of my e-mail is done on my Mac mini also. I use Firefox on the
  Mac and have never seen those kind of problems. I am suspicious of
  Hotmail doing something strange, but since I don't use Safari, I
  can't vouch for it either.
 
  Alan


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Telnet Interface Questions

2009-01-13 Thread Mark Wendt (Contractor)
At 10:55 PM 1/12/2009, you wrote:
Mark Wendt (Contractor) wrote:
  Realistic?  I get messages from my intrusion detectors every day of
  folks from all over the world scanning my ports, trying to find a way
  in.  They hit a block of IP addresses and scan all of them in that
  block.
A very effective way to stop this is to use denyhosts.  I have now set
the limits very tight, if a particular IP is the source of more than 2
unsuccessful login attempts within a month, it gets added to the
hosts.deny list, and takes 180 days to get off that list.  I had some
very determined hackers using a stable of several hundred compromised
nodes to attack my machine.  They are still trying, but they are totally
being blocked.  The main feature of denyhosts is that it doesn't care
about port number, any failed login from ANY port is added to the
threshold, and then being on hosts.deny pretty much blocks any access.

Jon

Jon,

 Kewl.  I'll give that a try.  I'd heard about that a while 
back, but it got shuffled off to the dark recesses, and I forgot all about it.

Mark 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] comp

2009-01-13 Thread ygdan1001
But the kinema.c is a kinematics modle which describes my machine, and I want 
to use it instead of trivkins.




在2009-01-13,Alex Joni alex.j...@robcon.ro 写道:
 Yang
 the command is not found

 ygdan1001 wrote:
 Dear sir:
 when I compile and install a file with:suro comp --install kinema.c, 
 there is an error: sudo:comp:command not found. What's wrong with it ?
 Thanks for your help!
 Regards!
 Yang

 1)check to see that it exists
 2) edit your path
  or
use the '. emc-environment' script from the proper directory

 hth
 tomp

Tomp: that assumes a run-in-place install.

For a regular install, you want to make sure you have the emc2-dev package 
installed.

Regards,
Alex


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] comp

2009-01-13 Thread Alex Joni
Yes, and the error says:
sudo: comp:command not found.
That means the comp command is not found.

You need to install the emc-dev package which contains the comp command.

sudo apt-get install emc2-dev


Regards,
Alex


- Original Message - 
From: ygdan1001 ygdan1...@163.com
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
Sent: Tuesday, January 13, 2009 1:17 PM
Subject: Re: [Emc-users] comp


 But the kinema.c is a kinematics modle which describes my machine, and I 
 want to use it instead of trivkins.




 在2009-01-13,Alex Joni alex.j...@robcon.ro 写道:
 Yang
 the command is not found

 ygdan1001 wrote:
 Dear sir:
 when I compile and install a file with:suro comp --install kinema.c,
 there is an error: sudo:comp:command not found. What's wrong with it ?
 Thanks for your help!
 Regards!
 Yang

 1)check to see that it exists
 2) edit your path
  or
use the '. emc-environment' script from the proper directory

 hth
 tomp

Tomp: that assumes a run-in-place install.

For a regular install, you want to make sure you have the emc2-dev package
installed.

Regards,
Alex



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Voting time again..

2009-01-13 Thread Alex Joni
Greetings all, 

the period for nominations is now over. 
We have the following candidates 
(in alfabetical order):

1. Jeff Epler
2. Alex Joni
3. John Kasunich
4. Chris Radek
5. Sam Sokolik
6. John Thornton
7. Stephen Wille Padnos

Like last time, we have a wiki page where the nominees can write
a bit about their experience and goals if they like:
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?BoardElection

We will now start the voting procedures, 
and you'll soon get instructions how to vote.

Good luck to the all the nominees, and lots of thanks to
everyone on the lists who will vote.

Regards,
Alex


- Original Message - 
From: Alex Joni alex.j...@robcon.ro
To: emc-users@lists.sourceforge.net
Cc: EMC developers emc-develop...@lists.sourceforge.net
Sent: Tuesday, January 06, 2009 9:36 PM
Subject: [Emc-users] Voting time again..

 Hi all, it's time to have another election for the Board of Directors.
 
 The first step is to have nominations.  These take place on the
 emc-users list.  
 
 To make a nomination, please put NOMINATION in the subject 
 of your message.  
 Nominations must be seconded by another person to be considered; 
 to second a nomination please put SECONDED in the subject.  
 The nominated person should then accept or decline the nomination.
 
 Let's start nominations now and run them through Jan 12 2009,
 23:59:59 UTC.
 
 Like last time, we'll have a wiki page where the nominees can write
 a bit about their experience and goals if they like:
 
 http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?BoardElection
 
 The Board has asked Michael Cornelius to run the voting for us.
 Michael is not involved in the EMC project but he is a Free Software
 advocate in many ways and has graciously offered to help out 
 (like he did last time).  The Board will provide him a list 
 of email addresses made from joining the lists of people receiving 
 the emc-users and emc-developers emails.
 
 He will send a ballot to each person and have a special email address
 set up to receive the votes.  When voting closes he will report back
 the names of our new Board members.  When the time comes he will give
 us all specific instructions about how to vote.
 
 I wish good luck to the nominees, and give my sincere thanks to
 everyone on the lists who will participate in setting the future
 direction of the EMC project.
 
 Alex


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Voting time again..

2009-01-13 Thread Greg Michalski
 The Board has asked Michael Cornelius to run the voting for us.
 Michael is not involved in the EMC project but he is a Free Software
 advocate in many ways and has graciously offered to help out 
 (like he did last time).  The Board will provide him a list 
 of email addresses made from joining the lists of people receiving 
 the emc-users and emc-developers emails.
 
 He will send a ballot to each person and have a special email address
 set up to receive the votes.  When voting closes he will report back
 the names of our new Board members.  When the time comes he will give
 us all specific instructions about how to vote.

Alex - A simple procedural question - will voting instructions  ballots be
sent through the list or is there an email address we should whitelist to
make sure they get through (don't want to inadvertently miss anything) ?
Thanks.  

And good luck to all nominees - looking at the 2007 page it looks like a
good crew no matter the results.  Responsible voting will definitely take
some serious deliberation so make your bio's count gents!

Greg
www.distinctperspectives.com
 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Emc-users Digest, Vol 33, Issue 65

2009-01-13 Thread Alan Condit
 From: Chris Radek ch...@timeguy.com
 Date: Monday2009January 12 Monday2009January 129:07:21 PM PST
 To: Enhanced Machine Controller (EMC) emc- 
 us...@lists.sourceforge.net
 Subject: Re: [Emc-users] EMC2 and Hardy 8.04
 Reply-To: Enhanced Machine Controller \(EMC\) emc- 
 us...@lists.sourceforge.net


 On Mon, Jan 12, 2009 at 08:05:53PM -0800, Alan Condit wrote:
 OK, I finally got my machine hooked up to the web for long enough to
 do all the updates and got EMC2-2.2.8 running. Now I am still getting
 the venetian blinds. I tried all the fixes that I could find, but no
 joy in Mudville. My motherboard has an Intel 810 onboard video.  I
 have a pci parallel port card in my PCI slot, so adding a separate
 video card is not a desireable option.

 Make sure desktop effects are turned off

 If that doesn't work, try the vesa video driver

I tried the vesa driver and my screen went totally haywire.

Alan
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Emc-users Digest, Vol 33, Issue 65

2009-01-13 Thread Kirk Wallace
On Tue, 2009-01-13 at 09:39 -0800, Alan Condit wrote:
... snip
  If that doesn't work, try the vesa video driver
 
 I tried the vesa driver and my screen went totally haywire.
 
 Alan

You may need to edit the resolution settings in /etc/X11/xorg.conf to
match your monitor. I seem to recall using the vesa driver for all of my
i810 PC's. There are a number of tricks to set up a video driver and
monitor for Ubuntu, such as Control + Alt + F1 to switch from your
garbled screen to a text terminal screen with a command line; and
Control + Alt + Backspace to reset the graphics screen and reload
xorg.conf. There may be other handy tricks too.
-
Kirk
http://www.wallacecompany.com/machine_shop/


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Alan Condit
 From: Chris Radek ch...@timeguy.com
 Date: Monday2009January 12 Monday2009January 129:07:21 PM PST

 On Mon, Jan 12, 2009 at 08:05:53PM -0800, Alan Condit wrote:
 OK, I finally got my machine hooked up to the web for long enough to
 do all the updates and got EMC2-2.2.8 running. Now I am still getting
 the venetian blinds. I tried all the fixes that I could find, but no
 joy in Mudville. My motherboard has an Intel 810 onboard video.  I
 have a pci parallel port card in my PCI slot, so adding a separate
 video card is not a desireable option.

 Make sure desktop effects are turned off

 If that doesn't work, try the vesa video driver


 From: Lawrence Glaister ve...@shaw.ca
 Date: Monday2009January 12 Monday2009January 1210:21:40 PM PST

 Hi Alan,
 I have been fighting with a similar 810 video problem in an HP  
 pavillion
 510n box. At the start, I could not get higher than 800x600  
 resolution.
 I did a bios upgrade and now I can get a full 1400x900 for my LCD.
 Unfortunately, the intel 810 onboard video does not like opengl
 windows.. I can run axis or glxgears, but get total screen disruption
 (crap writing all over the screen). This occurred on both ubuntu 8.04
 and 8.10 installed distributions. This box also needs the SMI fix  
 to get
 latencies in the 30,000ns range (over 120,000ns without the SMI module
 installed). All in all, not a box I would use for emc.
 Please drop a note on this list if you do have any success with the  
 810
 video.
 cheers
 Lawrence


Chris,

I tried the VESA driver and my video went completely crazy. I don't  
know whether I changed two things at once or whether it just didn't  
work. I had to reboot in safe mode and copy a backup of xorg.conf to / 
etc/Xll and reboot again to get my video working at all again.

Should it work with the Intel 810 video chip set?

Lawrence,

Everything worked fine under 6.06 so I really think it is an induced  
bug in something they (the Ubuntu developers) did between 6.06 and 8.04.

My box has had consistent latency around 11000 to 15000 without the  
SMI module installed. I am running 1280x1024 mode with configured  
device. The box has no identifying information on it and I got it  
used so I have no idea what brand it is.

Alan
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] electronic gearing

2009-01-13 Thread eric carlson

Does anyone have any hal code to share for electronic gearing?
 
I'm trying to sync two spindles together at different ratios using 
psuedo-servos (step  direction)
 
I have a quadrature encoder on the master but think that I have to take the 
commanded position for the slave and feed this into the encoder_ratio.c 
function for
the slave encoder phase A and B?
 
Thanks,
 
eric
_
Windows Live™ Hotmail®: Chat. Store. Share. Do more with mail. 
http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_hm_justgotbetter_howitworks_012009
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] electronic gearing

2009-01-13 Thread John Kasunich
eric carlson wrote:
 Does anyone have any hal code to share for electronic gearing?
  
 I'm trying to sync two spindles together at different ratios using 
 psuedo-servos (step  direction)
  
 I have a quadrature encoder on the master but think that I have to take the 
 commanded position for the slave and feed this into the encoder_ratio.c 
 function for
 the slave encoder phase A and B?

If you are using step/dir servos, you are going to have to jump through 
some hoops - step/dir is just a horrible way to talk to servomotors.

The encoder ratio component is intended to take encoder feedback from 
the master and the slave, and produce a position difference that would 
become the feedback to a PID loop for the slave.  Probably the best 
documentation for encoder-ratio is the comment block at the beginning of 
the code: 
http://cvs.linuxcnc.org/cgi-bin/cvsweb.cgi/emc2/src/hal/components/encoder_ratio.c?rev=1.14

Regards,

John Kasunich

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Karl Schmidt
I know that it is popular to run EMC2 under Ubuntu, but Ubuntu is probably a 
poor choice for machine 
control. It is intended for cutting edge desktop users while what EMC2 needs is 
a more stable OS - 
such as Debian etch(stable) with perhaps a custom kernel.



Karl Schmidt  EMail k...@xtronics.com
Transtronics, Inc.  WEB http://xtronics.com
3209 West 9th Street Ph (785) 841-3089
Lawrence, KS 66049  FAX (785) 841-0434

You either have character, or you are a character.



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread John Kasunich
Karl Schmidt wrote:
 I know that it is popular to run EMC2 under Ubuntu, but Ubuntu is probably a 
 poor choice for machine 
 control. It is intended for cutting edge desktop users while what EMC2 needs 
 is a more stable OS - 
 such as Debian etch(stable) with perhaps a custom kernel.
 

There is no perhaps about it - a custom kernel is needed for the 
realtime extensions.

Ubuntu was chosen because many EMC users are new to Linux, and Ubuntu is 
friendly to such persons.  We are in agreement that stable is good, 
which is why we are using the LTS (long term support) versions of 
Ubuntu, not the ones that get replaced every six months.

Nothing prevents a Linux-savvy user who prefers something else from 
using the distro of their choice, however building the realtime kernel 
always involves a fair amount of trial and error.

Regards,

John Kasunich

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Roger
Probably not the problem here but as an FYI... I had a very difficult time
getting Hardy to recognize my monitor correctly on a Shuttle and spent a lot of
time and effort trying to fix the problem. It turns out that the problems was
that I had connected the monitor through a KVM (keyboard switch) that prevented
the monitor from passing it's configuration stuff to the driver. After directly
wiring the monitor it was easy to identify the supported monitor modes by
looking at the xconfig log which made it very simple to add the missing video
modes. I ended up configuring the monitor as VESA.

Roger



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread BRIAN GLACKIN
snip

 After directly
 wiring the monitor it was easy to identify the supported monitor modes by
 looking at the xconfig log which made it very simple to add the missing
 video
 modes. I ended up configuring the monitor as VESA.

snip

I have had similar problems.  When using a PCI card, I was only getting
480X640 for the monitor, but in the Xconfig, I could see the monitor would
support 10 other configs.  Not being comfortable in the linux environment
yet, could you provide a quick detail on how you did this either here or in
the WIKI?  It would be a great help.

Thanks

Brian
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Len Shelton
I have one for you... I picked up a little 15 widescreen Acer x163w monitor
with a 1366 x 768 resolution. EMC and Axis work fine under Dapper, although
the resolution is not right. Hardy gets the resolution correct, but the
preview window in Axis streaks diagonally across the entire screen.

I have read and tried every fix resolution tutorial I could find and I
can't get Dapper to display correctly. And Hardy is useless because I can't
see the controls behind the preview window smears.

Further, it has been my experience that if you ever change monitors with
different aspect ratios under Ubuntu, you have to reinstall the OS to get it
to work. This is the one thing I think is really holding Ubuntu back from
being a consumer friendly product.

Len


-Original Message-
From: Roger [mailto:vrsculp...@hotmail.com] 
Sent: Tuesday, January 13, 2009 3:17 PM
To: emc-users@lists.sourceforge.net
Subject: Re: [Emc-users] EMC2 and Hardy 8.04

Probably not the problem here but as an FYI... I had a very difficult time
getting Hardy to recognize my monitor correctly on a Shuttle and spent a lot
of
time and effort trying to fix the problem. It turns out that the problems
was
that I had connected the monitor through a KVM (keyboard switch) that
prevented
the monitor from passing it's configuration stuff to the driver. After
directly
wiring the monitor it was easy to identify the supported monitor modes by
looking at the xconfig log which made it very simple to add the missing
video
modes. I ended up configuring the monitor as VESA.

Roger




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Emc-users Digest, Vol 33, Issue 65

2009-01-13 Thread Gene Heskett
On Tuesday 13 January 2009, Alan Condit wrote:
 From: Chris Radek ch...@timeguy.com
 Date: Monday2009January 12 Monday2009January 129:07:21 PM PST
 To: Enhanced Machine Controller (EMC) emc-
 us...@lists.sourceforge.net
 Subject: Re: [Emc-users] EMC2 and Hardy 8.04
 Reply-To: Enhanced Machine Controller \(EMC\) emc-
 us...@lists.sourceforge.net

 On Mon, Jan 12, 2009 at 08:05:53PM -0800, Alan Condit wrote:
 OK, I finally got my machine hooked up to the web for long enough to
 do all the updates and got EMC2-2.2.8 running. Now I am still getting
 the venetian blinds. I tried all the fixes that I could find, but no
 joy in Mudville. My motherboard has an Intel 810 onboard video.  I
 have a pci parallel port card in my PCI slot, so adding a separate
 video card is not a desireable option.

 Make sure desktop effects are turned off

 If that doesn't work, try the vesa video driver

I tried the vesa driver and my screen went totally haywire.

Huh?  I thought vesa could drive anything that could make a picture..
vesa is the std driver used by pci specs AFAIK, its actually on the card, and 
you see its output for bios messages when booting.

Me goes off in search of potable liquid...

Alan

-- This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



-- 
Cheers, Gene
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
I am not an Economist.  I am an honest man!
-- Paul McCracken

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Leslie Newell
X11 can get a bit cranky if it can't read the monitor correctly. I've 
got a monitor that doesn't report it's settings correctly. It took me 
ages to convince X11 to work with it.

Les


Roger wrote:
 Probably not the problem here but as an FYI... I had a very difficult time
 getting Hardy to recognize my monitor correctly on a Shuttle and spent a lot 
 of
 time and effort trying to fix the problem. It turns out that the problems was
 that I had connected the monitor through a KVM (keyboard switch) that 
 prevented
 the monitor from passing it's configuration stuff to the driver. After 
 directly
 wiring the monitor it was easy to identify the supported monitor modes by
 looking at the xconfig log which made it very simple to add the missing video
 modes. I ended up configuring the monitor as VESA.

 Roger
   


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Leslie Newell
You don't have to reinstall the OS but you may have to spend some time 
playing with xorg.conf to get it to work. If you use KDE/Kubuntu rather 
than Gnome, it is a bit easier because the KDE monitor setup app does 
most of the work for you.

Les

Len Shelton wrote:
 Further, it has been my experience that if you ever change monitors with
 different aspect ratios under Ubuntu, you have to reinstall the OS to get it
 to work. This is the one thing I think is really holding Ubuntu back from
 being a consumer friendly product.
   
 info/emc-users
   


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Len Shelton
I have never, ever gotten Ubuntu to acknowledge anything in xorg.conf.

??

Len



-Original Message-
From: Leslie Newell [mailto:les.new...@fastmail.co.uk] 
Sent: Tuesday, January 13, 2009 6:48 PM
To: Enhanced Machine Controller (EMC)
Subject: Re: [Emc-users] EMC2 and Hardy 8.04

You don't have to reinstall the OS but you may have to spend some time 
playing with xorg.conf to get it to work. If you use KDE/Kubuntu rather 
than Gnome, it is a bit easier because the KDE monitor setup app does 
most of the work for you.

Les

Len Shelton wrote:
 Further, it has been my experience that if you ever change monitors with
 different aspect ratios under Ubuntu, you have to reinstall the OS to get
it
 to work. This is the one thing I think is really holding Ubuntu back from
 being a consumer friendly product.
   
 info/emc-users
   



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] comp

2009-01-13 Thread ygdan1001
Thanks Alex!
I do it(sudo apt-get install emc2-dev), but it fail to install it. My computer 
can't surf the intertnet in the Linux system. Does it matter with it ?
Thank you again!
Regards!
Yang




在2009-01-13,Alex Joni alex.j...@robcon.ro 写道:
Yes, and the error says:
sudo: comp:command not found.
That means the comp command is not found.

You need to install the emc-dev package which contains the comp command.

sudo apt-get install emc2-dev


Regards,
Alex


- Original Message - 
From: ygdan1001 ygdan1...@163.com
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
Sent: Tuesday, January 13, 2009 1:17 PM
Subject: Re: [Emc-users] comp


 But the kinema.c is a kinematics modle which describes my machine, and I 
 want to use it instead of trivkins.




 在2009-01-13,Alex Joni alex.j...@robcon.ro 写道:
 Yang
 the command is not found

 ygdan1001 wrote:
 Dear sir:
 when I compile and install a file with:suro comp --install kinema.c,
 there is an error: sudo:comp:command not found. What's wrong with it ?
 Thanks for your help!
 Regards!
 Yang

 1)check to see that it exists
 2) edit your path
  or
use the '. emc-environment' script from the proper directory

 hth
 tomp

Tomp: that assumes a run-in-place install.

For a regular install, you want to make sure you have the emc2-dev package
installed.

Regards,
Alex



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Mesa 5i23 and 7i37 I/O problem

2009-01-13 Thread Donnie Timmons
I'm having some problems getting EMC to see the I/o on port P3 of m 5i23 I have 
P2 connect to a 7i33 and it seams to be work as I can run my motors and the 
display show movement. I have at this time six limit switch and four output 
wired up. The output are wired to a Opto 22 quad pack that is sink 5 volts to 
the OBIT+ pin of the 7i37 with the OBIT- tied to ground. I can ground the OBIT+ 
side of any channel and the opto units turn on and drives the AC Loads. So I 
know the Opto unit is good.

Donnie 


m5i23.ini
Description: Binary data


m5i23.hal
Description: Binary data
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread Kirk Wallace
On Tue, 2009-01-13 at 19:02 -0600, Len Shelton wrote:
 I have never, ever gotten Ubuntu to acknowledge anything in xorg.conf.
 
 ??
 
 Len

The GUI screen resolution app usually doesn't work properly for me. But
editing the /etc/X11/xorg.conf file with pico works for me. After saving
the updated file, I either logout and back in, or Control + Alt +
Backspace to reload the config file. I usually have to try a few times
and Google for xorg.conf parameter information. The newer config's seem
to have very few parameters, in order to have everything auto config. I
often have to go back to an old config file and copy the parameters so
that X doesn't set them automatically. Reminds me of Windows trying to
be smarter than the person at the keyboard.
-
Kirk
http://www.wallacecompany.com/machine_shop/



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] EMC2 and Hardy 8.04

2009-01-13 Thread acondit
Leslie Newell les.new...@... writes:

 
 X11 can get a bit cranky if it can't read the monitor correctly. I've 
 got a monitor that doesn't report it's settings correctly. It took me 
 ages to convince X11 to work with it.
 
 Les
 

My monitor is a Princeton LCD19D and it shows up in displayGTK as plugnplay
and is configured for 1280x1024 which is what I was using in Dapper. The driver
is blank. I assume that means that it is defaulting to some default driver in
linux. I tried changing to VESA again and when I reboot the screen appears to be
out of horizontal hold (or probably improper scan frequency).

Thanks, to the shortcuts from Kirk, I was able to restore the working xorg.conf
without having to reboot. But still no joy.

Alan



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa 5i23 and 7i37 I/O problem

2009-01-13 Thread Sebastian Kuzminsky
Donnie Timmons wrote:
 I'm having some problems getting EMC to see the I/o on port P3 of m 5i23 I 
 have P2 connect to a 7i33 and it seams to be work as I can run my motors and 
 the display show movement. I have at this time six limit switch and four 
 output wired up. The output are wired to a Opto 22 quad pack that is sink 5 
 volts to the OBIT+ pin of the 7i37 with the OBIT- tied to ground. I can 
 ground the OBIT+ side of any channel and the opto units turn on and drives 
 the AC Loads. So I know the Opto unit is good.

I'm glad your motors are working.  :-)

If the .hal file that you posted loads without error, it looks to me 
like EMC2 is seeing the P3 I/O port correctly (otherwise there would be 
no GPIO output pins).

For the outputs to work, you need to set the relevant .is_output HAL 
parameter to TRUE.  Otherwise the pin remains an input.  The mechanism 
for doing this is documented in the GPIO section of the hostmot2 manpage.

http://www.linuxcnc.org/docs/devel/html/man/man9/hostmot2.9.html#General%20Purpose%20I/O

Do the limit switches work?  Try using halmeter to monitor the pins as 
you activate the limit switches.


-- 
Sebastian Kuzminsky

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] comp

2009-01-13 Thread Alex Joni
apt-get install is a command to install a package from the internet.
If you have no internet available on you rPC then you need to download the 
package from:
http://www.linuxcnc.org/hardy/dists/hardy/emc2.2/binary-i386/emc2-dev_2.2.8_i386.deb

you can then install the package using:
sudo dpki -i package

You'll probably get errors if there are dependencies needed, so you need to 
go and find those packages, download and install them by hand.
This will be a tedious process.

Regards,
Alex

- Original Message - 
From: ygdan1001 ygdan1...@163.com
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
Sent: Wednesday, January 14, 2009 05:09
Subject: Re: [Emc-users] comp


 Thanks Alex!
 I do it(sudo apt-get install emc2-dev), but it fail to install it. My 
 computer can't surf the intertnet in the Linux system. Does it matter with 
 it ?
 Thank you again!
 Regards!
 Yang




 在2009-01-13,Alex Joni alex.j...@robcon.ro 写道:
Yes, and the error says:
sudo: comp:command not found.
That means the comp command is not found.

You need to install the emc-dev package which contains the comp command.

sudo apt-get install emc2-dev


Regards,
Alex


- Original Message - 
From: ygdan1001 ygdan1...@163.com
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
Sent: Tuesday, January 13, 2009 1:17 PM
Subject: Re: [Emc-users] comp


 But the kinema.c is a kinematics modle which describes my machine, and I
 want to use it instead of trivkins.




 在2009-01-13,Alex Joni alex.j...@robcon.ro 写道:
 Yang
 the command is not found

 ygdan1001 wrote:
 Dear sir:
 when I compile and install a file with:suro comp --install kinema.c,
 there is an error: sudo:comp:command not found. What's wrong with it 
 ?
 Thanks for your help!
 Regards!
 Yang

 1)check to see that it exists
 2) edit your path
  or
use the '. emc-environment' script from the proper directory

 hth
 tomp

Tomp: that assumes a run-in-place install.

For a regular install, you want to make sure you have the emc2-dev 
package
installed.

Regards,
Alex



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users