Differences Between VB 6 and VB.NET

With the following exceptions NETLOGIX for VB6 behaves exactly as INGEAR.NET.LOGIX for .NET

INGEAR.NET.LOGIX

NETLOGIX

VB6 Difference

Logix.Controller

NETLOGIX.Controller

 

Controller.MyObject

Controller.MyObjectSet

Controller.MyObjectGet

Separate with methods

Controller.ReadTag

Controller.ReadTag

Controller.ReadTagArray

Separate methods for single and array operations

Controller.WriteTag

Controller.WriteTag

Controller.WriteTagArray

Separate methods for single and array operations

Controller.GroupRead

Controller.GroupRead

Controller.GroupReadArray

Separate methods for single and array operations

Controller.GroupWrite

Controller.GroupWrite

Controller.GroupWriteArray

Separate methods for single and array operations

Controller.Action

Controller.Action

Sender passed as only parameter

Logix.TagGroup

NETLOGIX.TagGroup

 

TagGroup.AddTag

TagGroup.AddTag

TagGroup.AddTagArray

Separate methods for single and array operations

TagGroup.RemoveTag

TagGroup.RemoveTag

TagGrooup.RemoveTagArray

Separate methods for single and array operations

TagGroup.MyObject

TagGroup.MyObjectGet

TagGroup.MyObjectSet

Separate methods for single and array operations

TagGroup.Update

TagGroup.Update

Sender passed as only parameter.

Logix.Tag

NETLOGIX.Tag

 

Tag.Value

Tag.ValueGet

Tag.ValueSet

Separate methods for single and array operations

Tag.MyObject

Tag.MyObjectGet

Tag.MyObjectSet

Separate methods for single and array operations

Tag.Now

Tag.GetNow

Tag.SetNow

Separate methods

Tag.Changed

Tag.Changed

Sender passed as only parameter