You can use this source as a starting point to develop your own ASP.NET Web
services or Web-based HMI for PLC's using INGEAR.NET
The web service consists of 2 classes
The Service1 class that exposes our
WebMethods
The PLCService class implements a
Singleton Pattern
. A Singleton pattern is used to limit the number of
connections to the PLC to only one regardless of the number concurrent page
views. This saves on PLC communication
and network resources.