Overview
Conversión de Liner PE (Process ID: 7) converts tubular polyethylene film rolls into individual bag liners (bolsas internas) through automated cutting and bottom heat-sealing. These liners provide moisture barriers for industrial bags, particularly for food, chemicals, and hygroscopic materials.Process Characteristics
- Process Type: Order-based production
- Production Unit: unidades (units/liners)
- Product: PE liners with sealed bottom, cut to nominal length
- Machines: 1 specialized line (CONVLI)
- Order Pattern:
7\d{6}(e.g., 7000234) - Production Target: 12,000 liners per shift
- Speed: 25 units/min nominal
What This Process Does
The Liner PE process:- Receives: Tubular PE film rolls from Extrusión PE (Process 6)
- Transforms: Continuous tubular film → Individual sealed liners
- Delivers: Counted and packaged liners for insertion into bags
- Method: Automated cutting and thermal bottom sealing
Production Flow
Upstream Dependencies
Liner PE consumes PE film from:- Extrusión PE (Process 6): Tubular polyethylene film rolls
- Tracked via lot ID (lote_pe_id)
Downstream Consumers
Produced liners feed into:- Conversión Sacos Vestidos (Process 9): Integrated lined bag conversion
- Manual liner insertion: Offline operations (not tracked in system)
Production Tracking Method
Unit Counter Method (ConversionLinerPEContract.js:116-119):
Data Structures
Key Tables
registros_trabajo
linerpe_consumo_rollo_pe
PE roll consumption:linerpe_calidad_muestras
Quality samples (4 inspections per shift):Lot Generation
Per-Shift Lot Creation (linerPE.service.js:147-159):
One lot generated per shift per order:
Quality Parameters
Critical Parameters
1. Liner Width (ancho_liner)
- Unit: inches
- Tolerance: ±0.25 inches
- Nominal: From order specification (ancho_nominal)
- Critical: No (informational)
- Sampling: 4 inspections per shift
- Input Format: Fractions of 1/8
2. Liner Length (largo_liner)
- Unit: inches
- Tolerance: ±0.25 inches
- Nominal: From order specification (largo_nominal)
- Critical: No
- Sampling: 4 inspections per shift
- Input Format: Fractions of 1/8
3. Bottom Seal (sello_fondo) — CRITICAL
- Type: Pass/Fail (Cumple/No cumple)
- Nominal: Cumple
- Critical: YES
- Sampling: 4 inspections per shift
- Method: Visual inspection and manual leak test
- Impact: Failed seal = contamination risk and product loss
Operational Parameters (Informational)
Recorded once per shift (ConversionLinerPEContract.js:89-101):
Sampling Frequency (ConversionLinerPEContract.js:103-107)
Business Logic
PE Lot Validation (linerPE.service.js:62-68)
Production Validation (linerPE.service.js:71-81)
Quality Auto-Calculation (linerPE.service.js:162-176)
Waste Destination
All waste returns to Extrusor PE (linerPE.service.js:117):
API Endpoints
GET /api/linerpe/detalle
Returns Liner PE line status:
Response:
linerPE.service.js:13-33
POST /api/linerpe/guardar
Saves shift liner production data:
Request Body:
linerPE.service.js:94-233):
- Validate order belongs to Process 7
- Validate PE lots are active (not closed)
- Validate operational parameters if production > 0
- Delete previous shift data (idempotent)
- Get/create
linea_ejecucion - Save
registros_trabajowith operational params - For each PE roll:
- Validate lot exists
- Save PE roll consumption
- Generate or retrieve shift lot:
{codigo_orden}-{correlativo} - Save quality samples (auto-calculate dimensional pass/fail)
- Calculate process state
- Update
bitacora_maquina_status
linerPE.service.js:35-234Permission Required:
MANAGE_PRODUCTION
Machine Status States
Calculated in:linerPE.service.js:192-228
- Sin datos: No production, samples, or waste
- Parcial: Some data recorded
- Completo:
- Production > 0
- At least 1 PE roll declared
- Temperature and speed recorded
- 4 inspections (indices 1, 2, 3, 4)
- Each inspection has all 3 parameters
- Con desviación: Complete but quality parameters failed
linerPE.service.js:204-218):
Traceability
Material and Lot Flow
Waste Return Loop
Operational Rules
Personnel Requirements (ConversionLinerPEContract.js:46-50)
Stop Restrictions (ConversionLinerPEContract.js:16-21)
Downtime Categories (ConversionLinerPEContract.js:40-45)
- Operational: PE roll change, length adjustment, sealer bar cleaning, Teflon replacement
- Mechanical: Sealing resistance failure, photocell failure, cutting pneumatics failure
- Quality: Weak/leaking seal, length out of range, burnt seal
- External: PE film shortage, electrical failure
Impact of Variability (ConversionLinerPEContract.js:51-54)
Related Processes
- Upstream: Extrusión PE (Process 6)
- Downstream: Conversión Sacos Vestidos (Process 9)
- Related: Production Orders, Lot Management