BarcodeLabel

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > Definition Objects >

BarcodeLabel

Description

A BarcodeLabel object details how physical barcode labels should be printed and for what type of target. It is a child object of PaperTargetLabel.

Design

Name

Value Type

Description

StageLabel

String

A unique value that is used in the mapping process of shots to events. StageLabels are defined in Singular objects.

StageLabel values are traditionally a single character.

Required and may not be empty.

Series

String formatted as a Value Series.

The series numbers to print on the barcode labels.

Required.

TargetName

String

The formal name of the paper target to use with this BarcodeLabel option.

Required and must be a valid target name. Target names are list at www.orionscoringsystem.com.

LabelSize

String

The size of barcode labels that should be used for printing. To avoid future name colision, the original product name is used, not the Orion 'small' or 'large' barcode label as used in the product. Value must be one of the following:

OL385 (for Small barcode labels)

OL161 (for Large barcode labels).

Not required, defaults to OL385.

 

Example for shooting 5 shots per bull in a 60 shot air pistol match.

{

  "StageLabel" : "S",

  "Series" : "1..12",

  "TargetName" : "10m Air Pistol 1 Bull"

}

Examples for shooting 1 shot per bull in a 3x10 air rifle match on 12 bull targets.

{

  "StageLabel" : "P",

  "SeriesLabels" : "1",

  "TargetName" : "10m Air Rifle 12 Bull Target"

},

{

  "StageLabel" : "S",

  "SeriesLabels" : "1",

  "TargetName" : "10m Air Rifle 12 Bull Target"

},

{

  "StageLabel" : "K",

  "SeriesLabels" : "1",

  "TargetName" : "10m Air Rifle 12 Bull Target"

}

 


 

Note:

The Reconfigurable Rulebook and functionality will be implemented with the release of Orion Scoring System v. 3.0 (TBA)