--- alias: user-guide-automation-task-oib-getsetupdetails tags: - automation tasks description: "This task retrieves setup details from the OIB SiplacePro module using specified paths" --- # Get Setup Details The `Get Setup Details` task will retrieve from the OIB SiplacePro module the Setup Details of a specific Setup Full Path. ![1562171137862](./images/getsetupdetails_parameters.png) ## Inputs | Name | Data Type | Description | |---------------|-----------|-----------------------------------------------------------------------------------------------------| | Activate | `Any` | Activate the task | | lineFullPath | `string` | Line Full Path eg:"Virtual Lines\\Virtual Line 01" | | setupFullPath | `string` | Setup Full Path eg:"Demo Setups\\Virtual Line ASM Simple Product Board @ 19-10-07 07:52:24 [13556]" | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | setupDetails | `Object` | Setup Details | | 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. | ![1562259678207](./images/getsetupdetails_settings.png) ## Behavior Call the Task with an OIB Line Full Path and with Setup Full Path and the task will send a command to the OIB SiplacePro, in the reply of the command there will be the details of the Setup. ## Remarks None.