Re: [Emc-users] EMC-Arduino How-To with Source Code

2011-01-09 Thread
I always wander about that is it possible for gui by emc2 can writter by
Java?

2011/1/9 Colin K 

> I've written up a much simpler version of my Arduino-EMC integration
> experiments and documented it on my blog. There's a YouTube video showing
> it
> working and links to my source code there as well.
>
> http://ckcnc.wordpress.com/2011/01/08/simple-emc-arduino-howto/
>
> While the example is pretty basic (just showing machine off/on) it should
> provide an easily-extended starting point for anyone wanting to do
> something
> more intricate.
>
> --
> Gaining the trust of online customers is vital for the success of any
> company
> that requires sensitive data to be transmitted over the Web.   Learn how to
> best implement a security strategy that keeps consumers' information secure
> and instills the confidence they need to proceed with transactions.
> http://p.sf.net/sfu/oracle-sfdevnl
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Can EMC control 5 axis mill?

2010-09-14 Thread
of course emc2 can control 5axis machine.By the way,you may use pc parport
or a motion control card to finish your job .

2010/9/14 Youda He 

> Hi,
>
>  We are planning to built/buy 5 Axis mills for making some art
> pieces, we will using laser scanner to scan the original in clay, then
> carve the piece in some stone or wood.  The mill will be 5 axis one,
> just wonder if EMC can control 5 Axis mills. If not can someone
> recommend a good software to drive the mill?
>
>  Thanks.
>
> -- Youda
>
>
> --
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] FPGA and Latency

2010-03-25 Thread
hi,cal:
   In my opinion,FPGA card seems to have little connection with Latency
thing. Generally  speaking The PC system just give the FPGA card a
command,so how to send pulse (or voltage),and read encoder number is the
duty of FPGA itself.I think that will take little resource of PC.The Latency
is sth about the character of OS,(also too much work load may also affect
but obviously FPGA board NOT)

shining

3.26

2010/3/26 Cal Grandy 

> Will someone comment on the PC system requirements in regard to Latency
> numbers when using  FPGA cards such as Mesa 7I43, in a three axis stepper
> application?  There seems to be so much attention focused on the latency
> issuein the EMC documentation etc. The FPGA cards would seem to take much
> of
> the load off the machine processor.
>
> Have I some disconnected wire (figurative) somewhere?  ;-)
>
> Thanks
>
> Cal
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] How EMC face with the chanllege of hard platform development? (muti-core, 64 bit processor etc)

2010-03-06 Thread
Thanks for Jeff nice reply which lead me know clear about that issue.

2010/3/7 Jeff Epler 

> Emc works properly on 64-bit and SMP systems.  I routinely use and
> develop emc on such a system with --enable-simulator (no realtime, no
> hardware control).
>
> For realtime hardware control, emc depends on the underlying realtime
> system (rtai).  In 2007 I did a bit of work in this area, as detailed on
> my blog
>http://emergent.unpy.net/01180573281
>http://emergent.unpy.net/01181319466
> but I don't use a 64-bit or SMP kernel on the PC that controls my mill.
>
> Emc doesn't really derive any specific benefits from these systems; it
> doesn't need large address spaces, and its CPU usage isn't particularly
> high, at least in systems with no base_thread where you're not running a
> resource-hungry GUI.  Smart I/O boards like pico and mesa, and realtime-
> friendly accelerated opengl (if you want to run axis) would be much
> bigger contributors to a responsive system than SMP would be.
>
> Ultimately, it's the time to build and test each new platform that keeps
> us from offering pre-built packages for every system our users would
> like.  Building the kernel and rtai are usually more time-consuming than
> building emc itself.  That leads us to build for a very small number of
> operating system releases, and to build with conservative options that
> we judge will work on the greatest number of machines.  With the next
> release we'll probably look at enabling SMP; we know that this will
> restrict rtai to working only on systems with APIC, but in 2010 it's
> probably only a small minority of machines that don't have APIC.  If
> testing proves us wrong, we'll take it out and remain restricted to
> using a single CPU or core.  In another few years, maybe we'll be in a
> position to make a similar decision about 64 bits as the standard that
> will work on all but a few uninteresting machines.
>
> Jeff
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] How EMC face with the chanllege of hard platform development? (muti-core, 64 bit processor etc)

2010-03-04 Thread
hi all,

   Ijust have a question,since emc is on base of orgin 32 system.But now
with improvement of technology,can emc fully take advantage of them? RCS is
a good idea for hierarchy control,and I just see some implementation of
communication between processes (one computer),or different computers with
UDP protocol. BUT how about muti-core or 64bit processor? Is it a problem?

