Placeholders

There are three groups of placeholders that are displayed by group in a table and are replaced in dif­ferent ways. Below we will show you the placeholders available in Signa Station. See Insert placeholder  for a description of how to insert.

In many workflows (e.g. working with barcodes) it is a good idea to use only certain characters or numbers in the existing placeholders.

Examples:

"$[jobname:3]" Only the first three characters of the placeholder will be used.

"$[jobname:-3]" Only the last three characters of the placeholder will be used.

Why it is feasible to limit the number of characters for placeholder replacement

The formatting instructions for the placeholders ensure that the mark always contains the same num­ber of characters during placeholder replacement, which enables controlled use of the marks across jobs. Otherwise, it can happen, especially in the case of marks with multiple placeholders, that exten­sive job information exceeds the readability of the mark.

In the case of text marks, the sheet size limits the number of characters that can be represented. For binary, bar or area codes, the restriction is less obvious, but even with these codes, only a maximum number of characters can be represented at a time.

For example, a maximum of 72 characters is possible with a DataMatrix code 16x48, as in the stan­dard "NelaPlateControl" mark. Without formatting instructions in the placeholders, a job with exten­sive details such as very long job names could produce undesirable results when generating the marks or replacement could not be performed at all.

Therefore, you should find out how many characters can be displayed with the code you are using before creating the marks. Either use the formatting instructions to limit the characters per place­holder so that the maximum number of characters is not exceeded, but a meaningful mark is still gen­erated, or select a code that allows more characters to be displayed.

Formats for placeholders

Formats

Explanation

:n or :+n

Only the first "n" characters will be used.

:-n

Only the last "n" characters will be used.

:(n1,n2)

The first "n1" characters and the last "n2" characters will be deleted.

:(n1;n2)

The first "n1" characters, if any, will be deleted and the next "n2" characters will be used (if there are less "n2" characters, only those will be used).

:# or :+#

Only the leading digits will be used (no characters).

:-#

Only the tailing digits will be used (no characters).

:* or :+*

Only the tailing digits will be deleted (no characters).

:-*

Only the leading digits will be deleted (no characters).

Any natural digits can be specified in formats.

Examples:

Format

Replaced text

None

Alphabet (lowercase): abcdefghijklmnopqrstuvwxyz -
Alphabet (uppercase): ABCDEFGHIJKLMNOPQRSTUVWXYZ

44

Alphabet (lowercase): abcdefghijklmnopqrstuvwxyz

-44

Alphabet (uppercase): ABCDEFGHIJKLMNOPQRSTUVWXYZ

(64.0)

Alphabet (uppercase): ABCDEFGHIJKLMNOPQRSTUVWXYZ

(17;27)

abcdefghijklmnopqrstuvwxyz

(alphabet,alphabet)

(lowercase): abcdefghijklmnopqrstuvwxyz -

(abcdefgh;alphabet)

ijklmnopqrstuvwxyz -

(abc,44)

defghijklmnopqrstuvwxyz -

(abc;26)

defghijklmnopqrstuvwxyz -

(17,alphabet)

abcdefghijklmnopqrstuvwxyz -

(17;alphabet)

abcdefghijklmnopqrstuvwxyz -

In row 1 of the table, the replaced text is to be viewed without a format. For example, to use the for­mat from row 5, the placeholder "$[jobid:(17;27)]" is entered in the mark. When substrings are formed from the replaced text, the set limits are not applied to the substring if strings are used.

Formats for layer placeholders

Placeholders showing layer-specific data, like the name of the assigned PDF document, always show the data of the last active layer. In versioned jobs, this is generally the layer that is wanted.

The effect of format ":Ln" on layer-specific placeholders where n is greater than or equal to 0 and smaller than the layer total is that the data for the specified layer are replaced in the placeholder. In this process, layers are incremented, starting with 0. Format ":Lall" has a special position. This shows the data of all active layers.

At present, the following placeholders are supported:

$[DocumentTitle]

$[DocumentAuthor]

$[DocumentSubject]

$[DocumentKeywords]

$[DocumentPageName]

$[DocumentPageNumber]

$[DocumentRecord]

