Upload a range of reports (output parameters)
Configure the PXRQ instruction in
Logix Designer
to upload values for a range of reports:External Request | Data Value Array Element | Value |
---|---|---|
Upload Output Parameters | DINT[0] | Report ID of the first report Example: 4 |
DINT[1] | Number of reports to download Example: 3 |
The
FactoryTalk Batch
Server uploads the range of parameter values, starting with the value associated with the requested report ID and the values of the report with incrementally higher report IDs until the number of reports for which values are uploaded matches the number of reports requested. The report IDs need not increase sequentially.In the example shown above, three report values would be uploaded, beginning with report ID 4 and including these two reports with sequentially higher report IDs.
If, when receiving an upload request, a phase report with the requested report ID not configured, the report ID increments by one and obtains the phase report configured with that ID. This process repeats until the originally requested ID increments up to 999. If the requested number of phase reports has not been found after the report ID increments up to 999, the phase request fails. In the phase logic, use the PFL instruction to fail the batch if desired when a phase request fails.
If the phase associated with the report has enabled Control Strategies , only those reports belonging to the enabled Control Strategy are included in the upload.
Provide Feedback