Method ReadDO6TargetLoadCellAsync
ReadDO6TargetLoadCellAsync(CancellationToken)
Asynchronously reads the contents of the DO6TargetLoadCell register.
public Task<LoadCellChannel> ReadDO6TargetLoadCellAsync(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.