INGEAR.NET.Logix (Build 1.10.814.xxx)
Updated TCP/IP socket connection time out and broken connection recovery
Corrected problem with TagGoup.Update event handler publication.
This version contains acculative fixes of prior versions.
INGEAR.NET.Logix (Build 1.9.907.xxx)
Removed redundant license validation
INGEAR.NET.Logix (Build 1.9.905.xxx)
Corrected
hang on Controller.GroupRead, if TagGroup contained a large amount of
Tags referencing individual ControlLogix/CompactLogix array elements.
Example:
for (i=0; i<1000; i++)
MyGroup.AddTag(new Tag("ArrayTag[" + i.ToString() + "]"));
MyPLC.GroupRead(MyGroup);
INGEAR.NET.Logix (build 1.9.718.xxx)
Fixed exception when writing STRINGS
Updated INGEAR.NET.LogixCF (Compact Framework Edition)
INGEAR.NET.Logix version 1.9
Added Interfaces
Added Exception handling to Controller, Tag and TagGroup classes
Added Version property to Controller Class
Added NetType property to Tag Class
This version contains all accumulative fixes from prior versions.
For consistency with other INGEAR.NET Visual Studio PLC class libraries, the following changes have been incorporated in this version of INGEAR.NET.Logix
Logix.Atomic class has been eliminated and replaced with Tag.ATOMIC enumerations. When porting projects built with previous versions of INGEAR.NET.Logix you will need to replace references to Logix.Atomic to Tag.ATOMIC
Controller.Action event handler has been changed to type System.EventHandler. (see Controller.Action for implementation)
Tag.Changed event handler has been changed to type System.EventHandler. (see Tag.Changed for implementation)
Event handler Tag.GroupUdate is renamed TagGroup.Update and changed to type System.EventHandler. (see TagGroup.Update for implementation)