Skip to content

Get Recipe Details#

This task returns the Recipe Details from a given Recipe. Outputs an object with Panel/SubPanel/ComponentPlacement information.

getrecipedetails_parameters

Inputs#

Name Data Type IsTrigger Description
Activate Any Yes Activate the task
lineFullPath string No Line Full Path eg: Virtual Lines\\Virtual Line 01
jobFullPath string No Job Full Path eg: Demo Jobs\\Job ASM ProcessExpert Testboard V10
recipeFullPath string No Recipe Full Path eg: Demo Recipes\\Recipe ASM ProcessExpert Testboard V10

Outputs#

Name Data Type Description
recipeDetails Object Recipe 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.

getrecipedetails_settings

Behavior#

Call the Task with an OIB Line FullPath, JobFullPath and RecipeFullPath and the task will send a command to the OIB SiplacePro, in the reply of the command there will be Panel/SubPanel/ComponentPlacement information.

Remarks#

None.