Download container priority assignments
Configure the PXRQ instruction in
Logix Designer
Logix Designer
to download the Selection Priority of a container and load that value to a specified parameter ID. A container's selection priority is assigned given a material, container, feed type, and unit. Feed type is the part of a material specification that defines how a material is to be used from the perspective of a batch. Material additions add material to a batch. Material distributions remove material from a batch. In the area model, the association between a phase and a container also defines the feed types supported between the two. In the master recipe, the feed type is defined as part of configuring a material addition or distribution step. A material phase step within a recipe may only be configured as an addition or a distribution, never both.
The first three parameters are defined by values in the request registers. The unit is restricted to the unit the phase is currently running in. Only one value may be downloaded at a time.
External Request | Data Value Array Element | Value |
Download Material Manager Database Data | DINT[0] | 4 |
DINT[1] | Parameter ID that container’s priority downloads to. Tag data type = Integer. | |
DINT[2] | Material Controller ID | |
DINT[3] | Container Controller ID | |
DINT[4] | Feed Type:
1 = Addition.
2 = Distribution |
TIP:
The data type in the controller must match the data type of the parameter ID specified in the data value array element DINT[1].
Provide Feedback