Click or drag to resize

ValueSource Class

The source of the value that's changing/changed.
Inheritance Hierarchy
SystemObject
  Demo3D.PLCValueSource

Namespace: Demo3D.PLC
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class ValueSource

The ValueSource type exposes the following members.

Constructors
 NameDescription
Public methodValueSourceInitializes a new instance of the ValueSource class
Top
Properties
 NameDescription
Public propertyFromModel The value was generated by the model.
Top
Fields
 NameDescription
Public fieldStatic memberModel Value changed by the model.
Public fieldStatic memberServer Value came from a Tag Server (PLC).
Public fieldStatic memberUndefined Value came from a Tag Server (PLC).
Top
See Also