I want to prioritize the assembly of the assembly 1 if all the components to make it are present. If and only if, one of the two components for assembly 1 are not available, the operator can move on to assembly two.
To do this, I tried with a python script in the workstation component. I want to be able to catch the value of a signal from the Warehouse_Process_Shelf (yellow buffer) which is another component. Then, write TRUE to the NoPart1 signal in the workstation component.
I don’t really understand how I can get the value of a signal from component A and use it in a script for component B.
This is my script of the WorkStation (NoPart1Script)