Re: [Emc-users] plug in

2018-07-15 Thread Chris Albertson
Could the problem here be English?  I hate to say it but the words make
little sense.  For example "code block" in Technical English means the code
between the { and the } in what we call "block structured languages"  So I
hear 'code block" and I know it is not something you can run.  It only
exists in the source code.There are other words that I can not figure
out.

Perhaps you are using a translator and it is doing a poor job.  I can't tell

If so, perhaps write a detailed description, in your native language and
let Google Translate convert that to English.  When I do this to send an
email to China I try and write every fact twice in two different ways and
provide examples as I know Google Translate is not perfect.

Do not take this the wrong way.  most people in the world don't speak
English.  I do but my Spanish and German skills are at the kindergarten
level

On Sun, Jul 15, 2018 at 8:10 PM a k  wrote:

> In first email I did say that after loading software code block on ubuntu
> 16.04 = ubuntu software == stop work.
> It stop show what software install stop show anything.
>
> On Jul 15, 2018 5:07 PM, "Gene Heskett"  wrote:
>
> > On Sunday 15 July 2018 16:25:27 a k wrote:
> >
> > > i just load this http://www.codeblocks.org/
> > > and problem start.
> > > should such problem show up because loading program?
> > >
> > Perhaps you should actually define the problem? Some of us are pretty
> > good, given a clue or 2, but none of us are mind readers.
> > >
> > > On Sat, Jul 14, 2018 at 12:23 PM, Chris Albertson
> > >  > >
> > > > wrote:
> > > >
> > > > First off many people can use different Linux distributions with no
> > > > issues. If you have different experience then likely it is because
> > > > of something you have done different from most others
> > > >
> > > > My first guess is that if C++ code you wrote causes a problem at the
> > > > system level then likely, maybe you are running as "root".  It is
> > > > almost always a mistake.
> > > >
> > > > On Sat, Jul 14, 2018 at 11:47 AM a k  wrote:
> > > > > hi
> > > > > interesting about operating system to where plug in different
> > > > > thing like linuxcnc
> > > > > plug in as good as system which it use.
> > > > > i use ubuntu 16.04. very good. very easy to get to internet. what
> > > > > else need?
> > > > > only after i load code block ( c++ programming) instantly "Ubuntu
> > > >
> > > > software"
> > > >
> > > > > stop working - does not open - say no software etc.
> > > > > something wrong , right?
> > > > > i load in ubuntu 18.04 and this release even can not be install -
> > > >
> > > > computer
> > > >
> > > > > can not load it in.
> > > > > can load 16.04 and can not load 18.04
> > > > > is anyone else have similar problem?
> > > > > why people that work on debian can not joint with conical software
> > > > > people and deliver one system that actually work good ?
> > > > > no problem pay for something that actually work . ( not as much as
> > > >
> > > > windows)
> > > >
> > > > > just some idea.
> > > > >
> > > > >
> > > > > aram
> > > > >
> > > > > 
> > > >
> > > > --
> > > >
> > > > > Check out the vibrant tech community on one of the world's most
> > > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > > ___
> > > > > Emc-users mailing list
> > > > > Emc-users@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > > >
> > > > --
> > > >
> > > > Chris Albertson
> > > > Redondo Beach, California
> > > > 
> > > > --
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > ___
> > > > Emc-users mailing list
> > > > Emc-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > >
> > > --
> > > Check out the vibrant tech community on one of the world's
> > > most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> >
> >
> > --
> > Cheers, Gene Heskett
> > --
> > "There are four boxes to be used in defense of liberty:
> >  soap, ballot, jury, and ammo. Please use in that order."
> > -Ed Howdershelt (Author)
> > Genes Web page 
> >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Emc-users 

Re: [Emc-users] plug in

2018-07-15 Thread Gene Heskett
On Sunday 15 July 2018 23:09:24 a k wrote:

> In first email I did say that after loading software code block on
> ubuntu 16.04 = ubuntu software == stop work.
> It stop show what software install stop show anything.

I went back and found that message, and you did note that, my apology's.

However, my last experience with running lcnc on ubuntu was probably most 
of a decade ago, so I've no clue what this might indicate. Hopefully 
someone can help. My very small bet would be that code blocks might be 
pulling in a library version thats incompatible, but thats not even a 
SWAG.*

