Hi.
If you have its specification you can add it by yourself.
There is a file called "C:\Program Files (x86)\Appeon\InfoMaker 22.0\IDE\pblab.ini". The folder where it's located may differ depending on the installation folder chosen during installation.
This files file contains a section named labels which has contents like:
[labels]
Laser Address 0.50 x 1.75 5267=
Laser Address 1.00 x 2.63 5160,5260=
Laser Address 1.00 x 4.00 5161,5261=
Laser Address 1.33 x 4.00 5162,5262=
Laser Address/Ship 2.00 x 4.00 5163=
...
Here you can add a description for the label(s) you want to describe. After that step you have to define those labels properties. You will add a new section at the end of this ini file defining each label you added and setting the appropriate values. Example: for a label called "Test Label" you would add:
[Test Label]
#--> Put the value you need (3 means 1/1000 centimeters - you can find valid values in infomaker).
units=3sheet=1
# --> Put the value you need
height=3900
# --> Put the value you need
width=19200
# --> Put the value you need
columns=1
# --> Put the value you need
rows=7
# --> Put the value you need
top_margin=1273
# --> Put the value you need
bottom_margin=1127
# --> Put the value you need
left_margin=900
# --> Put the value you need
right_margin=900
# --> Put the value you need
columns.spacing=0
# --> Put the value you need
rows.spacing=0
# --> Put the values you need
shape=roundrectangle(0,0)
Be aware that this file will replaced by the original each time an update version is installed on your computer. So keep somewhere the changes you made...
Andreas.