Recipe execution requests
Use the PXRQ instruction in the phase logic to request these types of data available or meaningful only during Batch execution:
- DownloadMaterial ManagerData Container in Use
- UploadMaterial ManagerData Container in Use
- Download Container Binding Priority
- Upload Container Binding Priority
- Download Sufficient Material
These commands give the phase logic programmer access to the data of the material entities the phase logic interacts with.
The attribute ID for a standard attribute is the index. The attribute ID for a custom attribute is the sum of the controller ID and the index.
Summary of these recipe execution requests:
External Request | DINT[0] | DINT[1] | DINT[2] | Description |
---|---|---|---|---|
Download Material Manager Data Container in Use | 1 | Attribute ID | Array Index | Download data about the container currently in use. |
Download Material Manager Data Container in Use | 2 | Attribute ID | Array Index | Download data about the current material inside the container currently in use. |
Download Material Manager Data Container in Use | 3 | Attribute ID | Array Index | Download data about the current lot inside the container currently in use. |
Upload Material Manager Data Container in Use | 1 | Attribute ID | Array Index | Upload data about the container currently in use. |
Upload Material Manager Data Container in Use | 2 | Attribute ID | Array Index | Upload data about the current material inside the container currently in use |
Upload Material Manager Data Container in Use | 3 | Attribute ID | Array Index | Upload data about the current lot inside the container currently in use. |
Download Container Binding Priority | Array Index | Download the current binding's container priority | ||
Upload Container Binding Priority | Array Index | Upload a new container priority for the current binding. | ||
Download Sufficient Material | Array Index | Download data about sufficient material for step. |
Provide Feedback