Cutting Manager User Manual

Software V. 3.1.1

(For units with single plotter)

User Interface

The user interface provides controls for managing cutting jobs. Key areas include:

Cutting Direction Controls:

Advanced Options

Access advanced settings via the 'Advanced' menu (24).

Settings (24)

Offset and Curve Adjustments

Saved Offsets: When new offsets are applied, they are added to the deltas, which store these saved offsets.

Dashed Lines: For 100% magenta lines in the cutting file, these settings control the cut length and spacing for dashed lines (min 0.1mm, max 819mm).

Sensors: Enable or disable 'Media/Lamination sensors'. If enabled, the software alerts and stops the cut when material runs out.

Approximation of Cut Curves: Adjusts how cut curves are represented.

Cut Sorting: If enabled, the software determines the cutting order; otherwise, it follows the PDF layer order.

Distortion Fixer: Corrects distortions in printed output. A positive value stretches the cut, while a negative value compresses it on the respective axis.

Axis Alignment (X and Y)

When printed output has distortions, the cut may not align with the print. Use the following steps:

X Axis Alignment:

  1. Step 1: Verify the correspondence of the cut with the print.
  2. Step 2: At the indicated point, adjust the offset to align the cut with the print.
  3. Step 3: Increase or decrease the 'Stretch' parameter (X) to fine-tune alignment.

Y Axis Alignment:

  1. Step 1: Verify the correspondence of the cut with the print.
  2. Step 2: At the indicated point, adjust the offset to align the cut with the print.
  3. Step 3: Increase or decrease the 'Compression' parameter (Y) to fine-tune alignment.

Overcut

For thin materials where cuts may not close, enable 'overcut' to advance or delay the blade start/end point by up to 0.9mm per cut.

Black-Mark Recognition

Check Area Parameters: Adjust the position of the black-mark checking area (blue square in camera preview).

Black-Mark Tolerances: Modify tolerances if the print distorts the black mark. Positive values are required. For smaller black marks (under 4mm for 4x4mm or 2mm for 2x2mm), reduce the minimum area by 100. For larger black marks, increase the maximum area by 100 until recognition.

Artwork Rotation

If artwork is not printed straight, cutting lines may have a different grade. To fix this:

  1. Step 1: Check the match between the cut and the print.
  2. Step 2: Rotate the die-cut to find the correct inclination until cut lines and printed lines are parallel.
  3. Step 3: Adjust offsets to match the cut lines to the printed lines.

Adjust rotation by 0.1-degree increments and perform a cut test.

Software Features and Modes

Preset Saving (14): Save current interface values as a new preset for future use. Options include updating the main interface preset, settings preset, or both.

Middle Cut Start (15): Determines if the cut begins in the middle of a vertical side.

QR Mode: When enabled, the camera scans barcodes to automatically load cut files and mark distances. Files must be in the 'Barcode files folder' (default: C:\Cutting Manager\Barcode files folder).

Barcode Folder: A dedicated folder for placing cut files when using QR mode.

Buttons 1 and 2 (17): Used to select and adjust parameters for the plotter.

Industry 4.0 Settings (25): Configure TCP/IP communication for Industry 4.0. Enable the server to make the machine available on the network. Set IP (auto or manual) and port (default 3333).

Reporting and Updates

Report (26)

The 'Report' section displays cuts run by the Cutting Manager system. Session reports are saved automatically. The complete history is located at C:\Unit Cutting Manager\Report\CutHistory.txt. The 'SAVE AS' option allows saving specific work session reports.

Cutting parameters are saved after each job, automatically applying them the next time the software is opened.

How to Update Software

  1. Go to Control Panel.
  2. Uninstall Unit Cutting Manager.
  3. Download the new Cutting Manager release from the website and run the installation.

Device Selector

When connecting multiple plotter units (cannot be used simultaneously), the Device Selector window appears, allowing selection of the active machine. For simultaneous use of two units, a USB 3.0 hub connected to a USB 3.0 port is recommended.

Industry 4.0 Communication

Communication Specifications

The application communicates with the Unit server via TCP/IP. Default server IP matches the network Ethernet port, and the server port is 3333. Data transfer limit is 65MB.

Special characters (), +, "", and ... are used for documentation simplification and are not part of commands. All commands and responses end with "!" as a terminator.

Obtain Unit Status

Command: GET_STATUS!

Description: Retrieves the status of the Unit and its jobs. Data blocks end with 0x17.

Return Data Structure Example:

(Unit STATUS)
Unit STATUS: not cutting/cutting/paused + 0x17 (end of Unit status data) +
(JOB1)
N:(job code),STJ:(job status),FD:(number of files completed),FTD:(number of files to do),C:(customer),TS:(job start time) + ;
(end of JOB1 data) +
(FILE_A OF JOB1)
F:(file name),ST:(file status "not cutting/cutting/paused/suspended/completed"),M:(material),CT:(cut tests done),LD:(layouts done),LTD:(layouts to do),TL:(total of labels done),TE:(time elapsed in seconds),MS:(material speed "x m/min/start and stop/sheets"),FS:(file start at) + ;
(end of FILE_A data) +
(FILE_B OF JOB1)
F:(file name),... + ;
(end of FILE_B data) + 0x17 (end of JOB1 block of data) +
(JOB2)
N:(job code),... + ;
(end of JOB2 data) +
(FILE_C OF JOB2)
F:(file name),... + ;
(end of FILE_C data) + 0x17 (end of JOB2 block of data) + ! (terminator)

Example of Returned Data:

