Raspberry PI4, VLAN and 7i76E for XYYZ Gantry router

More
05 Aug 2020 10:26 - 05 Aug 2020 10:27 #177377 by rvh
Hello all,

Finally done with replacing/upgrading my prototype gantry router from wooden parts to full steel parts, ready to power on the old (Dell Optiplex 760) PC and making the first moves again and than it happens... :ohmy:
BIOS Battery dead, no way to make it boot again (replaced battery, but keeps hanging in the bios, even after resetting,...)

So I need a new PC-setup, and mayby it's time to switch over to the mesa-cards and throw the parport-BOB away.

Currently I'm thinking of the following:
  • Raspberry PI 4B (v1.2 4Gb)
  • Mesa 7i76E
In my opinion, WiFi is only good for mobile devices so I would like to connect the RaspPi to a wired network cable.
As the raspPi has only one NIC, and I need 2 networks (Home network and Machine-Mesa network) I was thinking about using VLAN's.
I have some spare VLAN capable switches over here.

Will it be a good idea to use VLAN's ?
Or better to invest in an extra RJ45-over-USB for the home-network ? (As I understand the built-in WLAN adds some extra latency)

The Home network will be used to transfer files to the machine, general work and mayby VNC if latency allows it.

Also, is the raspberry PI4 allready adviced for new builds ? Any (budget friendly) alternatives that are adviced ? (I have a spare PI 3B)
I don't expect high-level, I'm using my machine for hobby-project and for learning myself new things.

Thanks !

General specs of my CNC:
  • Gantry (XYYZ)
  • Area (xyz) +/- 1300x800x280mm
  • Stepper Motors
  • 4x Leadshine DM556S
  • Makita Router (RC701)
  • Far Future: Rotary Axis
  • Far Future: (Chinese) Spindle with VFD
Last edit: 05 Aug 2020 10:27 by rvh. Reason: Formatting was wrong

Please Log in or Create an account to join the conversation.

More
05 Aug 2020 11:11 #177382 by Mike_Eitel
NO
vlan is in reality nothing more than adding a bit more info into the tcp messages. Plus you need additional decisions in every device that regards the vlan tag. VLAN has its use, but is often missunderstood.

Use a direct cable between rpi's ethernet hw port and mesa. Give it unique address range. Use the wifi to connect to the rest of the world.
Mike
The following user(s) said Thank You: gerritv, rvh

Please Log in or Create an account to join the conversation.

More
05 Aug 2020 16:20 #177400 by PCW
You _can_ run a Mesa Ethernet card through a switch, as a matter of fact
this allows you to run multiple Mesa Ethernet FPGA cards from one host
Ethernet port, however

1. This does add store-forward latency to every packet so best for faster host machines
2. The current hm2_eth driver does not allow shared use of the host Ethernet interface
3. Its probably much easier to just use WIFI or a USB-Ethernet dongle
The following user(s) said Thank You: rvh

Please Log in or Create an account to join the conversation.

More
07 Aug 2020 13:30 #177618 by rvh
Thanks,
That is a clear answer, I will try the interal WiFi first.

In the mean time I received my PI4, and installing linuxCNC at the moment.

So hopefully by the end of next week I have again a running linuxCNC :) (still waiting for the Mesa-board and need to build a new electrical cabinet)

Please Log in or Create an account to join the conversation.

More
07 Aug 2020 19:48 #177645 by kramerda
Did you install 2.8 deb or buster or some dev. version of 2.9 then add the RT kernel update

Please Log in or Create an account to join the conversation.

More
07 Aug 2020 20:48 #177651 by rvh
I followed the descriptions found on gnipsel.com (thanks JT !!! :woohoo: ) and arround the linuxCNC pages/forum

Currently I still need to figure out the following (the text in red)
forum.linuxcnc.org/27-driver-boards/3559...ethernet-mesa-boards
Need to find out how to get the some using CLI as network-manager isn't installed yet.

So I did the following (in this order)

1. Install PREEMPT/Raspian/LinuxCNC/...
gnipsel.com/linuxcnc/uspace/rpi4-rt.html (all the Raspberry Pi 4 pages, takes a while...)

2. Some small extra's
- Change group name (was pi, change to cnc)
sudo groupmod --new-name cnc pi

- Check if timesyncd is running (it shouldn't, adds latency, as found in the Raspberry PI 4 topic on forum.linuxcnc.org)
systemctl status systemd-timesyncd.service

- Install ntp (to remove timesyncd)
sudo apt-get install ntp

- Check if timesyncd is dead now (it shouldn't, adds latency)
systemctl status systemd-timesyncd.service

- Check if ntpd is running now
ps -aux | grep ntpd

3. Install 7i76e tool
gnipsel.com/linuxcnc/7i96/index.html (installing only)

4. Install Mesaflash
- MesaFlash depends on a couple of packages to build, so install those first:
sudo apt install libpci-dev pkg-config

- You may need to install git first:
sudo apt install git

- Clone MesaFlash:
git clone https://github.com/LinuxCNC/mesaflash.git

- From the top level directory, switch to the source directory:
cd mesaflash

-In the source directory to build MesaFlash:
make

- To get command line syntax from a local make:
./mesaflash --help

- To build and install MesaFlash:
sudo make install

- To run an installed MesaFlash:
mesaflash --help

I'm able to open LinuxCNC (command linuxcnc)
The uname -a returns the following:
Linux cnc 4.19.71-rt24-v7l+ #1 SMP PREEMPT RT Fri Aug 7 14:20:19 BST 2020 armv7l GNU/Linux

I used the 2.8 branch, linuxCNC returns 2.8.0~pre1
After building linuxCNC I got (and installed) a deb-package with the name
linuxcnc-uspace_2.8.0~pre1.5970.gc1cbb001a_armhf.deb
Currently I'm waiting for my mesa-card to arrive before continuing...

Please Log in or Create an account to join the conversation.

More
07 Aug 2020 21:19 #177654 by rodw
Before you settle on the Raspberry, have a look at the Odroid H2+
It has twin NIC and a Celeron CPU. I've only done a brief latency test but its better than my J1900 using Tommy's Mint 19.3 install.
The 2 Gb NIC though needs a driver installed as its very new. I just followed the link on the Odroid wiki and placed the driver on a USB stick and it was real simple from there.

In my experience a lot of Wifi issues are due to crappy WAP on home grade router. Now I've upgraded to a enterprise grade Dlink DSR500 router I find wifi to my machine much more reliable.

Please Log in or Create an account to join the conversation.

Time to create page: 0.080 seconds
Powered by Kunena Forum