Validation

The validation settings are used to verify if the rule applies to the incoming identification string. If the rule applies, the controller will execute the actions attached to the rule.

It is possible to select anything from 1 to 64 characters in the string to match against a given text.

Example:
Match part-> 1-3, 9-10
Match string->SNPDL
String 1-> SNP12345DL -> Match (bit 1-3 is SNP and bit 9-10 is DL)
String 2-> SNPDL1234 -> No match (bit 1-3 SNP but bit 9-10 is 34)

For firmware version 1.15.0 and later it is possible to add an Accept anything validation. Set the Length to 0 and leave the Match Part and Match Text empty. Do not create more than one accept anything validation on the same controller.

Parameter

Description

Identification string length

Length of identification string. Set automatically when the Enter/scan button and then the OK button is clicked.

Match part

Positions in the indentification string.

The selection is done in a separate window.

Match string

Characters that will match the string according to the match part.