Building a chain driven Plasma table.
27 Sep 2024 16:44 #310904
by PCW
Replied by PCW on topic Building a chain driven Plasma table.
The hm2_eth manual page has this information
man hm2_eth
Notes:
1. ethtool must be present (looks like it may be missing in the latest
LinuxCNC distribution so needs to be added)
2. This only applies to computers with Intel Ethernet hardware
man hm2_eth
Notes:
1. ethtool must be present (looks like it may be missing in the latest
LinuxCNC distribution so needs to be added)
2. This only applies to computers with Intel Ethernet hardware
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
30 Sep 2024 13:36 #311067
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
I just installed ethtool.
Now there is no error message on startup.
Now there is no error message on startup.
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
30 Sep 2024 14:02 #311070
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
Next I want to add ohmic sensing. With a Thad.
I have downloaded the Firmware files from mesa. There are many files in the hostmot2 folder but have no idea which file I need to flash unto the 7i76E mesa board. What is the file name?
other question is about the serial resistor between positive and Thcad recommended is 390k but in one of the threads 25k is recommended can I freely experiment with resistors? Or does it need a high value to protect the Thcad?
I have downloaded the Firmware files from mesa. There are many files in the hostmot2 folder but have no idea which file I need to flash unto the 7i76E mesa board. What is the file name?
other question is about the serial resistor between positive and Thcad recommended is 390k but in one of the threads 25k is recommended can I freely experiment with resistors? Or does it need a high value to protect the Thcad?
Please Log in or Create an account to join the conversation.
30 Sep 2024 16:02 #311074
by PCW
Replied by PCW on topic Building a chain driven Plasma table.
7i76e_7i76x1_Dpl.bit is the firmware needed for a 7I76E and multiple THCADs
The load resistor for Ohmic sensing determines the sense current
I would not use higher than 25K
Note the if you use a lower value you need to make sure that you do not exceed
the resistors power rating with the open circuit plasma voltage.
The load resistor for Ohmic sensing determines the sense current
I would not use higher than 25K
Note the if you use a lower value you need to make sure that you do not exceed
the resistors power rating with the open circuit plasma voltage.
Please Log in or Create an account to join the conversation.
30 Sep 2024 19:42 - 30 Sep 2024 19:44 #311087
by rodw
I do remember installing Linuxcnc on Bookworm before the installer was created having to install ethtool. Is it included in a plain vanilla Debian 12 Install?
If ethtool is required by a Linuxcnc component and not installed by Debian, shouldn't ethtool be a prerequisite in our .deb file? This sounds like an issue that should be raised in Git.
Replied by rodw on topic Building a chain driven Plasma table.
The latest distribution starts with a base image from Debian via Debian build.The hm2_eth manual page has this information
man hm2_eth
Notes:
1. ethtool must be present (looks like it may be missing in the latest
LinuxCNC distribution so needs to be added)
2. This only applies to computers with Intel Ethernet hardware
I do remember installing Linuxcnc on Bookworm before the installer was created having to install ethtool. Is it included in a plain vanilla Debian 12 Install?
If ethtool is required by a Linuxcnc component and not installed by Debian, shouldn't ethtool be a prerequisite in our .deb file? This sounds like an issue that should be raised in Git.
Last edit: 30 Sep 2024 19:44 by rodw.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19152
- Thank you received: 6414
30 Sep 2024 19:54 #311090
by tommylight
Replied by tommylight on topic Building a chain driven Plasma table.
No, also not in Mint.Is it included in a plain vanilla Debian 12 Install?
It is not required by LinuxCNC nor any of it's components, it is required only by some Intel NIC's to set the coalescence to 0.If ethtool is required by a Linuxcnc component and not installed by Debian, shouldn't ethtool be a prerequisite in our .deb file?
Please Log in or Create an account to join the conversation.
30 Sep 2024 20:10 #311092
by rodw
Replied by rodw on topic Building a chain driven Plasma table.
Then I think the hm2_eth docs could be improved to show how to install it. I think its a Mesa specific setting. I don't think it is required on other Ethernet connected systems such as Ethercat. (this may be because Ethercat uses its own NIC drivers)
Is it included in a plain vanilla Debian 12 Install?
No, also not in Mint.If ethtool is required by a Linuxcnc component and not installed by Debian, shouldn't ethtool be a prerequisite in our .deb file?
It is not required by LinuxCNC nor any of it's components, it is required only by some Intel NIC's to set the coalescence to 0.
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
30 Sep 2024 20:10 #311093
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
Attachments:
Please Log in or Create an account to join the conversation.
30 Sep 2024 20:18 #311094
by rodw
Replied by rodw on topic Building a chain driven Plasma table.
Its hard to keep up with QTplasmac;s implementation.
The ohmic3.comp component is a later version I wrote.
You can find it in the components folder in my git
github.com/rodw-au/showstopper
Also, ohmic.hal in this config is a standalone hal file you can load from your ini file to set it up
Note you may need to increase ohmicsense.ohmic-threshold depending on your environment (even up to 23.9 volts)
The ohmic3.comp component is a later version I wrote.
You can find it in the components folder in my git
github.com/rodw-au/showstopper
Also, ohmic.hal in this config is a standalone hal file you can load from your ini file to set it up
Note you may need to increase ohmicsense.ohmic-threshold depending on your environment (even up to 23.9 volts)
Please Log in or Create an account to join the conversation.
- Creative25
- Offline
- Premium Member
Less
More
- Posts: 130
- Thank you received: 9
30 Sep 2024 20:46 #311097
by Creative25
Replied by Creative25 on topic Building a chain driven Plasma table.
So basically I should restore custom Hal to original. Download ohmic3.comp.
And ohmic.hal.
Into which folder should I paste those files.?
What do I need to do to point to ohmic3.hal I’m my ini file?
And ohmic.hal.
Into which folder should I paste those files.?
What do I need to do to point to ohmic3.hal I’m my ini file?
Please Log in or Create an account to join the conversation.
Time to create page: 0.168 seconds