IPLink client library sample collection

<< Click to Display Table of Contents >>

Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library >

IPLink client library sample collection

IPLink client library sample collection

This section explains practical usage methods for connecting to IPLink from development applications such as VisualBasic.NET.

 

The following sample code was built using VisualBasic.NET 2010.

 

content

Contents

Tag monitoring with IPLink

 

This is a sample program that monitors the values of 32 tags in real time.

 

Loading data

 

This is a sample that implements each of the tag reading methods provided by IPLink (ValueChanged event, ReadVal method, etc.).

Writing data

 

This is an example of writing tags using IPLink (WriteVals method).

How to handle large amounts of data

 

This is a sample that uses array tags to handle large amounts of data.

How to use multiple forms

 

This is a sample of using IPLink from multiple forms at the same time.

Connection to duplicated operation server

 

This is a sample program that connects to the main Server application when the Server application is operated in a duplicated configuration.

 

 

About the reference sample(VC++, C#)

The main supported languages for the IPLink client library are VisualBasic.NET. If you are using other languages, please refer to the following sample for development.

 

You can download VC++ and C# samples from the links below.

 

 

attention

VisualStudioIf you are using a version of Visual Studio newer than 2010, the following dialog may be displayed when you open a project.

If the following dialogs appear, select "No upgrade" for each one.

 

c_interface_0199