Updating - components/controller-edc

This commit is contained in:
lovebird 2026-02-04 18:02:11 +01:00
parent c48a7a0f89
commit fbf4f8b506
3 changed files with 325 additions and 1 deletions

View File

@ -0,0 +1,149 @@
<h1 id="polymechcontroller">PolyMech - Controller</h1>
<h2 id="commonfeatures">Common Features</h2>
<ul>
<li>Supported protocols: ModbusTCP, Serial, WebSocket and REST</li>
<li>Modern web interface with built-in HMI designer</li>
<li>Many safety features for fault detection, overload and overheat</li>
<li>Supported: Omron PIDs and VFDs, Delta VFD, Sako VFD</li>
</ul>
<h3 id="featuressheetpress">Features Sheetpress</h3>
<ul>
<li>Sequential Heating to deal with power supply limits</li>
<li>Supports up to 32 PID controllers, Omron E5x - via Modbus-RTU</li>
<li>Temperature &amp; Pressure Profiles</li>
<li>Adaptive Pressure</li>
<li>Cost monitoring</li>
</ul>
<h3 id="featuresinjectionmachine">Features Injection Machine</h3>
<ul>
<li>Temperature &amp; Pressure Profiles</li>
<li>Adaptive Pressure / Post flow</li>
</ul>
<h3 id="featuresextrusionmachine">Features Extrusion Machine</h3>
<ul>
<li>Temperature &amp; Pressure Profiles</li>
<li>Adaptive Pressure / Post flow</li>
</ul>
<h2 id="resources">Resources</h2>
<ul>
<li>[Knowledgebase]https://polymech.info/en/resources/cassandra/home/)</li>
<li><a href="https://polymech.info/en/resources/cassandra/modbus/">Modbus Interface</a></li>
<li><a href="https://git.polymech.info/polymech/firmware-base">Cassandra Firmware source</a></li>
<li><a href="https://deepwiki.com/polymech-info/firmware/1-overview">Cassandra Firmware documentation - DeepWiki</a></li>
</ul>
<p>
<hr />
Please always contact us by EMail : <b>sales@plastic-hub.com</b><br />
</p>
<hr />
<p>
<div style="clear:both" />
</p>
<div style="padding:16px;text-align: center;">
<div class="ty-vendor-plans">
<div class="ty-grid-list__item" style="float: left;border: 1px gray;">
<h4 id="authors">Specification</h4>
<table style="display:table;width:auto;margin-left:auto;margin-right:auto">
<thead>
<tr>
<th>Name</th>
<th>PolyMech Controller &#x2013; EDC</th>
</tr>
</thead>
<tbody>
<tr>
<td>Protocols</td>
<td>Modbus-RTU / ModbusTCP / Serial / WebSocket / REST</td>
</tr>
<tr>
<td>Processor</td>
<td>ESP-32-S3</td>
</tr>
<tr>
<td>Board</td>
<td>Waveshare-6-Channel</td>
</tr>
<tr>
<td>Connectivity</td>
<td>Wifi / Bluetooth / USB-C / RS485</td>
</tr>
<tr>
<td>Supported VFDs</td>
<td>Omron, ABB, Delta, Hynang, Sako</td>
</tr>
<tr>
<td>Supported Temperature Controllers</td>
<td>Omron-E5x</td>
</tr>
<tr>
<td>GPIO</td>
<td>6 Digital / 2 PWM / 2 Analog In</td>
</tr>
<tr>
<td>Status</td>
<td>Mature</td>
</tr>
<tr>
<td>Version</td>
<td>V1.0 (Revision A)</td>
</tr>
<tr>
<td>License</td>
<td><a href="https://ohwr.org/cern_ohl_s_v2.txt" style="color:#4C74B9">CERN OHL v2</a></td>
</tr>
<tr>
<td>Weight</td>
<td>25 Kg</td>
</tr>
</tbody>
</table>
</div>
<div class="ty-grid-list__item" style="float: left;text-align: left;border: 1px gray;">
<h4 id="authors">Authors</h4>
<ul>
<li><a href="https://osr-plastic.org" style="color:#4C74B9">PlasticHub S.L.</a></li>
</ul>
</div>
</div>
</div>
<h2 id="components">Components</h2>
<h3 id="resources-1">Resources</h3>
<ul>
<li>
<p><a href="https://polymech.info/en/resources/cassandra/home/">Firmware</a></p>
<h3>Payment Terms</h3>
<p><b>Industrial machines</b> : 100% of the total cost of the machine(s) to be paid at the moment of the order.<br />
<b>Machines manufactured in-house</b> :
70% of the total cost of the machine(s) to be paid at the moment of the order.
The 30% left + transport fees to be paid at reception of tracking number of the shipping (no machine leaves the workshop without full
payment).
</p>
</li>
</ul>
<hr />
<table style="display:table;width:auto;margin-left:auto;margin-right:auto">
<tbody>
<tr>
<td>
<a alt="Open Source Projects" href="https://git.polymech.io/" style="color:#4C74B9">
<img width="30px" src="https://assets.osr-plastic.org/machines//assets/icons/github.png" />
</a>
</td>
<td>
<a alt="" href="tel:0034691952287" style="color:#4C74B9">
<img width="30px" src="https://assets.osr-plastic.org/machines//assets/icons/007-whatsapp.png" />
</a>
</td>
<td>
<a alt="" href="mailto:sales@plastic-hub.com" style="color:#4C74B9">
<img width="30px" src="https://assets.osr-plastic.org/machines//assets/icons/012-mail-2.png" />
</a>
</td>
</tr>
</tbody>
</table>

