Entity: Die - LabelHub/labelhub.integration.documentation GitHub Wiki

Die v3

Properties

Name Type Required Default Notes
dieNo string Yes Primary key
width decimal Yes Width of the label on the die (see notes on size)
height decimal Yes Height of the label on the die (see notes on size)
distanceAcross decimal Yes Distance between each label across on the die
distanceForward decimal Yes Distance between each label forward on the die
labelsAcross integer Yes Number of labels on the die across the width of the die
labelsForward integer Yes Number of labels on the die in the forward direction
cornerRadius decimal The radius of the corners on the die
materialWidth decimal The width of the material which this die is intended for
machineNo string Yes Foreign key. References the machine number this die is used on. Usually 1.
printMethod enum digital The printmethod this die is intended for. Values: digital or flexo
shape enum special The shape of the labels on the die. Options: square, round, oval or special

Sample

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<die version="3">
  <dieNo>die123</dieNo>
  <width>117.5</width>
  <height>186</height>
  <distanceAcross>3</distanceAcross>
  <distanceForward>3</distanceForward>
  <labelsAcross>2</labelsAcross>
  <labelsForward>3</labelsForward>
  <cornerRadius>2</cornerRadius>
  <materialWidth>271</materialWidth>
  <machineNo>1</machineNo>
  <printMethod>Digital</printMethod>
  <shape>Square</shape>
</die>
⚠️ **GitHub.com Fallback** ⚠️