best regards

shining

3.5
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] introduction to Linux for EDM

2010-02-24 Thread
hi,peter:

   yes,you are right,i am chines,:) and now  I am a instructor in an
university of GUANGZHOU,but I will leave for CHENGDU  since the house here
is too expensive. And I focus on computer control,embeded system and Robot
etc.
 you can touch me at msn (scut...@gmail.com), by the way,my chines name is
xuguang.

Best regards

xuguang

2.24

2010/2/24 peter locati 

>
> Hi 夏一宁,
> first of all thank you for your support, I think that I will need it.
> It seems that you are chinese...is it right?
> Good news for me: I am also in China, I live in Beijing and work for a
> Suzhou company.
> Maybe we can even contact directly in the future.
> Keep in contact.
> Best regards
> peter
> P.S. I am italian, since 2001 in China
> P.S.2. what is your name in characters?
>
>
>
>
>
> > Date: Wed, 24 Feb 2010 10:45:29 +0800
> > From: scut...@gmail.com
> > To: emc-users@lists.sourceforge.net
> > Subject: Re: [Emc-users] introduction to Linux for EDM
> >
> > hi,peter:
> >
> > since you are experienced computer user,so linux is not hard for you
> > ,take it easy. I can give you some sugestion about linux:
> > 1: got a linux and install in your computer,(can use Vmvare etc)
> > 2:familar with commands in daily use
> > 3:konw how to manage your system (sth like system manger)
> > 4:konw more detail about driver and kernel,so you can diy someday
> > 5:  ...
> >
> > and for EDM application here are a webisite with some PICTURE STEP BY
> STEP
> > .hope it will be helpful
> >
> http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=3866225&bbs_page_no=1&bbs_id=1027
> >
> http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=3876821&bbs_page_no=1&search_mode=9&search_text=null&bbs_id=1027
> >
> >
> >
> >
> > 2010/2/24 peter locati 
> >
> > >
> > >
> > >
> > >
> > >
> > >
> > > I am new to Linux
> > > I have to develop a CNC for a EDM electroerosion sink machine and I
> decided
> > > to switch from Windows to Linux
> > >
> > > 1. I am looking for some hints on how to begin with Linux: what are the
> > > first steps? Anyone has some advice based on his own experience?
> > >
> > > 2. I would like to contact some colleagues who developed a CNC for a
> > > similar EDM application: how can I find them?
> > >
> > > Thank you in advance for your support
> > > Peter Locati
> > >
> > > _
> > > Parla, scrivi, gioca... Scopri le novità di Messenger
> > > http://www.messenger.it/home_novita.aspx
> > >
> > >
> --
> > > Download Intel(R) Parallel Studio Eval
> > > Try the new software tools for yourself. Speed compiling, find bugs
> > > proactively, and fine-tune applications for parallel performance.
> > > See why Intel Parallel Studio got high marks during beta.
> > > http://p.sf.net/sfu/intel-sw-dev
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > >
> >
> --
> > Download Intel(R) Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
>
> _
> Personalizza la tua vita digitale, scarica i nuovi gadget!
> http://www.pimpit.it/
>
> --
> Download Intel(R) Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] introduction to Linux for EDM

2010-02-23 Thread
hi,peter:

since you are experienced computer user,so linux is not hard for you
,take it easy. I can give you some sugestion about linux:
1: got a linux and install in your computer,(can use Vmvare etc)
2:familar with commands in daily use
3:konw how to manage your system (sth like system manger)
4:konw more detail about driver and kernel,so you can diy someday
5:  ...

and for EDM application here are a webisite with some PICTURE STEP BY STEP
.hope it will be helpful
http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=3866225&bbs_page_no=1&bbs_id=1027
http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=3876821&bbs_page_no=1&search_mode=9&search_text=null&bbs_id=1027




2010/2/24 peter locati 

>
>
>
>
>
>
> I am new to Linux
> I have to develop a CNC for a EDM electroerosion sink machine and I decided
> to switch from Windows to Linux
>
> 1. I am looking for some hints on how to begin with Linux: what are the
> first steps? Anyone has some advice based on his own experience?
>
> 2. I would like to contact some colleagues who developed a CNC for a
> similar EDM application: how can I find them?
>
> Thank you in advance for your support
> Peter Locati
>
> _
> Parla, scrivi, gioca... Scopri le novità di Messenger
> http://www.messenger.it/home_novita.aspx
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users