Upload a single report (output parameter)

Configure the PXRQ instruction in
Logix Designer
to upload the value for a single report:
External Request
Data Value Array Element
Value
Upload Output Parameters
DINT[0]
Report ID
The
FactoryTalk Batch
Server downloads a single value for the report associated with the report ID and stores the value to the phase report array at the element specified by array index 1. The report ID assigns at the time a report creates within a phase in
FactoryTalk Batch Equipment Editor
. The report ID is a positive integer.
Requests to upload a report value refer to the report using a report ID. If, when receiving an upload request, a report with the requested report ID not configured, the report ID increments by one and obtains the report configured with that ID. This process repeats until the originally requested ID increments up to 999. If the requested number of reports is not found after the report ID incremented up to 999, the phase request failed. In the phase logic, use the PFL instruction to fail the batch if desired when a phase request fails.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal