Re: [Emc-users] AUTO mode ERROR?

2008-11-21 Thread Gene Heskett
On Friday 21 November 2008, tomp wrote: aram wait until you get no 'bad character' message maybe bad action caused by bad command get clean command to cnc first ( get no 'bad character' first ) you cannot see the character, but the emc program can best o luck tomp [EMAIL PROTECTED] wrote:

Re: [Emc-users] AUTO mode ERROR?

2008-11-21 Thread Jon Elson
Kent A. Reed wrote: Gentle persons: Almost as soon as the Unix coding began at Bell Labs nearly 40 years ago, there arose a need for to examine the contents of various files, for example, because there were as many different character encoding schemes as there were computer manufacturers

Re: [Emc-users] AUTO mode ERROR?

2008-11-21 Thread tomp
Kent, Kent A. Reed wrote: Gentle persons: Almost as soon as the Unix coding began at Bell Labs nearly 40 years ago, there arose a need for to examine the contents of various files, for example, because there were as many different character encoding schemes as there were computer

Re: [Emc-users] AUTO mode ERROR?

2008-11-21 Thread Stephen Wille Padnos
tomp wrote: [snip] and 'viewing the file and changing from ascii to hex the left window woud be hex ... Or you could use hd | less instead. hd is the equivalent to od, but it uses hex instead of octal. - Steve -

[Emc-users] AUTO mode ERROR?

2008-11-20 Thread amtb
Hi My next step is AUTO mode. I write simple program with G and M code, and safe it in .txt format. When I open program in EMC2 it give error- bad code “377” I preset G54 to X6 Y6 Z 2 My program start G40 G80 G49 G17 G54 x0 y0 z0 G90 G1 f5 G91 x-1.5 G2 R1.5 x1.5 y0 z0 G2 R1.5 X-1.5 y0 z0 M0

Re: [Emc-users] AUTO mode ERROR?

2008-11-20 Thread Jeff Epler
On Thu, Nov 20, 2008 at 05:46:37PM -0700, [EMAIL PROTECTED] wrote: I write simple program with G and M code, and safe it in .txt format. When I open program in EMC2 it give error- bad code “377” No, the actual error you encountered was almost certainly: Bad character '\377' used

Re: [Emc-users] AUTO mode ERROR?

2008-11-20 Thread amtb
Hi i used Open Office from UBUNTU, typed code and safe as .txt format. I can see good clean text inside EMC2 in AUTO mode. Do not know what i did wrong. On Thu, Nov 20, 2008 at 05:46:37PM -0700, [EMAIL PROTECTED] wrote: I write simple program with G and M code, and safe it in .txt format.

Re: [Emc-users] AUTO mode ERROR?

2008-11-20 Thread Jeff Epler
I have verified that saving a Text or Text Encoded file from openoffice 2.4 is incompatible with emc. openoffice writes something at the beginning of the file called a unicode byte order mark; don't worry if you don't understand what that means, but *do* understand that openoffice will apparently

Re: [Emc-users] AUTO mode ERROR?

2008-11-20 Thread amtb
Hi I used g editor and new error – bad character ‘134682144 sed’ Program was % G17 G20 G40 G80 G49 G57 G90 G1 F5. X0 Y0 Z0 G91 X-1.5 F3. % The other problem is that – line 4 out of range because x-1.5 When I change x-1.5 to x1.5 machine start read only last line. Why emc2 does not read G57 G90

Re: [Emc-users] AUTO mode ERROR?

2008-11-20 Thread tomp
aram wait until you get no 'bad character' message maybe bad action caused by bad command get clean command to cnc first ( get no 'bad character' first ) you cannot see the character, but the emc program can best o luck tomp [EMAIL PROTECTED] wrote: Hi I used g editor and new error – bad

Re: [Emc-users] AUTO mode ERROR?

2008-11-20 Thread saadp
) -- Message: 1 Date: Thu, 20 Nov 2008 21:32:46 -0600 From: Jeff Epler [EMAIL PROTECTED] Subject: Re: [Emc-users] AUTO mode ERROR? To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type