$[DocumentTrimSizeX]

$[DocumentTrimSizeY]

In the case of segmented folding sheets, this format lets you address the assigned PDF documents on the single segments.

Examples:

$[DocumentPageName:L0] - The name of the assigned PDF document of the first active layer of the page displays.

$[DocumentPageName:Lall] -  The names of all PDF documents of the active layers of the page display.

Formats for unit-specific placeholders

Placeholders that are unit-specific, in other words where the unit set in the Preferences plays a part, are normally always output in the unit set by default. For example, to be able to use a different unit in barcode marks for finishing than specified in the user interface of Signa Station, you can define placeholders that deviate from the default using these format instructions. This makes it possible to take into account technical requirements relating to machines without having to use units unfamiliar to the user in the user interface.

The format ":Uc" replaces the placeholder in the specified unit. In addition, a set number of digits can be added to unit-specific placeholders. In this case, the value that is output is rounded up as an inte­ger and, if necessary, filled with leading zeros. The format available for this is ":n" or ":Uc:n" with n taken from (0..9) and c from (m, cm, dm, mm, um, point, inch, cicero, pica, didot, foot, pica).

At present, the following placeholders are supported:

$[MasterPageX]

$[MasterPageY]

$[PositionOnPaper]

$[ImpBleedSizeX]

$[ImpBleedSizeY]

$[PageTrimSizeX]

$[PageTrimSizeY]

$[PageOffsetX]

$[PageOffsetY]

$[PaperFormat]

$[PaperThickness]

$[PlateSizeX]

$[PlateSizeY]

Examples:

$[PlateSizeX:Umm] - Outputs the plate size in millimeters, independent of the set unit

$[PlateSizeX:4] - Outputs the plate size as an integer in the set unit, with leading zeros added, if necessary

$[PlateSizeX:Umm:4] - Outputs the plate size as an integer in millimeters, with leading zeros added, if necessary

Formatting of date placeholders

You can set the date and time in very different ways. This can be done through formatting because it is pointless to provide a separate placeholder for each possible notation. To format a date place­holder, the introductory formatting character, the colon, is followed by "@" and after that the date format is set.

Letter

Date or Time Component

Y

Year

M

Month

w

Calendar week

d

Day

u

Day in week

H

Hour (0-23)

h

Hour am/pm (1-12)

m

Minute

s

Second

a

AM/PM marker

Placeholders

Replacement (example)

$[PrintDate:@yyyy.MM.dd - HH:mm:ss]

2022.07.04 - 22:22:56

$[PrintDate:@h:mm a]

9:08 AM

$[PrintDate:@HH:mm 'hours']

14:08 hrs

$[PrintDate:@hh]

12

$[PrintDate:@yyyy.MM.dd - HH:mm]

2022.07.04 - 2:08 PM

The following characters are permitted within the formatting:

, . - _ / and blank

Free text:

Place in apostrophes

List of implemented placeholders for text marks by groups

Group: Replacer in Workflow

Placeholders that are replaced by the Prepress Manager in a Prepress Manager workflow, even if Signa Station is started from the Prepress Manager.
These placeholders are replaced by Signa Station in a workflow without the Pre­press Manager.

Required place­holder reference in
Signa Station to make replace­ment possible.

Date PDF document was modified

Used, for example, on a correction PDF with the same name as the PDF already assigned to the pages. The benefit of using such PDFs is that the page assignment does not change. The disadvan­tage is that you cannot detect in the proof whether the new PDF was used. You can modify this using a suitable mark with a placeholder for the modification date.

$[DocumentModification­Date]

 

Article Name

$[ArticleName]

Press sheet/cut­ting die/1up

Article Number

$[ArticleID]

Press sheet/cut­ting die/1up

If placeholders $[ArticleID] or $[ArticleName] are set in relation to the 1up, they return the article number or name of the 1up. If these placeholders are used in relation to the cutting die or press sheet, they return a list of all folding schemes used on the cutting die or press sheet. This list does not con­tain duplicate entries (each item is listed only once) and is sorted alphanumerically. In this way, you have, for example, an identification on each "separated die sheet" which articles are placed on it, and you can quickly identify whether the die sheet is homogeneous.

