Trigger
Triggers only run in the Quality Assurance module.
The following triggers can be selected:
-
No Image Processing Trigger: The trigger is disabled.
-
Activate on Any Bar Code: Any bar code causes activation of this profile.
-
Activate on specific Bar Code values and patterns: Regular expressions can be used to create a desired pattern. If a bar code is read and matches the pattern, activation of this profile occurs.
-
Activate on any Patch Code: Any patch code causes activation of this profile.
-
Activate on a specific Patch Code: Select from patch code types I, II, III, IV, VI, or T to activate this profile.
-
Activate on a populated Index Field: Select a field from the Field name list, and if this field contains data when Image Processing is run, it causes activation of this profile.
-
Activate on specific Index Field values and patterns: Select a field from the Field name list, and if this field contains data that matches the values and/or patterns when Image Processing is run, it causes activation of this profile.
The Zone to search option is unavailable. Depending on the selected trigger, the following UI elements also appear:
Field name: Specify an index field containing the values in the triggering event.
Activation values: Lists the stored activation values, which can be changed with the following buttons:
Button | Description |
---|---|
Add | You can add a regular expression to the list. |
Add Multiple | You can enter multiple activation patterns at once. Each line is considered a new pattern. |
Edit | You can modify the selected value. |
Remove | Deletes the selected value. |
Clear All | Deletes all values. |
Enabling the Match case option makes all values in the list case-sensitive.
Example expression:
(?i)(?<=Invoice Number: )\d+
Invoice Number: 12345
Invoice Date: 10/10/2012