WriteResultsBuffer
Writes data from a referenced Buffer data structure, created by a FormatOutputBuffer function, to the currently enabled factory communication protocol. This function also writes the Result Code field for the factory communication protocols.
WriteResultsBuffer Inputs
| Parameter | Description | ||||||||||
| Event |
Specifies the event that forces an update. This parameter needs to be a reference to any event with a timestamp, for example
|
||||||||||
| Inspection ID | Specifies a cell containing an Image structure (default = A0), or an integer of the inspection ID associated with the inspection results. | ||||||||||
| Buffer | Specifies a reference to a Buffer data structure created by a FormatOutputBuffer function, which contains automatically formatted data. | ||||||||||
| Result Code | Specifies an integer that can be used to communicate the result of the inspection to any connected devices. | ||||||||||
| Protocol |
Specifies which protocol the user data should be written to.
|
||||||||||
| Byte/Word Order |
Specifies the bit order for words and bytes read by the function.
|
WriteResultsBuffer Outputs
| Returns |
A Write Result data structure containing the data sent to the client, or #ERR:
|