discuss AT lists.opennicproject.org
Subject: Discuss mailing list
List archive
- From: postmaster <postmaster AT welcome.factoryfouroh.net>
- To: discuss AT lists.opennicproject.org
- Cc: Erich Eckner <opennic AT eckner.net>
- Subject: Re: [opennic-discuss] Manufacturing Zones inside OpenNIC
- Date: Wed, 14 Oct 2020 03:21:05 -0500
- Organization: Factory 4.0 Open Initiative, LLC.
I do not code, I can barely manage curly bracket scripting but ---
In OpenSCAD, for industry, the 'code' is just a beginning.
I create my models to be easily resizable, for example I create my dovetails solids created from vectors like this:
bottomZero=[baseW/2, -ym/2, (0)]; // translate([baseW/2, -ym/2, -1]) cube([0.1, 0.1, 2]);
bottomOne=[baseW/2, ym/2, (0)]; // translate([baseW/2, ym/2, -1]) cube([0.1, 0.1, 2]);
bottomTwo=[varZ/2, ym/2, (topZ)]; // translate([varZ/2, ym/2, topZ]) cube([0.1, 0.1, 2]);
bottomThree=[varZ/2, -ym/2, (topZ)]; // translate([varZ/2, -ym/2, topZ]) cube([0.1, 0.1, 2]);
bottomFour=[-baseW/2, -ym/2, (0)]; // translate([-baseW/2, -ym/2, -1]) cube([0.1, 0.1, 2]);
bottomFive=[-baseW/2, ym/2, (0)]; // translate([-baseW/2, ym/2, -1]) cube([0.1, 0.1, 2]);
bottomSix=[-varZ/2, ym/2, (topZ)]; // translate([-varZ/2, ym/2, topZ]) cube([0.1, 0.1, 2]);
bottomSeven=[-varZ/2, -ym/2, (topZ)]; // translate([-varZ/2, -ym/2, topZ]) cube([0.1, 0.1, 2]);
DoveTailPoints = [
bottomZero,
bottomOne,
bottomTwo,
bottomThree,
bottomFour,
bottomFive,
bottomSix,
bottomSeven ]; // echo(DoveTailPoints);
DoveTailFaces = [
[0,1,2,3], // bottom
[4,5,1,0], // front
[7,6,5,4], // top
[5,6,2,1], // right
[6,7,3,2], // back
[7,4,0,3]]; // left
// Calculate Solid Geometry coordinates for HalfTail
bottomHZero=[zeroGapX, -ym/2, (0)]; // translate([zeroGapX, -ym/2, -1]) cube([0.1, 0.1, 2]);
bottomHOne=[zeroGapX, ym/2, (0)]; // translate([zeroGapX, ym/2, -1]) cube([0.1, 0.1, 2]);
bottomHTwo=[zeroGapX, ym/2, (topZ)]; // translate([zeroGapX, ym/2, topZ]) cube([0.1, 0.1, 2]);
bottomHThree=[zeroGapX, -ym/2, (topZ)]; // translate([zeroGapX, -ym/2, topZ]) cube([0.1, 0.1, 2]);
bottomHFour=[-baseW/2, -ym/2, (0)]; // translate([-baseW/2, -ym/2, -1]) cube([0.1, 0.1, 2]);
bottomHFive=[-baseW/2, ym/2, (0)]; // translate([-baseW/2, ym/2, -1]) cube([0.1, 0.1, 2]);
bottomHSix=[-varZ/2, ym/2, (topZ)]; // translate([-varZ/2, ym/2, topZ]) cube([0.1, 0.1, 2]);
bottomHSeven=[-varZ/2, -ym/2, (topZ)]; // translate([-varZ/2, -ym/2, topZ]) cube([0.1, 0.1, 2]);
HalfTailPoints = [
bottomHZero,
bottomHOne,
bottomHTwo,
bottomHThree,
bottomHFour,
bottomHFive,
bottomHSix,
bottomHSeven ]; // echo(HalfTailPoints);
HalfTailFaces = [
[0,1,2,3], // bottom
[4,5,1,0], // front
[7,6,5,4], // top
[5,6,2,1], // right
[6,7,3,2], // back
[7,4,0,3]]; // left
Then I can freely resize the dovetail dimensions, clearance and distribution. The real work just begins though..
The Dovetail has to be adjusted to fit form and function, and this means adjusting it down to the tenth of the millimeter. This is already highly customized stuff, and you cannot lose the values which provide nice slicing for 3D printing - those are like findgerprints, they are truly yours. The filament you use, the printer capacity, and other factors going to force you to save hard-coded configuration data - alter just one and you get a ruined print.
This, of course is also the basis for you CAD data - you need to place your ECHOs so you get the values for your drawings.
So on, so on - you cannot mass-produce something just by downloading a model script. The script depository is also a vector-like system, you have the public one which is useful only as a knowledge base - the rest you need to fit to your needs, so you need your very own git - and I can tell you, losing the values which provide the "perfect" slicing of the model cost me countless hours... I only have Ender 3s and 5s, but I imagine in the near future the printer capacities are going to play a much more significant role in designing.
So, you do not use OpenNIC for "production" - your "production" data is your very own git repo.
On 2020-10-14 00:25, Erich Eckner wrote:
On Wed, 14 Oct 2020, Nicholson-Goult Hayden wrote:
I hate to butt in, but I too had a TLD idea to replace .neo, Either .code or
.codes, this have many uses like:
[name].codes
php.code
my.code (Possibly like GitHub)
Read.code
Lets.code
Then possibly free code storage at store.code? I can see endless
possibilities for this TLD. I already have a system for how it would work as
I host my own private TLD, and maybe a self signed certificate generator for
the tld. So you install the root ca, and all is trusted.
What do you think?
This sounds nice to me, but why don't you start a new thread about it? ;-)
regards,
Erich
11:27 pm, 13 October 2020, Jeff Taylor <shdwdrgn AT sourpuss.net>:
OK but I think you're missing the point. You are trying to
reach out to an industry of generally non-technical people (I.E.
not computer geeks). HOW are they going to view the domains in
your TLD? In most cases of manufacturing equipment that I am
familiar with, the computers are rigidly controlled to ensure
there is no chance of virus infection or unintended software
updates. So not only do you need to convince other
manufacturers that it's worthwhile to change their DNS settings,
but you also need to develop the software for their computers to
keep up with a changing list of DNS servers, and probably be
capable of reliably making the initial updates to their
computers. And you've already stated that you have no interest
in maintaining a TLD server, so I'm not sure who you expect to
write and maintain the code to update multiple operating
systems?
Beyond that, who will these manufacturers call for assistance
when they have trouble reaching the internet because the DNS
updates failed? Who will they call to support them when they
have trouble creating or renewing a domain? This TLD is your
project, so you are ultimately responsible for supporting your
customer's domains. Is that something you are ready to take on,
or are you going to tell them to join this mailing list and wait
a few days for someone to answer their queries?
The reason I keep saying Opennic is not suitable for commercial
applications is because you are asking businesses to change the
very core of the way their computers connect to the internet.
Imagine if a company goes offline for an hour -- how much money
did they lose during that period? How much did they pay someone
to troubleshoot the problem and get them back online? And how
does that compare to the $10/year that it costs to purchase a
domain from ICANN and avoid the potential loss of business?
On 10/13/20 3:47 PM, postmaster wrote:
There are at least a few dozen small shops in the NW
suburbs of Chicago, and that is all I care about. Those
shops cannot afford any Industry 4.0 advancements, but I
can help them to begin with digitizing their production
floor.
You must work in manufacturing to be able to see most the
opportunities - yes, commercial opportunities. For
example, for 3D printing I specialize in movement and
storage, such as dovetails and rails. Some of my
prototypes are printed in PLA, then they are fitted with
shim stock to reach accuracy. The plastic dovetails are
opened to fit and route electrical wiring and mount
sensors such as limit switches, cycle count, temperature
and heat sensors. The PLA later is going to be replaced
with molded nylon, the standard screws with precision
threaded rods, the walls of storage with pierced steel. I
help people design so their printed plastic is as close to
manufacturing capacity as reasonable or practical.
OpenNIC has a purpose, more later. industry 4.0 is a
service stack, mostly edge-computing with proprietary
gateways to the sensors and process - much like the
self-checkout stations you see everywhere. In
manufacturing this is much more complex, and it is still
evolving. The reason i got into MAAS is to free myself
from ICANN, and via VPN like ZeroTier or similar
thechnologies make the NW Chicago Factory 4.0 network -
entirely ICANN independent possible.
The only reason you do not see how this could fit together
is because you, unlike me, is not researching this for
years. Industry 4.0 is way too large and too expensive for
99.99999 percent of factory floors. I have much better
ideas and solutions.
But I am not going to write more until there are a few
people interested. Again, manufacturing is not as exiting
as free software or the theory of anarchy. Its a
repetitive, rigid and unforgiving environment, but not
without room to play.
On 2020-10-13 15:11, Jeff Taylor wrote:
So let me ask you... Who is your target
audience for creating this
TLD? There is no commercial application for
it, but it sounds like
you want to create a domain space for
manufacturers. To me that
appears contradictory, so I'm curious as to
what purpose you think it
would serve?
--------
You are a member of the OpenNIC Discuss list.
You may unsubscribe by emailing
discuss-unsubscribe AT lists.opennicproject.org
--------
You are a member of the OpenNIC Discuss list. You may unsubscribe by emailing discuss-unsubscribe AT lists.opennicproject.org
--------
You are a member of the OpenNIC Discuss list.
You may unsubscribe by emailing
discuss-unsubscribe AT lists.opennicproject.org
Hayden A N Goult
--------
You are a member of the OpenNIC Discuss list.
You may unsubscribe by emailing discuss-unsubscribe AT lists.opennicproject.org
--
Low-Cost No-Risk Pilots for Transitioning to Industry 4.0 - a Linux User Group for the Manufacturing Sector
-
[opennic-discuss] Manufacturing Zones inside OpenNIC,
postmaster, 10/12/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Charles Wyble, 10/12/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
postmaster, 10/13/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Jeff Taylor, 10/13/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
postmaster, 10/13/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Jeff Taylor, 10/14/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Nicholson-Goult Hayden, 10/14/2020
- Re: [opennic-discuss] Manufacturing Zones inside OpenNIC, Erich Eckner, 10/14/2020
- Re: [opennic-discuss] Manufacturing Zones inside OpenNIC, postmaster, 10/14/2020
- Re: [opennic-discuss] Manufacturing Zones inside OpenNIC, Erich Eckner, 10/14/2020
- Re: [opennic-discuss] Manufacturing Zones inside OpenNIC, postmaster, 10/14/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Nicholson-Goult Hayden, 10/14/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Jeff Taylor, 10/14/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
postmaster, 10/13/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Jeff Taylor, 10/13/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
postmaster, 10/13/2020
-
Re: [opennic-discuss] Manufacturing Zones inside OpenNIC,
Charles Wyble, 10/12/2020
Archive powered by MHonArc 2.6.19.