What's New

INGEAR.NET.Logix (Build 1.10.814.xxx)

INGEAR.NET.Logix (Build 1.9.907.xxx)

INGEAR.NET.Logix (Build 1.9.905.xxx)

INGEAR.NET.Logix (build 1.9.718.xxx)

INGEAR.NET.Logix version 1.9

For consistency with other INGEAR.NET Visual Studio PLC class libraries, the following changes have been incorporated in this version of INGEAR.NET.Logix

  1. 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

  2. Controller.Action event handler has been changed to type System.EventHandler. (see Controller.Action for implementation)

  3. Tag.Changed event handler has been changed to type System.EventHandler.  (see Tag.Changed for implementation)

  4. Event handler Tag.GroupUdate is renamed TagGroup.Update and changed to type System.EventHandler.  (see TagGroup.Update for implementation)