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: 19.01.00
Syntax
C#
public class ExampleCombinedServer

The ExampleCombinedServer type exposes the following members.

Constructors
 NameDescription
Public methodExampleCombinedServerInitializes a new instance of the ExampleCombinedServer class
Top
Methods
 NameDescription
Public methodConnect Connects to the server.
Public methodDisconnect Disconnects from the server.
Public methodDropTags Called when tags are no longer needed.
Public methodGetTags Returns a BuiltinTag for accessing Symbol data.
Public methodRead Read data from server memory.
Public methodStatic memberReadSymbols Reads the symbol table from the server.
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