ASIR Details (2/5 Interleaved)

$[ASIRDetailsI25]

Folding Sheet

ASIR Details (Code 128)

$[ASIRDetailsC128]

Folding Sheet

Asir code (Müller Martini)

$[ASIR]

Folding Sheet

Job Name

$[jobname]

Press Sheet

Job Number

$[jobid]

Press Sheet

Output Date

$[Date]

Press Sheet

Output Time

$[Time]

Press Sheet

Sheet

$[Sheet]

Press Sheet

Sheet Description

$[SheetDescription]

Press Sheet

Document of page

$[DocumentPageName]

Page

Layer Name

$[LayerName]

Press Sheet

Trim Box (width in document)
[Trim Box (width)]

$[PageTrimSizeX]

Page

Trim Box (height in document)
[Trim Box (height)]

$[PageTrimSizeY]

Page

Trim box, horizontal offset
[Trim Box, Offset Horizontal]

$[PageOffsetX]

Page

Trim box, vertical offset
[Trim Box, Offset Vertical]

$[PageOffsetY]

Page

Date PDF was created

$[DocumentCreationDate]

 

Data Record Number in PDF/VT

$[DocumentRecord]

Page

Folding Sheet ID

$[FoldingSheetID]

Folding Sheet

Separation

$[Color]

Press Sheet

Color separation (color code)

$[ColorCode]

Press Sheet

Color separations: All color names 'On all Colors'

$[color all-a]

Press Sheet

Color separations: All color names in separation colors

$[color all-c]

Press Sheet

You can display the $[color all-c] and $[color all-a] placeholders to view the color separations in the graphic view of the press sheet, in the list view and in the report. For more details, see Use of the placeholders for color separations for press sheets and/or lists and reports.

Customer Nickname

$[NickName]

Press Sheet

Customer Name

$[customername]

Press Sheet

Customer ID

$[customerid]

Press Sheet

Layout Bleed Size (Width)

$[ImpBleedSizeX]

Page

Layout Bleed Size (Height)

$[ImpBleedSizeY]

Page

Layout Name

$[ImpPlanName]

Folding Sheet

Delivery quantity

$[Quantity]

 

Delivery quantity per folding sheet

$[QuantityPerSheetRegion]

Folding Sheet

This placeholder displays the delivery quantity, divided by the number of copies placed on the sheet. If the last step of the surface is produced on different machines and not all of the available sheets are to be processed, the mark tells you when the desired delivery quantity is reached. It does not include the quan­tity in cases where the job is spread across several sheets in gang jobs.

 

Paper Thickness

$[PaperThickness]

Press Sheet

Paper Size

$[PaperFormat]

Press Sheet

Paper Grammage

$[PaperGrammage]

Press Sheet

Paper Grain Direction

$[GrainDirection]

Press Sheet

The paper grain direction is defined in the paper resource that is assigned to the press sheet. The "Paper Grain Direction" placeholder is replaced by the localized text of the paper grain direction. The arrow indicating the grain direction has dashed lines in the graphic view if "undefined" is set in the related paper resource or if no paper resource is assigned to the press sheet.

 

Paper Name

$[PaperName]

Press Sheet

Paper Grade (ISO)

$[PaperFormat]

Press Sheet

Product Code

$[Productcode]

Folding Sheet / Page

Process Calibration Curve

$[ProcessCalCurve]

Press Sheet

Page rotation (0, 90, 180, 270 degrees)

$[PO]

Page

Page Comment

$[PaperComment]

Page

Page List

$[PageSetName]

Page

Layout Page Number

$[PagePositionName]

Page

Page Number in Document

$[DocumentPageNumber]

Page

Page Scale (width)

$[PageScaleX]

Page

Page Scale (height)

$[PageScaleY]

Page

Keywords in the document

$[DocumentKeywords]

Page

Product Part

$[ProductName]

Press Sheet

Subject of the document

$[DocumentSubject]

Page

Document title

$[DocumentTitle]

Page

Author of the document

$[DocumentAuthor]

Page

Target Date

