586,117 active members*
3,606 visitors online*
Register for free
Login

Search:

Type: Posts; User: kinsa

Search: Search took 0.00 seconds.

  1. Hi, Linuxcnc still runs the servo thread in...

    Hi,


    Linuxcnc still runs the servo thread in realtime. Only the base thread for step generation is moved to the rt-8p8c board.

    This card is similar to the Pluto board connected thru an LPT...
  2. Replies
    159
    Views
    48,888

    Just a quick update, a breadboard/stripboard...

    Just a quick update, a breadboard/stripboard version is available using a DIP PIC32 chip.

    If you don't have a PIC32 programmer, no worries, RPi can be used to program the blank chip.

    All the...
  3. Hi, Sorry this is DIY at the moment. If...

    Hi,

    Sorry this is DIY at the moment.

    If you're interested to experiment, you can use the chipkit max32 board with the ethernet shield or the PIC32 Ethernet Starter Kit.

    Regards.
  4. Replies
    159
    Views
    48,888

    Raspberry running LinuxCNC is similar to Arduino...

    Raspberry running LinuxCNC is similar to Arduino running Reprap's firmware.

    The PIC32 board extends the IO capabilities of the Raspberry Pi so that it can generate step/direction signals in...
  5. Replies
    159
    Views
    48,888

    Project page

    I have opened a google code page for the PIC32 board here: picnc - Raspberry Pi PIC32 expansion board - Google Project Hosting

    Cheers!
  6. Replies
    159
    Views
    48,888

    Think of the SPI interface as a parallel port and...

    Think of the SPI interface as a parallel port and the PIC32 board as a Mesa 7I43 FPGA board. :)

    Linuxcnc sends the motion commands thru the SPI interface and the PIC32 converts those commands to...
  7. Replies
    159
    Views
    48,888

    There is a HAL driver that uses the SPI as link...

    There is a HAL driver that uses the SPI as link between the trajectory planner and the pulse generator.

    I haven't released the source to the HAL driver because it is not yet finished.
  8. Replies
    159
    Views
    48,888

    Hi, The SPI interface serves as a high speed...

    Hi,

    The SPI interface serves as a high speed communication bus between RPi and the external microcontroller. This is just basically a high speed serial port. The programming interface for the SPI...
  9. Replies
    159
    Views
    48,888

    I haven't really made any changes to the core of...

    I haven't really made any changes to the core of linuxcnc to make it work. Regarding the miniemc2 interface, I'm not sure if I can publish it since I haven't talked to the original developer yet.
    ...
  10. Replies
    159
    Views
    48,888

    Here is the youtube link: LinuxCNC on...

    Here is the youtube link:

    LinuxCNC on Raspberry Pi - YouTube

    Cheers!
  11. Replies
    159
    Views
    48,888

    I'm documenting the steps on the LinuxCNC wiki:...

    I'm documenting the steps on the LinuxCNC wiki:
    LinuxCNC Documentation Wiki: RaspbianXenomaiBuild
  12. Replies
    159
    Views
    48,888

    I have managed to off load the step generation...

    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. ...
  13. Replies
    159
    Views
    48,888

    I have managed to run Linuxcnc on RPi using...

    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....
  14. The normal HAL processing sequence for LPT or PCI...

    The normal HAL processing sequence for LPT or PCI boards is READ, CALCULATE, WRITE. For 1 processing cycle there will be a minimum of 2 commands, to read and write status, and 2 replies.

    For...
  15. Each channel is 50K. I'll try to design an LPT...

    Each channel is 50K.

    I'll try to design an LPT adapter so that it will be plug-n-play for existing setups.

    :)
  16. BTW, what is the magic number for the step rates?

    BTW, what is the magic number for the step rates?
  17. The step rates are currently set to 50k for 4...

    The step rates are currently set to 50k for 4 channels. I haven't tested the maximum limit yet, but at 100k the network throughput is halved. At 50k the minimum round trip time for rx and tx (command...
  18. Initial tests on my unfinished MF70 CNC using...

    Initial tests on my unfinished MF70 CNC using linestepper driver:


    http://img502.imageshack.us/img502/7842/img2012102300104.jpg

    http://img84.imageshack.us/img84/6928/img2012102500110.jpg
    ...
  19. RT-8p8c - PIC32 based ethernet interface board for LinuxCNC

    Sat, 15 Sep 2012 04:18:29 -0700

    Hello All,

    I have been working on PIC32 based ethernet interface board for LinuxCNC.


    This board uses a simple UDP protocol for communication. The HAL...
Results 1 to 19 of 19