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