Board Processed#
The Board Processed task contains the data of one board being produced by one station.
Inputs#
| Name | Data Type | Description |
|---|---|---|
| Activate | Any | Activate the task |
Outputs#
| Name | Data Type | Description |
|---|---|---|
| timestamp | DateTime | Timestamp of when the event was received |
| occurrenceTime | DateTime | Timestamp when the event occurred |
| line | String | Information regarding in which Line the event occurred. Example: 'OIB Training\Line 1' |
| station | String | Information regarding in which Station the event occurred. Example: 'Station 1 - TX1' |
| conveyor | String | Conveyor of the machine where the barcode was read. Example: 'None' |
| recipe | String | Recipe data for the production of this board |
| setupName | String | The name of setup originally from SIPLACE Pro |
| barcode | String | The barcode on the PCB in case the station has a PCB barcode scanner and this scanner was active |
| boardSide | Integer | The board side, which was selected in the SIPLACE Pro recipe. Supported only by station software 703 and higher. The MES system returns the board side. It is logged and can be used for a check. |
| buildTime | Integer | Cycle time in seconds. For stations less than 7xx this value comes from the station and for 7xx and higher is filled with the maximum value of BuildTimePa1 and BuildTimePa2 |
| panelCount | Integer | Count of panels. These are the produced panels. Panels are not produced, if they have an inkspot. Supported only by station software 703 and higher. Lower versions set this value to 0 |
| boardStatus | String | PCB status |
| details | Object | Contains Component, Feeder, FeederTrack, Location, UsedComponents and PlacedComponents information |
| Success | Boolean | Triggered when the task is executed with success |
| Error | Error | Triggered when the task failed for some reason |
Settings#
On the General tab, you have the usual settings and the following settings:
| Name | Data Type | Values | Default | Description |
|---|---|---|---|---|
| Auto Activate | Boolean | true | On initializing the task, subscribes it to the Gate Keeper Messages. If false, only subscribes on Activate. |
Behavior#
The BoardProcessedData object contains the data of one board being produced by one station. Dual lane mode is available, where more than one board is produced in the stations and modelled as a single large virtual board, working synchronously. As such, all the boards are included in a single BoardProcessedData object.
Remarks#
This task uses a specific structure of context-based data called zone. More information on this topic can be read in the Zones page.

