Table of Contents

Class EL3356

Namespace
Loehnert.Lisrt.IO.Beckhoff
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

Represents an EL3356 terminal with one analog measure bridge input channel.

public class EL3356 : MeasuringBridgeTerminal, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
EL3356
Implements
Inherited Members

Examples

This example creates and configures a EL3356 terminal.

var measuringBridgeTerminal = new EL3356();
var input = measuringBridgeTerminal;
input.Name = "MeasuringBridge";
input.Unit = "kg";

// Tare the input.
input.Tare();

// Wait until the 'TxPDO Toggle' toggles and get the current measure value.
double value = input.GetValue();

Remarks

Select the "Standard (REAL)" predefined PDO assignment for the terminal.
The terminal scales, adjusts and tares the measured value. See the EL3356 documentation for more information.