Often one can alleviate something like that by building it from source 
useing the includes on that machine, but first you would have to revert 
this install and restore normal operations.

> On Jul 15, 2018 5:07 PM, "Gene Heskett"  wrote:
> > On Sunday 15 July 2018 16:25:27 a k wrote:
> > > i just load this http://www.codeblocks.org/
> > > and problem start.
> > > should such problem show up because loading program?
> >
> > Perhaps you should actually define the problem? Some of us are
> > pretty good, given a clue or 2, but none of us are mind readers.
> >
> > > On Sat, Jul 14, 2018 at 12:23 PM, Chris Albertson
> > >  > >
> > > > wrote:
> > > >
> > > > First off many people can use different Linux distributions with
> > > > no issues. If you have different experience then likely it is
> > > > because of something you have done different from most others
> > > >
> > > > My first guess is that if C++ code you wrote causes a problem at
> > > > the system level then likely, maybe you are running as "root". 
> > > > It is almost always a mistake.
> > > >
> > > > On Sat, Jul 14, 2018 at 11:47 AM a k  
wrote:
> > > > > hi
> > > > > interesting about operating system to where plug in different
> > > > > thing like linuxcnc
> > > > > plug in as good as system which it use.
> > > > > i use ubuntu 16.04. very good. very easy to get to internet.
> > > > > what else need?
> > > > > only after i load code block ( c++ programming) instantly
> > > > > "Ubuntu
> > > >
> > > > software"
> > > >
> > > > > stop working - does not open - say no software etc.
> > > > > something wrong , right?
> > > > > i load in ubuntu 18.04 and this release even can not be
> > > > > install -
> > > >
> > > > computer
> > > >
> > > > > can not load it in.
> > > > > can load 16.04 and can not load 18.04
> > > > > is anyone else have similar problem?
> > > > > why people that work on debian can not joint with conical
> > > > > software people and deliver one system that actually work good
> > > > > ? no problem pay for something that actually work . ( not as
> > > > > much as
> > > >
> > > > windows)
> > > >
> > > > > just some idea.
> > > > >
> > > > >
> > > > > aram

*SWAG, Scientific Wild Assed Guess.

-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] plug in

2018-07-15 Thread a k
In first email I did say that after loading software code block on ubuntu
16.04 = ubuntu software == stop work.
It stop show what software install stop show anything.

On Jul 15, 2018 5:07 PM, "Gene Heskett"  wrote:

> On Sunday 15 July 2018 16:25:27 a k wrote:
>
> > i just load this http://www.codeblocks.org/
> > and problem start.
> > should such problem show up because loading program?
> >
> Perhaps you should actually define the problem? Some of us are pretty
> good, given a clue or 2, but none of us are mind readers.
> >
> > On Sat, Jul 14, 2018 at 12:23 PM, Chris Albertson
> >  >
> > > wrote:
> > >
> > > First off many people can use different Linux distributions with no
> > > issues. If you have different experience then likely it is because
> > > of something you have done different from most others
> > >
> > > My first guess is that if C++ code you wrote causes a problem at the
> > > system level then likely, maybe you are running as "root".  It is
> > > almost always a mistake.
> > >
> > > On Sat, Jul 14, 2018 at 11:47 AM a k  wrote:
> > > > hi
> > > > interesting about operating system to where plug in different
> > > > thing like linuxcnc
> > > > plug in as good as system which it use.
> > > > i use ubuntu 16.04. very good. very easy to get to internet. what
> > > > else need?
> > > > only after i load code block ( c++ programming) instantly "Ubuntu
> > >
> > > software"
> > >
> > > > stop working - does not open - say no software etc.
> > > > something wrong , right?
> > > > i load in ubuntu 18.04 and this release even can not be install -
> > >
> > > computer
> > >
> > > > can not load it in.
> > > > can load 16.04 and can not load 18.04
> > > > is anyone else have similar problem?
> > > > why people that work on debian can not joint with conical software
> > > > people and deliver one system that actually work good ?
> > > > no problem pay for something that actually work . ( not as much as
> > >
> > > windows)
> > >
> > > > just some idea.
> > > >
> > > >
> > > > aram
> > > >
> > > > 
> > >
> > > --
> > >
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > ___
> > > > Emc-users mailing list
> > > > Emc-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > >
> > > --
> > >
> > > Chris Albertson
> > > Redondo Beach, California
> > > 
> > > --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > --
> > Check out the vibrant tech community on one of the world's
> > most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
>
> --
> Cheers, Gene Heskett
> --
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page 
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Phase converter project