$[DeliveryDate]

 

IconNote00199.png

Note: The replacers are also always part of the "Replaced in all workflows" group. Because of the increased number of replacers as of version 2015, these are grouped separately in the table for a better overview.

Group: Replacer in Signa Station

Placeholders that are always replaced by Signa Station in every workflow, even if the job/product part is edited in Prepress Manager:

Required place­holder refer­ence in
Signa Station to make replace­ment possible.

Absolute Job Path

$[JobPath]

Press Sheet

No. of 1ups (per cutting die / per sheet)

$[OneUpCount]

Press Sheet

Press Sheet Count in Product Part

$[PressSheetCount]

Press Sheet

For gang jobs, the information about how many gang parts are on the sheet and how many copies per gang part are on the sheet is important for finishing.

 

Nr. Gang Part 1ups
(in gang job)

$[GangPartOneUpCount]

Press Sheet

Nr. Gang Part 1ups on Sheet

$[PressSheetGangPartOneUpCount]

Press Sheet

Nr. Copies per Gang Part 1up
(in gang job)

$[CopiesOfGangPartOneUp]

Assembly Block/Folding Sheet

Nr. Copies per Gang Part 1up on Sheet

$[PressSheetCopiesOfGangPartOneUp]

Assembly Block/Folding Sheet

Folding Sheet Count in Product Part

$[FoldingSheetCount]

Press Sheet

Application

$[Application]

Press Sheet

Sheet Quantity (Sheet Optimization)

$[LabelPrintingVolume]

Press Sheet

Output parameter set

$[OutputParameterSet]

Press Sheet

Required Material (Total Area)

$[RequiredReelArea]

Press Sheet

Required Material (Total Length)

$[RequiredReelLength]

Press Sheet

User-defined field 1...5 (part of gang job)

$[GangPartUser1...5]

 

Binding Methods

$[Binding]

Press Sheet

Sheet Number

$[SheetNo]

Press Sheet

Surface
Front surfaces "F"
Back surfaces "B"

$[SurfaceCharacter]
(especially for Nela plate logistic sys­tems, part of the "NelaPlateControlDe­tails" standard mark; always uniform and non-localized, unlike "Surface­Name")

 

Lot Number

$[LotID]   

Page

Press Date

$[PrintDate]

Press Sheet/Assembly Block

The print date results counted back from the target dates.
The print date can be output on the press sheet as a marks placeholder. If the placeholder is set in relation to an assembly block, it is replaced at the time the gang part is printed. If the placeholder is set related to a press sheet, the earliest print date is calculated from the print dates of the gang parts and displayed. If no print date is defined in the gang part, the delivery date is output instead.

Printing Type

$[PrintType]

Press Sheet

Trim Box (width in layout)

$[LayoutTrimSizeX]

 

Trim Box (height in layout)

$[LayoutTrimSizeY]

 

Created by

$[Creator]   

Press Sheet

Folding Sheet Description / Version

$[FoldingSheetDescription]

Folding Sheet

Folding Sheet ID

$[SheetRegionID]

Folding Sheet

Folding Sheet Group

$[SheetRegionGroupIndex]

Folding Sheet

Folding Sheet Index in Folding Sheet Group

$[SheetRegionInGroup]

Folding Sheet

Folding Sheet Number

$[Sheetregionno]

Folding Sheet

Folding Rule (HDM)

$[StahlFold]   

Press Sheet

Folding Scheme Name

$[SchemeName]   

Folding Sheet

Folding Scheme Name (CIP4)

$[SchemeNameCIP4]   

Folding Sheet

Note: The placeholders $[SchemeName] and $[SchemeNameCIP4] can also be replaced on a press sheet basis. If these placeholders are used in marks set on a press sheet, they output a list of all fold­ing schemes used on the press sheet. Each scheme - even if it placed multiple times - is listed only once.

Collating Number

$[SheetregionGroupno]   

Folding Sheet

Collating Number as Letter

$[SheetregionGroupnoAsCharacter]   

Folding Sheet

Max. Folding Sheet Group

$[MaxSheetRegionGroupIndex]

Folding Sheet

