Action Required: This tool needs your permission to save data (machines, jobs, sequences) in your browser's local storage as it doesn't connect to an external server. Saved data persists between sessions on this device BUT will be lost if you clear your browser's data.
Job Sequencing Tool Local Edition
Dashboard Overview
Machine Status
Running: 0
Idle: 0
Maintenance: 0
Total Machines: 0
Job Queue Status
Pending Jobs: 0
Jobs in Progress: 0
Jobs Completed Today: 0
Avg. Est. Duration: 0 min
Quick Actions
Optimization Suggestion
Run the scheduler to see potential optimizations.
Machine Registry
No machines registered yet.
Job Input Management
No jobs added yet.
Sequencing Scheduler
Add machines and jobs, then run optimization or manually schedule (manual scheduling not fully implemented in this version).
Output & Efficiency Analysis
Completion Summary
Jobs Completed: 0
Total Processing Time: 0 min
Avg. Completion Time / Job: 0 min
Machine Utilization (Estimated)
Total Scheduled Time: 0 min
Estimated Idle Time: 0 min
Utilization Rate: 0 %
Download Reports
Generate and download the current job sequence, machine status, and analysis summary.
Compliance & Standards Note
This tool facilitates planning. Ensure your operational procedures align with relevant standards:
- Scheduling Logic: Basic algorithms like FCFS, SPT are included. Johnson's rule (for 2 machines) is more complex.
- Efficiency Metrics: Provides basic time tracking. True OEE requires real-time data feed (Availability x Performance x Quality).
- Maintenance Sync: Consider machine status ("Under Maintenance") based on ISO 55000 principles.
- Safety Logging: Any safety-related logs should be maintained separately according to OSHA or local regulations.
Import Data from CSV
Import Machines or Jobs from a CSV file. Ensure the CSV has the correct headers.
CSV Format Requirements:
Machines CSV Headers: `MachineID`, `Type`, `Capacity`, `Status` (Idle/Running/Under Maintenance), `WorkingHours` (HH:MM - HH:MM)
Jobs CSV Headers: `JobName`, `JobType`, `DurationMinutes`, `Priority` (High/Medium/Low), `RequiredMachineID`, `DependencyJobID`
Note: Importing ADDS new items. It does not update existing ones. Ensure Machine IDs in the Jobs CSV match existing or imported machines.