Material database requests
Use the PXRQ instruction in the phase logic to request material data within the material database. These requests provide a means for accessing or storing a value to or from the material database. This provides the greatest flexibility for customization of phase logic and use of the database.
TIP:
The data type in the controller must match the data type of the parameter or report ID specified in the data value array element DINT[1].
This is a summary of the material database requests:
External Request | DINT[0 ] | DINT[1] | DINT[2] | DINT[3] | DINT[4] | Description |
Download Material Database Data | 0 | Parameter ID | Controller ID | Attribute ID | Download Material Attributes | |
Download Material Database Data | 1 | Parameter ID | Controller ID | Attribute ID | Download Lot Attributes | |
Download Material Database Data | 3 | Parameter ID | Controller ID | Attribute ID | Download Container Attributes | |
Download Material Database Data | 4 | Parameter ID | Material ID | Container ID | Feed Type:
1-Addition
2-Distribution | Downloading Container Priority Assignments |
Download Material Database Data | 5 | Report ID | Controller ID | Attribute ID | Uploading Material Attributes | |
Download Material Database Data | 6 | Report ID | Controller ID | Attribute ID | Uploading Lot Attributes | |
Download Material Database Data | 8 | Report ID | Controller ID | Attribute ID | Uploading Container Attributes | |
Upload Material Database Data | 9 | Report ID | Material ID | Container ID | Uploading Container Priority Assignments |
Provide Feedback