Max. Folding Sheet Index in Folding Sheet Group

$[MaxSheetRegionInGroup]

Folding Sheet

Information about placeholders (Max.) Folding Sheet Group/(Max.) Folding Sheet Index in Folding Sheet Group:

For finishing, barcode marks are generally used that help to identify a folding sheet. In mixed binding, the folding sheet groups and the relation of the folding sheets are also interesting in this case.

Using the placeholders for folding sheet groups and folding sheet index, you can create marks that provide this information. In ganging optimization, the data are read from the gang part analog to the folding sheet number if the folding sheet concerned was sent for ganging from the Cockpit.

Work Style

$[PrintWorkstyle]

Press Sheet

Color Total

$[ColorCount]

Press Sheet

Number of 1ups on Sheet

$[PressSheetPageCount]

Press Sheet

Modified by

$[Modifier]   

Each reference

Max. Folding Sheet Number

$[MaxSheetNumber]   

Folding Sheet

Shape Name

$[ShapeName]

Folding Sheet

Shape ID

$[ShapeID]

Folding Sheet

Lenticular Lens Width

$[LenticularPitch]

 

Lenticular Mode

$[LenticularMode]

 

Lenticular Scaling

$[LenticularScaling]

 

Last folding sheet (tag)
In the gang job, marks the last folding sheet of the source job (not the last fold­ing sheet on the gang run form).

$[LastFoldingSheetMarker]

Folding Sheet

Version Index (e.g. for Barcode)

$[VersionIndex]

Folding Sheet

Master Page (Width)

$[MasterPageX]

 

Master Page (Height)

$[MasterPageY]

 

Press Name

$[PressName]   

Press Sheet

Name of the cutting die file

$[CuttingDieName]
Note: The old placeholder $[Cff2Name] will continue to be replaced correctly.

Press Sheet

Plate Template Name

$[PlateTemplate]

Press Sheet

Job Notes

$[OutputComment]

Press Sheet

Job Notes

$[JobInfo]

Press Sheet

Collating Group Number

$[CollatingGroupno]

Folding Sheet

Station Number

$[StationNumber]

Page

OPP / OPC

$[OPP]

Press Sheet

Grain Direction (part of gang job)

$[GangPartGrainRestiction]

 

Pagination Number

$[PaginationNumber]

Folding Sheet

Paper Usage (Sheet Optimization)

$[LabelOptimizationPaperUsage]

Press Sheet

Paper Usage per Sheet (Sheet Optimiza­tion)

$[LabelOptimizationPaperUsagePer­Sheet]

Press Sheet

Paper Name (Sheet Optimization)

$[LabelOptimizationPaperName]

Press Sheet

A particular structure for a Data Matrix mark was agreed upon with Nela for the interaction with Nela plate logistic systems so that the mark to be imaged on the plate can transport all necessary information. The content is described in the SF-NELA-Prinect.xlsx barcode definition. The "PlateSizeX/Y" and "SurfaceCharacter" placeholders are contained in the "NelaPlateControlDetails" standard mark.

To be able to be read as a barcode for the Nela plate logistic systems, the $[Plate­SizeX] and $[PlateSizeY] placeholders are always output as four-digit integers using the ':Umm:4' format.

 

Plate Size (width)

$[PlateSizeX]

 

Plate Size (height)

$[PlateSizeY]

 

Position on Paper

$[PositionOnPaper]

Press Sheet

Report Page Number

$[ReportPageNo]

Press Sheet

Web Name

$[WebName]   

Press Sheet

Front and Back / Top and Bottom

$[SurfaceName]

Press Sheet

Segment Name

$[SegmentName]

Segment (as seg­ment label), fold­ing sheet/assem­bly block or page

During optimization with segments, the placeholder with the name of the used segment template is replaced if segmented folding sheets are not involved. If the mark is placed onto the paper, subject or press sheet, all segments on these items separated by commas are replaced by the placeholder.

The names of the initial segments do not display.

Number of Pages

$[PageCount]

Press Sheet

Page Cut Index

$[PageCutIndex]

Press Sheet

Part Number

$[Tile]

Press Sheet

