On 5/9/20 1:00 PM, Peter C. Wallace wrote:
On Sat, 9 May 2020, Ed wrote:

Date: Sat, 9 May 2020 11:46:56 -0500
From: Ed <ate...@mwt.net>
Reply-To: "Enhanced Machine Controller (EMC)"
    <emc-users@lists.sourceforge.net>
To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net>
Subject: [Emc-users] Trouble setting up a 7I80HD

Starting with a fresh install of 2.7.14, 7I80HD, 2 of 7I29's.

Jumper W2 has been changed on the 7i29's to show encoder signals. The LED's flicker as I turn the motors.

I am using PNCconf menus to do the setup

Using SV12 and the usual axis and encoder assignments for a 3 axis and a spindle encoder.

Network setup was modified as follows;

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

#following was added for Linuxcnc as per HM2_ETH<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

auto eth1
iface eth1 inet static
    address 192.168.1.1
    hardware-irq-coalesce-rx-usecs 0

Following is the message at setup;


ed@debian:~$ linuxcnc /home/ed/linuxcnc/configs/3-axis/3-axis.ini
LINUXCNC - 2.7.14
Machine configuration directory is '/home/ed/linuxcnc/configs/3-axis'
Machine configuration file is '3-axis.ini'
Starting LinuxCNC...
Found file(REL): ./3-axis.hal
Note: Using POSIX realtime
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: ERROR: can't connect: Network is unreachable
hm2_eth: rtapi_app_main: Network is unreachable (-101)


What does the command

ip a

report?



ed@debian:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:1e:4f:f2:fc:53 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::21e:4fff:fef2:fc53/64 scope link
       valid_lft forever preferred_lft forever
ed@debian:~$



_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to