INGEAR.NET.Logix

IController Members

IController overview

Public Instance Properties

ErrorCode Gets last error as numeric value
ErrorString Gets last error as string description
IPAddress Gets / Sets IP address of target programmable controller device
IsConnected Gets connection state of Controller to programmable controller device
MyObject Gets / Sets a user-defined object in the Controller class
Path Gets / Sets device specific network hops
Timeout Gets / Sets communication timeout
Version Gets assembly version information

Public Instance Methods

Connect Establishes connection to target programmable controller device
CreateNewGroup Creates new TagGroup
CreateNewTag Creates new Tag
Disconnect Terminates active connection to target programmable controller device
Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
GroupRead Performs read of IGroup
GroupWrite Peforms write of IGroup
ReadTag Peforms read of ITag
WriteTag Perform write of ITag

Public Instance Events

Action Action event handler

See Also

IController Interface | (global) Namespace | IGroup | ITag