Website | English | δΈ­ζ–‡

9Trigger System β€” Automated Printing

Triggers automatically initiate label printing when certain conditions are met. No manual operation needed β€” the software works on its own.

9.1 When Do You Need Triggers?

9.2 Trigger Types

TypeHow It WorksSuitable For
File WatcherContinuously monitors a folder, triggers when new files appear or are modifiedOthers place data in a shared folder, auto-print
Serial PortListens to a COM port, triggers on matching incoming dataElectronic scales, barcode scanners, industrial equipment
NetworkListens on a network port, triggers on HTTP/TCP requestsERP/MES systems triggering remote print
ScheduledTriggers at configured times (daily, weekly, hourly)Daily report label printing
ManualTriggers when user clicks a buttonTesting triggers, on-demand printing

9.3 Configuring a File Watcher Trigger (Full Example)

Monitor D:\PrintJobs\ β€” whenever a new Excel file appears, auto-print labels.

Go to Data β†’ Trigger Manager.
Click "New Trigger".
Give it a name, e.g. "Folder Auto Print".
Select type: Choose "File Watcher".
Configure parameters:
  • Directory path: Enter D:\PrintJobs\
  • File filter: *.xlsx (monitor only Excel files)
  • Watch events: Check "Created" (trigger on new files)
Select print template: Click "Choose Label" and pick your designed .iba template.
Enable the trigger: Turn on the "Enabled" switch.
Click "OK" to save. Now whenever someone places an Excel file in D:\PrintJobs\, the software will automatically print labels.

9.4 Trigger Condition Expressions (Advanced)

Set extra conditions β€” printing only when they're met:

9.5 Trigger Log

All trigger events are recorded. You can check:


Printing Contents Template Library