CableCheck (Poka-Yoke Check)
From PlcWiki
(Difference between revisions)
Petr.zalabak (Talk | contribs)
(Created page with 'Generally, this type of an operation checks if the scanned barcode mathes the product ID. It can be called a unique part check. The scanned bar code (or its substring) needs to m…')
Newer edit →
(Created page with 'Generally, this type of an operation checks if the scanned barcode mathes the product ID. It can be called a unique part check. The scanned bar code (or its substring) needs to m…')
Newer edit →
Revision as of 07:56, 14 May 2010
Generally, this type of an operation checks if the scanned barcode mathes the product ID. It can be called a unique part check. The scanned bar code (or its substring) needs to match the product ID (or its substring).
Mandatory parameters
- Operation.name.Type = CableCheck
- Operation.name.Index = (int) index
Other parameters
Bar code settings
- Operation.name.SelectPattern[i] = Regexp
- Operation.name.PartStart[i] = int
This parameter in case of an operation type CableCheck defines the start position in the product ID.
- Operation.name.PartLength[i] = int
- Operation.name.CheckSumType[i] = int
Possible values of CheckSumType: 0 - No check (default settings) 1 - SumEven + 3*SumOdd MOD 10 2 - SumEven + 3*SumOdd MOD 36 3 - Sum MOD 43 (Code39)
- Operation.name.SNStore = No | Yes
This parameter is used here to define if the part bar code is different by its prefix or suffix: No - Part number consists of Product ID + Suffix Yes - Part number consists of Prefix + Product ID