INGEAR.NET.GELink

GELink Namespace

The INGEAR.NET.GELink framework is a highly efficient direct communication driver for connecting and reading/writing to GE-Fanuc Ethernet based progammable logic controllers using a few simple classes. INGEAR.NET.GELink allows you to develop highly customized HMI/MMI applications, data acquistion programs, Windows Services, Console applications, ASP.NET and Web Services, and Compact Framework programs.

Namespace hierarchy

Classes

Class Description
Controller Controller class represents the programmable logic controller and the underlying communications to the device.
ControllerEventArgs ControllerEventArgs
DataChangeEventArgs Information supplied to DataChange event handler
EventCode Numeric and strings related to Controller and TagGroup events.
ResultCode Status codes related to Controller, TagGroup and Tag classes.
Tag Tag class represents a register memory address (or range of addresses), the data Value, and status codes.
TagGroup TagGroup represents a collection of Tag classes that operate as a block
TagGroupEventArgs TagGroupEventArgs:

Delegates

Delegate Description
ControllerEvent Event handler for Controller Method
DataChange Represents a method that will handle a change in data
GroupUpdate Indicates when a GroupRead or GroupWrite completes

Enumerations

Enumeration Description
Tag.ATOMIC Enumeration of PLC data types for the DataType property.