Method ReadDO5TargetLoadCellAsync
ReadDO5TargetLoadCellAsync(CancellationToken)
Asynchronously reads the contents of the DO5TargetLoadCell register.
public Task<LoadCellChannel> ReadDO5TargetLoadCellAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<LoadCellChannel>
A task that represents the asynchronous read operation. The Result property contains the register payload.