INGEAR.NET.GELINK provides Visual Studio.NET developers with a direct Ethernet SRTP communication channel to GE Fanuc programmable logic controllers. INGEAR.NET.GELINK is 100% managed code specifically written to address the demands of users writing HMI applications or Data Acquisition and Control applications for Microsoft's .NET Framework. INGEAR.NET.GELINK requires no third-party components, drivers, API's or tools.
Consisting of 3 primary classes INGEAR.NET.GELINK is very powerful, yet extremely simple to use.

The Controller class properties, Methods and Events represent the target GE programmable logic controller device.
Establishes a connection to the GE-Fanuc controllers (PAC System Rx3i/Rx7i, Series 9070/9030, and VersaMax)
Executes communication transactions (individual Tag Read/Write and TagGroup Read/Write operations)
Error reporting and notification
The Tag class properties, methods and events represent data values to be read and written to the GE programmable logic controller device.
Register Address - (%I, %Q, %AI, %AQ, %M, %T, %G, %S, %SA, %SB, %SC, %R, %W, %BM)
Data Type - (BOOL, BYTE, UBYTE, INT, WORD, DINT, DWORD, REAL, LREAL, STRING)
Data Value - (Single Items, or Arrays of Items)
Data Quality
Data TimeStamp
Data Change Notification
Error Codes
The TagGroup class properties, methods and events perform optimized read/write operations on a collection of Tag classes.
Add Tags to TagGroup
Remove Tags from TagGroup
Supporting Classes
There are support classes included with INGEAR.NET.GELINK
GELINK.ResultCode class - Integer and String constants for error handling.
GELINK.EventCode class - Integer and String constants related to events.