Product Part Comment

$[JobpartComment]

Press Sheet

Product Part Template Name

$[JobPartTemplateName]

Press Sheet / Page / Folding Sheet

Overproduction (part of gang job)

$[GangPartOverproduction]

 

Version Description (Language Version)

$[VersionDescription]

 

Version Name (language version with sheet variant)

$[VersionName]

Folding Sheet

Version Description (Language Version)

$[VersionNameSimple]

Folding Sheet

Tool ID

$[ToolID]

Press Sheet

Outer Shape (Tag)

$[OuterFormMarker]

Folding Sheet

IconNote00200.png

Note: As of version 2018, the following special placeholders for gang jobs were replaced by universal placeholders irrespective of the work mode:

 

Placeholder up to version 2017

General placeholder

Part of Gang Job (Job Num­ber)

$[GangPartJobID]

$[jobid]

Part of Gang Job (Job Notes)

$[GangPartJobInfo]

$[jobname]

Part of Gang Job (Job Name)

$[GangPartJobName]

$[JobInfo]

Part of Gang Job (Customer Name)

$[GangPartCustomername]

$[customerid]

Part of Gang Job (Quantity)

$[GangPartQuantity]

$[Quantity]

Part of Gang Job (Paper Name)

$[GangPartMaterial]

$[PaperName]

Part of Gang Job (Target Date)

$[GangPartDeliveryDate]

$[DeliveryDate]

Part of Gang Job (Docu­ment of Page)

$[GangPartContentData]

$[DocumentPageName]

Part of Gang Job (Final Size)

$[GangPartFinalDimension]

$[PageTrimSizeX],
$[PageTrimSizeY] *

Part of Gang Job (Overpro­duction)

$[GangPartOverproduction]

$[GangPartOverproduction]

Part of Gang Job (Grain Direction)

$[GangPartGrainRestiction]

$[GangPartGrainRestiction]

Folding Sheet Count in Product Part

$[GangPartFoldingSheetCount]

$[FoldingSheetCount]

Folding Sheet Number

$[GangPartSheetregiono]

$[Sheetregionno]

Part of Gang Job (Colors Front)

$[GangPartColorsFront]

$[ColorCount] **

Part of Gang Job (Colors Back)

$[GangPartColorsBack]

$[ColorCount] **

Part of Gang Job (Pages)

$[GangPartPages]

$[PageCount]

Part of Gang Job (User-defined Field n)

$[GangPartUser1] - $[...5]

$[GangPartUser1] - $[...5]

* Placeholder $[GangPartFinalDimension] is replaced by the two placeholders $[PageTrimSizeX] and $[PageTrimSizeY].

** The $[ColorCount] placeholder is replaced by the number of colors on the surface on which this placeholder is placed.

The general placeholders are replaced in the gang job by the data of the gang part if they are placed related to the folding sheet or page. If these placeholders are placed related to the press sheet (plate, subject or paper), then they are replaced by the values of the gang job. In general, the following is applicable for replacement: placeholders that will be replaced by information from the gang part are always replaced by Signa Station. Placeholders of the gang job continue to act as before and, if nec­essary, are also replaced by the Cockpit.

The previous "GangPart" placeholders continue to be replaced as before. However, they are no longer listed in the list of placeholders.

If the placeholder for the gang job is to be replaced, although it was placed related to the folding sheet or page, then this is done by a prefixed "%". For example, folding sheet-specific placeholder $[jobid] is replaced by the job number of the gang part but placeholder $[%jobid] by the job number of the gang job.

Group: Replacement during output (Latestage)

Marks of this type are replaced only after generation of the Tiff-B data and imme­diately prior to platemaking. The use of such marks is only useful in a Prinect sys­tem. As the placeholders of the "Latestage" group are replaced only in Tiff-B data, they will not be replaced when used in other marks.
You can also use placeholders of other groups for the Latestage workflow , see the list in Latestage Marks.

 

Group identifier

$[GroupID]

 

Plate batch identifier

$[PlateBatchID]

 

Plate cart name

$[PlateCartName]

 

Plate stack size

$[PlateStackSize]

 

Group: Never Replace

