Table of Contents

<onUnitScan> Element

This element defines what happens when a unit is scanned by a station.

Parent Elements

stationType

Attributes

Name Type Description Required
sequenceCheck sequence range If this is defined, this station will perform an intermediate check on the unit state and any problems will be displayed at the station. No
silentSequenceCheck sequence range This works the same as sequenceCheck, except that problems will not be displayed at the station. Plug-ins can use the sequence check results. No
transition string If this is set, it specifies what workflow transition should occur for the unit. Note that only one transition can occur for this event for each station type; thus, if one station type defines transition "A" to occur, and a derived station type defines transition "B" to occur, only transition "B" will occur for this event for the derived station type. This transition will not occur if the station at which the unit is being scanned is configured to perform final checks on the unit, and one or more problems are found. A custom plug-in can also indicate that any transitions should be canceled while processing a "on unit scan" event (or, conversely, it can force transitions to always occur). No

Child Elements

Name Description Required
alerts Defines alerts that can be displayed at the workstation when a unit is scanned. Alerts defined for a station type will be inherited by derived station types. No

Remarks

Intermediate checks include:

  • Ensure that there are no unrepaired defects.
  • Ensure that all required buyoffs with sequence numbers defined and in the specified sequence range have been set.
  • Ensure that all components with sequence numbers defined and in the specified sequence range were verified and are valid.
  • Ensure that all tests with sequence numbers defined and in the specified sequence range were performed and passed.