add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-US"><head><!-- Created by Artisteer v4.3.0.60745 -->
<meta charset="utf-8">
<title>Milling Equipment</title>
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="../style.css" media="screen">
<!--[if lte IE 7]><link rel="stylesheet" href="../style.ie7.css" media="screen" /><![endif]-->
<link rel="stylesheet" href="../style.responsive.css" media="all">
<script src="../jquery.js"></script>
<script src="../script.js"></script>
<script src="../script.responsive.js"></script>
</head>
<body>
<div id="art-main">
<header class="art-header">
<div class="art-shapes">
<div class="art-object1090304479"></div>
</div>
<h1 class="art-headline">
<a href="/">Producers of Raw Cane Sugar and Black Strap Molasses</a>
</h1>
</header>
<?php // phpcs:ignoreFile
$pageTitle = 'Milling Equipment';
$metaDescription = 'Explore the six-mill tandem that powers LASUCAs extraction system.';
$activeNav = 'factory';
require __DIR__ . '/../inc/theme-header.php';
?>
<main>
<header class="hero hero-sub">
<div class="container">
<span class="badge">Factory information</span>
<h1>Milling equipment</h1>
<p>
LASUCA&rsquo;s six-mill tandem mixes classic Donnelly chute design with modern hydraulic drives and
turbine power to keep extraction efficient and reliable.
</p>
</div>
</header>
<section class="page-section py-5">
<div class="container">
<div class="row g-4 align-items-start">
<div class="col-lg-7">
<div class="content-card">
<h2 class="h4">The milling tandem</h2>
<p>The milling tandem consists of the following:</p>
<ul>
<li>Mill No. 1 is a 7-foot three-roll mill (1995) with Donnelly chute and a 2,500 hp multi-stage turbine driving Horsburgh &amp; Scott gearboxes. Roll diameters: 46 inches.</li>
<li>Mill Nos. 2 and 3 are 6.5-foot mills with force-feed rolls and 40-inch roll diameters.</li>
<li>Mill No. 4 is a 7-foot mill driven by Hagglunds hydraulics (MB1150 and MB566 motors) powered by a 1,200 hp Elliott turbine and David Brown gearbox. Roll diameters: 44 inches.</li>
<li>Mill No. 5 is a 7-foot mill with 44-inch rolls, powered by a 1,400 hp Elliott turbine and Horsburgh &amp; Scott gearboxes, featuring an offside crown wheel force-feed roll.</li>
<li>Mill No. 6 is a Skoda mill with 7-foot by 48-inch rolls, driven by a 2,500 hp multi-stage turbine and offside crown wheel force-feed roll.</li>
</ul>
<p>
All six mills use Donnelly chutes with probe-controlled feed rates and rubber-belt conveyors set at
60°. Grooving is tuned to each mill: the first three use 3-inch pitch, 45° grooves; the last three
use 2-inch pitch, 45° grooves. All cane rolls include messchaert juice grooves measuring 1/2 inch by
1 inch.
</p>
</div>
</div>
<div class="col-lg-5 text-center">
<img src="/images/handling1-4-large.jpg" alt="LASUCA milling tandem" class="img-fluid content-image" />
</div>
</div>
</div>
</section>
</main>
<?php
require __DIR__ . '/../inc/theme-footer.php';
?>