Placeholders that are not replaced by Signa Station but by the Prepress Manager:

Are not replaced. Should refer in
Signa Station to the press sheet.

Resolution (X Direction)

$[ResolutionX]

Press Sheet

Resolution (Y Direction)

$[ResolutionY]

Press Sheet

Sheet Variant Name

$[VariantName]

Press Sheet

Sheet ID

$[SheetID]

Press Sheet

Surface Comment

$[SurfaceComment]

Press Sheet

Press ID

$[PressID]

 

Printing Plate Count

$[PrintPlateCount]

 

Folding Sheet Number
(unique in the entire system)

$[SheetRegionSystemNo]

 

ICC Press Profile

$[ICCPressProfile]

Press Sheet

ICC Proofer Profile

$[ICCProoferProfile]

Press Sheet

Customer Approval Comment

$[CustomerApprovalCom­ment]

Press Sheet

Customer Job Name

$[CustomerJobname]

Press Sheet

Customer Job ID

$[CustomerJobID]

Press Sheet

Linearization Group

$[LinearizationGroup]

Press Sheet

Linearization Curve

$[LinearizationCurve]

Press Sheet

MetaDimension Interpreter

$[Interpreter]

 

Name of Sequence Template

$[SequenceTemplateName]

Press Sheet

Plate Date

$[PlateDate]

Press Sheet

Plate ID

$[PlateID]

Press Sheet

Plate ID all plates

$[PlateID all]

Press Sheet

Plate Code

$[PlateCode]

Press Sheet

Plate Product ID

$[PlateProductID]

Press Sheet

The plate ID is generated in the Cockpit whenever plates are created ("ImpositionOutput" sequence). This plate ID is unique in the system and, for that reason, can be used during printing to sort the plate stack or assign it to the press.

Also if a plate is to be re-imaged, for example, if errors were detected in a separation, this plate ID can help find this plate easily for re-imaging. The re-imaged plate then has exactly the same plate ID.

The plate product ID is generated by the software in which the job is created. For example, this can be Business Manager or a third-party software. Because the plate product ID is not generated within the Cockpit, there is no guarantee that it is unique in the Prinect system. The plate product ID is accepted by the Cockpit and can also be processed in it.

Production Approval Comment

$[ProductionApprovalCom­ment]

Press Sheet

Project ID

$[ProjectID]

 

Proof Date

$[ProofDate]

Press Sheet

Proof ID

$[ProofID]

Press Sheet

Proof Code

$[ProofCode]

Press Sheet

Process Calibration Group

$[ProcessCalGroup]

Press Sheet

Dot shape

$[DotShape]

Press Sheet

Screen system

$[ScreenSystem]

Press Sheet

Screen Frequency

$[ScreenRuling]

Press Sheet

Screen Angle

$[ScreenAngle]

 

Page Source Job Number

$[PageSourceJobID]

Press Sheet

Signature Number

$[Signature]

Press Sheet

Submit Comment

$[SubmitComment]

Press Sheet

Use of the placeholders for color separations for press sheets and/or lists and reports

The $[color all-c] and $[color all-a] placeholders are replaced during processing. As a result, details can display in the graphic view of the press sheet, in the list view and in the report.

1.Create a new text mark in "Resources > Marks".

2.Give it a suitable name and insert the placeholder, e.g. "$[color all-c]". If necessary, customize the settings, for example, the font size.

You can place the new mark on the press sheet and/or use it for the list view or report.

Press Sheets:

In the Press Sheet Inspector in the "Marks" tab, click "Select mark from Resources for place­ment...".

Place the new mark in the graphic view of the press sheet.

List/report:

In the list view, invoke "Select Columns..." from the context menu.

Click "Add Mark" in the "Select Columns" dialog.

Select the new mark and click "OK".

Assign a column name (e.g. "All Colors") and click "OK" twice.

The data are listed in the table and also appear in the report.

Placeholder for specifying the program version

By entering the "$[ProductVersion]" placeholder, you can place a mark on the press sheet that dis­plays the program version of Prinect Signa Station. You cannot select the placeholder from the list of placeholders but must enter it manually.