I hate the 7i97T

  • Onkelmat
  • Onkelmat's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
12 Jul 2026 05:01 #347702 by Onkelmat
Replied by Onkelmat on topic I hate the 7i97T
the whole connection thing was already working on mesaflash and mesact, i could confirm with mesact, every test was a success. But Linuxcnc would fail, In the end I had to click on the network button top right and then it worked.

As for now i´m okay. Sorry for the rant, but I was used to it being easy setup with Pncconfigwizardo

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

  • Onkelmat
  • Onkelmat's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
14 Jul 2026 22:19 #347772 by Onkelmat
Replied by Onkelmat on topic I hate the 7i97T

You need to configure the network on the host for the Mesa card.

Also 192.168.1.121 is not suggested for LinuxCNC use as it's  in
a commonly used NAT range.

Suggested setup is to use the 10.10.10.10 address on the Mesa card
(via the IP address setup jumpers) and set  a static host address of
say 10.10.10.100/24.

At this point you should be able to ping the Mesa card:

ping 10.10.10.10


 

I found the problem I had the whole time but Linux didn´t point it out enough for me. Since the 7i97t is connected via ethernet i ran into more and more problems when I approached wiring up the machine and testing in and outputs. Today i started wiring the Lathe to the Mesacard and i didn´t get any MPG Handwheel feedback at all, a few seconds into starting Linuxcnc I´d run into queueing errors.
Little research pointed me to major network problems, causing the 7i97t to indicate a fault with CR7 red whenever i try to connect and hold connection.

I turned the checkbox "show notifications" in the network tab top right on and viola i got an error "disconnected". So i went with your suggestion and set the Jumpe on the card to eeprom default ip=10.10.10.10
still the same problem. For sure i changed my own IP to 10.10.10.100. Still the same. I changed the cable. Still the same. I tried a lot of thernet configurations.

In the end, the fix was: The subnet mask was set to "24" and not to "255.255.255.0". After fixing that the card connected right away and the network symbol stopped spinning. Since I´m not familiar with Linux, that spinning symbol gave me bad feelings but there is no Tooltip showing up, telling me what that icon actually means.

Now got already both MPG wheels hooked up. Somehow I cna´t find the TB5 IN8 pin in Halshow...

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

More
15 Jul 2026 00:20 #347774 by PCW
Replied by PCW on topic I hate the 7i97T
Input 8  (TB5 pin 1)  is

hm2_7i97.0.inmux.00.input-08
 

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

More
15 Jul 2026 17:37 #347793 by pgf
Replied by pgf on topic I hate the 7i97T
This may be obvious to everyone, but just in case: there are two different ways of specifying subnet masks. You can either spell out the mask itself, in either hex or decimal( ff.ff.ff.00 or 255.255.255.0), or you can simply specify the number of 1 bits in the mask: 24. If the mask itself is given, it should always be written as 4 dot-separated octets. If the count is given, it's usually specified with a / character, after the network itself, as in 10.10.10.0/24. (Aside: note that using the count-of-bits method, you can never specify a subnet mask that isn't a contiguous set of 1 bits. Such "non-contiguous" masks are technically legal, but are really hard to manage, so, don't do that. :-)

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

  • tommylight
  • tommylight's Avatar
  • Away
  • Moderator
  • Moderator
More
15 Jul 2026 18:09 #347798 by tommylight
Replied by tommylight on topic I hate the 7i97T
The default subnet mask for 10.n.n.n IP range is 8 or 255.0.0.0, and it will work with any subnet mask you set, be it 16 or 255.255.0.0 , or 24 or 255.255.255.0
I am sure that was not the issue.
Subnet is used to limit the the access to a certain IP range even when the same starting IP's are used, the thing nobody ever mentions here is:
Non routable IP ranges are :
10.0.0.0 to 10.255.255.255 (10.0.0.0/8) so roughly 16 million IP addresses
172.16.0.0 to 172.31.255.255 (172.16.0.0/12) so roughly 1 million IP addresses
192.168.0.0 to 192.168.255.255 (192.168.0.0/16) so roughly 65,000 addresses
Notice the default subnets, they can go up to 32 or 255.255.255.255 but that is useless as that will limit access to 0 (zero) IP's
You can set the subnet to 28 or 255.255.255.240 for the 10.n.n.n range, and still Mesa WILL work, as that will limit the IP block access to only 16 IP's, and since two of those are always reserved, you have 10.10.10.1 up to 10.10.10.14 that will work perfectly fine.
Etc etc, way to many variations there, but in general subnet is not very important ... until nothing works due to an error in it.

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

More
15 Jul 2026 22:30 #347799 by rodw
Replied by rodw on topic I hate the 7i97T
Sometimes though the subnet mask does become important. I was allocated a 64 IP address range from my ISP way back when it was a dedicated dial up connection. Then the mask was important /26 or 255.255.255.192. But when setting up your own networks, just using 255 IP address are plenty and if you need seperate subnets, use the 192.168,  172.16 and 10 ranges or you can use 192.168.1.x, 192.168.2.x etc. You might need 2 seperate networks if you have a router with 2 WAN ports so you can have a failover connection or DMZ.

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

Time to create page: 0.116 seconds
Powered by Kunena Forum