1. Neil Prichard
  2. InfoMaker
  3. Wednesday, 2 October 2024 22:16 PM UTC

Can you import more predefined labels into informaker ? A customer is requiring a label type but it is not in the predefined label type, it is label 35027

Andreas Mykonios Accepted Answer Pending Moderation
  1. Thursday, 3 October 2024 11:36 AM UTC
  2. InfoMaker
  3. # 1

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.

Comment
  1. Armeen Mazda @Appeon
  2. Thursday, 3 October 2024 14:44 PM UTC
Thanks Andreas great detailed help!
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.