7.1.4.4 ParamUploadFromDeviceStart
This method executes the SystemCommand 0x01.
Signature
ParamUploadFromDeviceStart (
[out] UInt16 ErrorType,
[out] Int32 Status
);
| Argument | Description |
| ErrorType | Hex Values converted to UInt16 returned as ErrorType in case the operation was not successful. Data needs to be interpreted according to the IO-Link Specification. 0 if the operation was successful. Note that in case the device supports no ISDUs and the SystemCommand is triggered via writing Parameter Page 1, no indication of a positive or negative response is provided and the ErrorType is always a 0. |
| Status | Returns the status of the operation. 0: OK, operation successful -1: Operation already running, either by same or different ISDU read or write -2: Device not active, either device not connected, not in operation mode or port is configured not to be in IO-Link mode -3: Operation executed but error code returned from device, details are provided in ErrorType |