2018-07-15 Thread Dan Bloomquist
I've pretty much completed my Phase Converter project. So far, I really 
like the way it works.




Any and all comments are welcome!

Thanks, Dan.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] plug in

2018-07-15 Thread Gene Heskett
On Sunday 15 July 2018 16:25:27 a k wrote:

> i just load this http://www.codeblocks.org/
> and problem start.
> should such problem show up because loading program?
>
Perhaps you should actually define the problem? Some of us are pretty 
good, given a clue or 2, but none of us are mind readers.
>
> On Sat, Jul 14, 2018 at 12:23 PM, Chris Albertson
> 
> > wrote:
> >
> > First off many people can use different Linux distributions with no
> > issues. If you have different experience then likely it is because
> > of something you have done different from most others
> >
> > My first guess is that if C++ code you wrote causes a problem at the
> > system level then likely, maybe you are running as "root".  It is
> > almost always a mistake.
> >
> > On Sat, Jul 14, 2018 at 11:47 AM a k  wrote:
> > > hi
> > > interesting about operating system to where plug in different
> > > thing like linuxcnc
> > > plug in as good as system which it use.
> > > i use ubuntu 16.04. very good. very easy to get to internet. what
> > > else need?
> > > only after i load code block ( c++ programming) instantly "Ubuntu
> >
> > software"
> >
> > > stop working - does not open - say no software etc.
> > > something wrong , right?
> > > i load in ubuntu 18.04 and this release even can not be install -
> >
> > computer
> >
> > > can not load it in.
> > > can load 16.04 and can not load 18.04
> > > is anyone else have similar problem?
> > > why people that work on debian can not joint with conical software
> > > people and deliver one system that actually work good ?
> > > no problem pay for something that actually work . ( not as much as
> >
> > windows)
> >
> > > just some idea.
> > >
> > >
> > > aram
> > >
> > > 
> >
> > --
> >
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > --
> >
> > Chris Albertson
> > Redondo Beach, California
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
>
> --
> Check out the vibrant tech community on one of the world's
> most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] plug in

2018-07-15 Thread a k
i just load this http://www.codeblocks.org/
and problem start.
should such problem show up because loading program?



On Sat, Jul 14, 2018 at 12:23 PM, Chris Albertson  wrote:

> First off many people can use different Linux distributions with no issues.
>If you have different experience then likely it is because of something
> you have done different from most others
>
> My first guess is that if C++ code you wrote causes a problem at the system
> level then likely, maybe you are running as "root".  It is almost always a
> mistake.
>
> On Sat, Jul 14, 2018 at 11:47 AM a k  wrote:
>
> > hi
> > interesting about operating system to where plug in different thing like
> > linuxcnc
> > plug in as good as system which it use.
> > i use ubuntu 16.04. very good. very easy to get to internet. what else
> > need?
> > only after i load code block ( c++ programming) instantly "Ubuntu
> software"
> > stop working - does not open - say no software etc.
> > something wrong , right?
> > i load in ubuntu 18.04 and this release even can not be install -
> computer
> > can not load it in.
> > can load 16.04 and can not load 18.04
> > is anyone else have similar problem?
> > why people that work on debian can not joint with conical software people
> > and deliver one system that actually work good ?
> > no problem pay for something that actually work . ( not as much as
> windows)
> > just some idea.
> >
> >
> > aram
> >
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>
>
> --
>
> Chris Albertson
> Redondo Beach, California
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Grounding

2018-07-15 Thread Chris Albertson
Yes the effect is 100% symmetric.  It works the same for receive and
transmitted noise

On Sat, Jul 14, 2018 at 3:49 PM John Dammeyer 
wrote:

> I believe twisted cables are more immune to externally induced
> interference.
> The twists result in the noise canceled out at the receiving ends.
>

Chris Albertson
Redondo Beach, California
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users