Click or drag to resize

ExampleCombinedServer Class

An example server expecting some data to be accessed by tag name, and some to be accessed by memory address.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.BuiltinExampleCombinedServer

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class ExampleCombinedServer

The ExampleCombinedServer type exposes the following members.

Constructors
  NameDescription
Public methodExampleCombinedServer
Initializes a new instance of the ExampleCombinedServer class
Top
Methods
  NameDescription
Public methodConnect
Connects to the server.
Public methodDisconnect
Disconnects from the server.
Public methodGetTag
Returns a BuiltinTag for accessing Symbol data.
Public methodRead
Read data from server memory.
Public methodReadSymbols
Reads the symbol table from the server.
Public methodReleaseTag
Public methodWrite
Write data into server memory.
Top
Remarks
Normally, you'd replace this class entirely with whatever code is required to access your server.
See Also