Unit STATUS:cutting(0x17)
N:001,STJ:cutting,FD:0,FTD:2,C:Customer 1,TS:dd-mm-aaaa H:mm;
F:file1,ST:cutting,M:paper label,CT:3,LD:100,LTD:2000,TL:300,TE:3500,MS:16 m/min,FS:dd-mm-aaaa H:mm;
F:file2,ST:not cutting,M:paper label,CT:0,LD:0,LTD:3000,TL:0,TE:,MS:,FS:;(0x17)
N:002,STJ:not cutting,FD:0,FTD:1,C:Customer 2,TS:;
F:file3,ST:not cutting,M:plastic label,CT:0,LD:0,LTD:2000,TL:0,TE:,MS:,FS:;(0x17)!

Job Ended Notification

Description: When a job completes (all layouts done), the server removes it from the queue and provides a report. A report of completed jobs is also stored at C:\Unit Cutting Manager\Report\Queue jobs completed report.txt.

Return Data Structure Example:

(JOB1)
N:(job code),STJ:(job status),FD:(number of files completed),FTD:(number of files to do),C:(customer),TS:(job start time) + ,TF:(job end time) + ;
(end of JOB1 data) +
(FILE_A OF JOB1)
F:(file name),ST:(file status "not cutting/cutting/paused/suspended"),M:(material),CT:(cut tests done),LD:(layouts done),LTD:(layouts to do),TL:(total of labels done),TE:(time elapsed in seconds),MS:(material speed "x m/min/start and stop/sheets"),FS:(file start at) + ;
(end of FILE_A data) +
(FILE_B OF JOB1)
F:(file name),... + ;
(end of FILE_B data) + ! (terminator)

Example of Returned Data:

N:001,STJ:completed,FD:2,FTD:2,C:Customer 1,TS:dd-mm-aaaa H:mm,TF:dd-mm-aaaa H:mm;
F:file1,ST:completed,M:paper label,CT:2,LD:1000,LTD:1000,TL:3000,TE:2000,MS:16 m/min,FS:dd-mm-aaaa H:mm;
F:file2,ST:completed,M:paper label,CT:2,LD:2000,LTD:2000,TL:8000,TE:3000,MS:start and stop,FS:dd-mm-aaaa H:mm;

Job Management

Append Job to Queue

Command: APPEND:N:(job code),C:(customer);(FILE_A->)F:(file name),M:(material),LTD:(layouts to do (number or "u" for unlimited));(FILE_B->)F:(file name),...;!

Description: Appends a new job to the queue. Ensure files have unique names across jobs and within a job.

Example of Sent Data: APPEND:N:001,C:Customer 1;F:FILE_A,M:paper label,LTD:300;F:FILE_B,M:plastic label,LTD:200;!

Return Data: Success message or syntax error message.

Remove Job from Queue

Command: REMOVE:N:(job code/all);F:(file name 1,file name 2/all)!

Description: Removes jobs or files from the queue.

Example of Sent Data:

Return Data: Success message or error message.

Jobs Queue Window

This window displays jobs appended to the queue, showing job code, customer, order, file name, material, layouts done, and layouts to do. Users can delete files using the trash can icon. Completed jobs are removed from the window.

Job code Customer Order File Material Layouts done Layouts to do Actions
001 Customer 1 1 wine label-cutfile-9CM paper 0 5 [delete icon]
2 DIECUT215 paper 0 6 [delete icon]
Models: Single Plotter Cutting Manager App, Plotter Cutting Manager App, Cutting Manager App, Manager App

File Info : application/pdf, 14 Pages, 1.26MB

PDF preview unavailable. Download the PDF instead.

user-manual-finishers-SINGLE-PLOTTER-3.1.1 Adobe PDF Library 15.0 Adobe InDesign 15.1 (Windows)

Related Documents

Preview Graphtec CE8000 Series Cutting Plotter Setup Manual
A comprehensive setup manual for the Graphtec CE8000 Series cutting plotter, covering installation, configuration, and basic operation. Includes instructions for driver and software installation, wireless LAN module setup, connecting to a computer, and initial setup procedures.
Preview Graphtec CE8000 Wireless LAN Setup Guide
Step-by-step instructions for setting up Wireless LAN connectivity on the Graphtec CE8000 Series Cutter, including network selection and IP address configuration.
Preview Graphtec CE7000 Series Blades and Blade Holders
A comprehensive guide to Graphtec CE7000 series blades and blade holders, detailing specifications, compatible media, and usage recommendations for various cutting applications.
Preview Manuel de l'Utilisateur Cutting Master 5 - Graphtec
Guide complet pour l'installation et l'utilisation du logiciel Graphtec Cutting Master 5, incluant les fonctions avancées, la gestion des marques d'enregistrement, les codes à barres et les configurations système.
Preview Graphtec GL860 Isolated Multi-Channel Data Logger: Features, Specifications, and Options
Explore the Graphtec GL860, an evolved, portable, and versatile isolated multi-channel data logger. Discover its features, flexible terminal options, cloud connectivity, and detailed specifications for industrial and scientific applications.
Preview G-REMOTE User Manual: Remote Control for GL Series Data Loggers
Comprehensive user manual for G-REMOTE, a cloud service by GRAPHTEC for remotely controlling GL series data loggers. Covers preparation, service details, display screens, file operations, and custom monitoring functions.
Preview GRAPHTEC GL260 midi LOGGER Quick Start Guide
This Quick Start Guide provides essential information for the initial setup and basic operation of the GRAPHTEC GL260 midi LOGGER data acquisition system.
Preview Graphtec GL840 Midi Logger Quick Start Guide
A quick start guide for the Graphtec GL840 Midi Logger, covering basic operations, connections, safety, and key functions for data recording and analysis.