.NET

Professional Instrumentation Components

KINETICART.USING KINETICART

There are many ways of using KineticaRT. To use individual components see the information in the following sections:

Using Control Components

Using Logic Components

Using Channels

Using Server Components

The following section describes one method of building an application using KineticaRT components within Microsoft Visual Studio.

Using Microsoft Visual Studio - Visual Basic or C#

The system will consist of three groups of KineticaRT components; the Server, Logic and Control components as shown in the following diagram:

The form "Form1" contains two dials, "EngineSpeedDial" and "OilPressureDial". The KineticaRT Server object "Server" contains two server components, "EngineSpeed" and "OilPressure". There are no logic components at the moment. For demonstration purposes we can use the KineticaRT.Servers.Simulate library to supply the server components, in a real system you might use the KineticaRT.Servers.OPC Client library instead.