View File

@ -0,0 +1,174 @@
# PolyMech - Controller
## Common Features
- Supported protocols: ModbusTCP, Serial, WebSocket and REST
- Modern web interface with built-in HMI designer
- Many safety features for fault detection, overload and overheat
- Supported: Omron PIDs and VFDs, Delta VFD, Sako VFD
### Features Sheetpress
- Sequential Heating to deal with power supply limits
- Supports up to 32 PID controllers, Omron E5x - via Modbus-RTU
- Temperature &amp; Pressure Profiles
- Adaptive Pressure
- Cost monitoring
### Features Injection Machine
- Temperature &amp; Pressure Profiles
- Adaptive Pressure / Post flow
### Features Extrusion Machine
- Temperature &amp; Pressure Profiles
- Adaptive Pressure / Post flow
## Resources
- [Knowledgebase]https://polymech.info/en/resources/cassandra/home/)
- [Modbus Interface](https://polymech.info/en/resources/cassandra/modbus/)
- [Cassandra Firmware source](https://git.polymech.info/polymech/firmware-base)
- [Cassandra Firmware documentation - DeepWiki](https://deepwiki.com/polymech-info/firmware/1-overview)
<hr/>
Please always contact us by EMail : <b>sales@plastic-hub.com</b><br/>
<hr/>
<div style="clear:both"/>
<div style="padding:16px;text-align: center;">
<div class="ty-vendor-plans">
<div class="ty-grid-list__item" style="float: left;border: 1px gray;">
<h4 id="authors">Specification</h4>
<table style="display:table;width:auto;margin-left:auto;margin-right:auto">
<thead>
<tr>
<th>Name</th>
<th>PolyMech Controller &#x2013; EDC</th>
</tr>
</thead>
<tbody>
<tr>
<td>Protocols</td>
<td>Modbus-RTU / ModbusTCP / Serial / WebSocket / REST</td>
</tr>
<tr>
<td>Processor</td>
<td>ESP-32-S3</td>
</tr>
<tr>
<td>Board</td>
<td>Waveshare-6-Channel</td>
</tr>
<tr>
<td>Connectivity</td>
<td>Wifi / Bluetooth / USB-C / RS485</td>
</tr>
<tr>
<td>Supported VFDs</td>
<td>Omron, ABB, Delta, Hynang, Sako</td>
</tr>
<tr>
<td>Supported Temperature Controllers</td>
<td>Omron-E5x</td>
</tr>
<tr>
<td>GPIO</td>
<td>6 Digital / 2 PWM / 2 Analog In</td>
</tr>
<tr>
<td>Status</td>
<td>Mature</td>
</tr>
<tr>
<td>Version</td>
<td>V1.0 (Revision A)</td>
</tr>
<tr>
<td>License</td>
<td><a href="https://ohwr.org/cern_ohl_s_v2.txt" style="color:#4C74B9">CERN OHL v2</a></td>
</tr>
<tr>
<td>Weight</td>
<td>25 Kg</td>
</tr>
</tbody>
</table>
</div>
<div class="ty-grid-list__item" style="float: left;text-align: left;border: 1px gray;">
<h4 id="authors">Authors</h4>
<ul>
<li><a href="https://osr-plastic.org" style="color:#4C74B9">PlasticHub S.L.</a></li>
</ul>
</div>
</div>
</div>
## Components
### Resources
- [Firmware](https://polymech.info/en/resources/cassandra/home/)
<h3>Payment Terms</h3>
<b>Industrial machines</b> : 100% of the total cost of the machine(s) to be paid at the moment of the order.<br/>
<b>Machines manufactured in-house</b> :
70% of the total cost of the machine(s) to be paid at the moment of the order.
The 30% left + transport fees to be paid at reception of tracking number of the shipping (no machine leaves the workshop without full
payment).
<hr/>
<table style="display:table;width:auto;margin-left:auto;margin-right:auto">
<tbody>
<tr>
<td>
<a alt="Open Source Projects" href="https://git.polymech.io/" style="color:#4C74B9">
<img width="30px" src="https://assets.osr-plastic.org/machines//assets/icons/github.png"/>
</a>
</td>
<td>
<a alt="" href="tel:0034691952287" style="color:#4C74B9">
<img width="30px" src="https://assets.osr-plastic.org/machines//assets/icons/007-whatsapp.png"/>
</a>
</td>
<td>
<a alt="" href="mailto:sales@plastic-hub.com" style="color:#4C74B9">
<img width="30px" src="https://assets.osr-plastic.org/machines//assets/icons/012-mail-2.png"/>
</a>
</td>
</tr>
</tbody>
</table>

View File

@ -6,13 +6,14 @@
"category": "components",
"status": "Development",
"showResources": true,
"description": "Controller for Polymech machines.",
"description": "Controller for Polymech machines",
"Preview3d": true,
"version": "1.0",
"showParts": false,
"showDimensions": false,
"debug": false,
"price": 4800,
"cscartId": 100,
"shop": {
"description": "Controller for Polymech machines"
},