Michel,
> Am 29.04.2015 um 03:37 schrieb Michel Dagenais <
michelr...@gmail.com>:
>
> Many people interested in LinuxCNC/MachineKit wonder about the control platform to select, from the most inexpensive (Raspberry PI) with more latency issues to the more expensive (Intel with FPGA card). The big question is always the real-time response for a typical challenging target such as 5 axis servo + spindle (3 phase variable frequency). We have the ability with LTTng to diagnose such real-time problems and thus to properly tune and then evaluate these different solutions. At the same time, it provides a challenging testbed for the LTTng toolchain. Your comments and suggestions on the hardware setup to test are most welcome!
>
> Here is my current list of popular and interesting hardware that we would like to try out and properly assess this Summer:
>
> - Raspberry PI 2, low end and most inexpensive.
>
> - BeagleBone Black and eventually BeagleBoard X15, slightly more expensive but very interesting for control applications with PRUs, PWM and eQEP.
>
> - Combined ARM and FPGA with Xilinx chips like Zedboards. The Adapteva Parallela board comes with a Xilinx Z-7010 or Z-7020. You get a dual-core A9, and FPGA for custom logic for encoder inputs and PWM or step generation.
the above two options look very reasonable to me; in fact with some VHDL background it might be possible to transplant the hostmot2 firmwares to those FPGA-based boards
the VHDL sources are here for the daring:
http://git.linuxcnc.org/gitweb?p=hostmot2-firmware.git;a=tree;h=13bce0f420c95490155d9d6b451b72d4ceff6372;hb=13bce0f420c95490155d9d6b451b72d4ceff6372
>
> - Intel board (Atom or better, suggestions for model welcome) with parallel port I/O or any of the available FPGA I/O cards.
I have an old Atom D525 only which peforms fine (I have a 5i25 Mesanet card in there); also an Amd Brazos-chipset board (kindof the AMD Atoms), which is also performs reasonably
As Chris suggested - the newer Celerons seem to be the choice du jour in motherboard land
> Indeed, while some of the platforms may work without additional hardware (BeagleBone or Zedboard), an FPGA board provides a robust and high performance solution. I have a MesaNet 5I20 but the PCI bus is becoming legacy. Many newer models are offered using high speed data connections which are very convenient but not normally relied upon for real-time work (USB and Ethernet). However, given their high speed and with a dedicated link, it may be workable. Again an excellent testbed for the LTTng toolchain and some hardware measurements. We could test:
>
> - Mesanet 6I24 FPGA PCIe card with 72 GPIO (baseline for low latency)
I have no data point personally but generally Mesanet driver support is excellent, so very likely good
> - Mesanet 7I80HD FPGA Ethernet with 72GPIO
As Chris said - works great with RT-PREEMPT and a crossover cable (no switches - those add delay); it is UDP-based and as such vanilla Ethernet without any RT time slotting like EtherCAT, Ether/IP or Powerlink etc; but if point-to-point and an extra dedicated ethernet interface is fine it's a great choice also for motion control
I understand Peter has it running stable with servo rates of several kHz, which is very high for machinekit/linuxcnc setups (normally at 1kHz)
There are also SPI variations of these boards, but that better be explained by Peter Wallace of Mesanet; this would be an option for ARM boards, most of which have SPI
>
> - Mesanet 7I61 FPGA USB with 96 GPIO
The general wisdom is - USB will introduce much jitter, and with the machinekit/linuxCNC timing model normally the host is the timing source. So any jitter introduced by the link is bad news.
That said, Peter has come up with a clever feature - the card has a digitial PLL and corrects for host/link jitter, but I cant say if this is applicable for this card
- Michael
>
>
> --
> website:
http://www.machinekit.io blog:
http://blog.machinekit.io github:
https://github.com/machinekit
> ---
> You received this message because you are subscribed to the Google Groups "Machinekit" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
machinekit+...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/machinekit.
> For more options, visit
https://groups.google.com/d/optout.