586,116 active members*
3,442 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > OpenSource Software > For nerds only: Raspberry Pi for EMC2 controller?
Page 7 of 8 5678
Results 121 to 140 of 160
  1. #121
    Join Date
    Jun 2012
    Posts
    0
    My notice of in stock from 3 weeks ago turned into an email yesterday sayin a delivery delay of 8 to 10 weeks. These are just to much in demand.

  2. #122
    Join Date
    Jan 2010
    Posts
    2141
    The Raspberry Pi board arrived today, so maybe they are in stock and shipping now.

    The keyboard is scheduled to be delivered on Wednesday.

  3. #123
    Join Date
    Jul 2010
    Posts
    567
    Quote Originally Posted by wendtmk View Post
    I'd hold my enthusiasm until you actually get RTAI and LinuxCNC installed, and actually run a latency check.

    Mark
    Yep, that's where I am at

  4. #124
    Join Date
    Dec 2005
    Posts
    596
    Quote Originally Posted by jm82792 View Post
    Yep, that's where I am at
    And are the results in?

    Mark

  5. #125
    Join Date
    Jul 2010
    Posts
    567
    Sorry for the vagueness...
    I'm waiting for someone to get LinuxCNC to work with Raspberry Pi as well.

  6. #126
    Join Date
    Mar 2004
    Posts
    1661
    I have a perfect job for a Raspberry in the LinuxCNC environment; acting as an X server.
    Recently I started a discussion on the mailing list about hardware performance and during that discussion I tested both my existing hardware and two brand new computers with all the GUI fancy stuff happening on the PC and then with GDM stopped and all client apps (linuxcnc, latency-test etc) remote to offload the hardware from graphics.
    All three PC's were running with a latency 40 % or lower without the graphics.

    Run the X server remote on the Raspberry Pi!

  7. #127
    Join Date
    Sep 2008
    Posts
    229
    Quote Originally Posted by jm82792 View Post
    I'm waiting for someone to get LinuxCNC to work with Raspberry Pi as well.
    Now that there is at least experimental support for LinuxCNC to work with PREEEMPT_RT and Xenomai as well as with RTAI the task may have got easier.
    It is even possible that it will just work with right compiler flags.

  8. #128
    Join Date
    Jul 2010
    Posts
    567
    My P4 desktop machine for LinuxCNC is starting to go down hill.
    For the past few weeks it's been hanging every once in awhile.
    I'd love the Raspberry PI to work
    I just don't have enough time to grasp the inner workings of Linux,
    that could take a very long time :/

  9. #129
    Join Date
    Jun 2003
    Posts
    866
    I don't know if the RPi will ever really work that well for linuxcnc, but I'm almost positive that the Beaglebone will. There has been some really impressive work along those lines detailed on the mailing list.

  10. #130
    Join Date
    Jul 2010
    Posts
    567
    I think someone could profit off of some sort of a setup of a breakout board, the actual board(BeagleBone, Raspberry PI, or so forth), and a LinuxCNC build being hosted on the store's website for Some Sort of an Affordable Embedded PC.

  11. #131
    Join Date
    Jun 2003
    Posts
    866
    there are already some very interesting beaglebone "capes". Suspect there is still some room for a more cnc oriented "cape" with step/dir outputs as well as digital I/O. The problem is selling the beaglebone board itself doesn't make any money. As always with linuxcnc, it's hard to sell a package because people always want something a little different from the norm.

    There probably will be some RPi cnc systems, but my thought is that they will not be running linuxcnc. I'd be happy to be wrong, I have an RPi.

  12. #132
    Join Date
    Jan 2005
    Posts
    1943
    I see over on the LinuxCNC.org site that there is now a heading for the RPi in the wiki. I also see that someone has actually run steppers albeit without RTAI support yet. It is getting closer and I do think it will get there. The question is whether it will have the performance necessary.

  13. #133
    Join Date
    Aug 2011
    Posts
    154
    Quote Originally Posted by svenakela View Post
    I have a perfect job for a Raspberry in the LinuxCNC environment; acting as an X server.
    Recently I started a discussion on the mailing list about hardware performance and during that discussion I tested both my existing hardware and two brand new computers with all the GUI fancy stuff happening on the PC and then with GDM stopped and all client apps (linuxcnc, latency-test etc) remote to offload the hardware from graphics.
    All three PC's were running with a latency 40 % or lower without the graphics.

    Run the X server remote on the Raspberry Pi!
    I would be very interested in how those tests were run. I happen to have a second linux computer sitting right next to my my linux CNC macine. For various reasons it would be very nice to have both computers use the x server on the non cnc computer. I am pretty comfortable on the command line and working with config files.

  14. #134
    Join Date
    Feb 2007
    Posts
    592

    Smile

    I got the new "B" model with 512mb and a 32pin GPIO expander card that plugs onto the on board GPIO pins.

    I hear there is a small PCB that can be mounted on the I2C pins to give system clock functions. To me this won't be needed as this is the front end for the real MITX PC control and the Pi can use the control PC as a time server on boot, just put a delay circuit on the 5V line feeding the Pi from the PC powersupply to not power up the Pi until the main PC is ready. The ITX board running without graphics will just rock on jitter figures.

    I wanted to use mine as a control panel interface. Use these GPIO pins to sense START, FEED HOLD, Rapid Override 100|50|25|10 (2bit BCD), Feed Override 10-150% (4bit BCD), Spindle Override 50-120% (3bit BCD), MODE (Auto|Manual|MDI|Edit 2bit BCD) I can put a 4 port gigabit switch to link the Pi to the ITX and the outside world.

    E-STOP is hard wired straight through.

    I don't know what kind of graphics quality can be had on the HDMI out as far as psydo realtime drawing of the cutter path but this is more of a wish than a need - I would likely use TK-EMC anyway.

  15. #135
    Join Date
    Aug 2008
    Posts
    8
    I've read this topic with much interest

    I've had my Raspi for some months and played about with it just fine but not found anything that has grabbed my attention enough to hold it. The progress on this has the potential to do that:banana:

    I remember commenting elsewhere about the idea of putting EMC2 on a Pi back before they shipped but the comments at that time were so disheartening I didn't think it would come to anything

  16. #136
    Join Date
    Jun 2003
    Posts
    866
    This was posted today to the linuxcnc developer's list:
    I have done no further work on the Raspberry, I do not consider that platform particularly useful to base work on.
    OTOH, the Beaglebone is almost a done deal.

  17. #137
    Join Date
    Apr 2007
    Posts
    33

    What's old is new again

    Many years ago when I first started with computers we had "Main Frames" now everything is distributed balewolf clusters so it will be with LinuxCNC in the future. I am currently testing a Raspberry Pi front end talking to 3+ arm micro-controllers (one for each axis) to take the place of the usual Linux x86 box. They are a magnitude faster, can handle more interlocks and allow adaptive tuning on each axis. I plan on investigating current trajectory software to see if has any use in this system. Don't expect rapid progress since I am working alone but will post from time to time about progress. When the bugs are worked out will put together boards/system for new and retrofits at a reasonable cost.

  18. #138
    Join Date
    Oct 2003
    Posts
    399
    I've seen some comments mentioning that the R-Pi is missing a real time clock, and comments mentioning clock add-on boards in this thread.

    Just to make it clear: a Real Time Clock (RTC) keeps track of calendar time (i.e. what hour and day it is). The only similarity with the kind of real time required for running LinuxCNC is the name. So the lack of an rtc on the R-Pi is completely irrelevant.

  19. #139
    Join Date
    Sep 2012
    Posts
    0
    I have managed to run Linuxcnc on RPi using Xenomai. I also managed to compile and run the web based interface of miniemc2.

    I think with an external FPGA board, RPi can be a modest cnc controller. I'm still waiting for my ebay fpga board to arrive in order to continue testing.

    If a mini2440 board can do it, I don't see why RPi can't.
    42

  20. #140
    Join Date
    Sep 2012
    Posts
    0
    I have managed to off load the step generation using a pic32 that is connected thru the spi interface.

    Linuxcnc is currently running over a remote X session over ssh using the tk mini interface.

    So far it is working nicely according to my scope. The next step will be to connect it to a physical machine.

    Cheers!
    42

Page 7 of 8 5678

Similar Threads

  1. Raspberry Pi
    By gladiopolis in forum OpenSource Software
    Replies: 11
    Last Post: 12-02-2019, 04:21 PM
  2. RC Brushless motor controller for Mach3 / EMC2
    By LOGICNC.COM in forum News Announcements
    Replies: 1
    Last Post: 05-09-2014, 02:47 PM
  3. Will a Microkinetics controller communicate with EMC2?
    By OneAndy in forum LinuxCNC (formerly EMC2)
    Replies: 3
    Last Post: 11-26-2012, 04:26 AM
  4. Not for Nerds only: MK802 II
    By BAMCNC.COM in forum LinuxCNC (formerly EMC2)
    Replies: 2
    Last Post: 11-09-2012, 02:00 PM
  5. EMC2 and Stepperworld FET3 Controller
    By kbeard in forum LinuxCNC (formerly EMC2)
    Replies: 17
    Last Post: 02-13-2012, 01:28 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •