Controller
|
Overloaded. Initializes a new instance of the Controller class. |
ErrorCode |
Returns numeric error value the Controller's most recent operations |
ErrorString |
Returns string describing the error of Controller's most recent operations |
IPAddress |
Sets/Returns Ethernet IP Address of Allen-Bradley Controller |
IsConnected |
Returns the state of the current connection to the Allen-Bradley ControlLogix device. |
MyObject |
Associates a user defined object to an instance of a Controller class |
Path |
Sets/Returns Ethernet IP Address of Allen-Bradley Controller |
Timeout |
Sets/Returns the communication time out |
Version |
Returns a string with the assembly information |
Connect |
Connects the instances of the Controller class to the Allen-Bradley device |
CreateNewGroup |
Creates a new instance of IGroup |
CreateNewTag |
Creates new instance of Tag class |
Disconnect |
Disconnects Controller class connection to current device |
Dispose |
Overloaded. Dispose |
Equals
(inherited from Object) |
Determines whether the specified Object is equal to the current Object. |
GetHashCode
(inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType
(inherited from Object) |
Gets the Type of the current instance. |
GroupRead |
Executes an optimized read for all the Tag classes in the TagGroup, or array of TagGroups |
GroupWrite |
Executes a block write of all the Tag classes in the TagGroup, or array of TagGroups |
ReadTag |
Reads an instance or an array of Logix.Tag classes from the Allen-Bradley device |
ToString
(inherited from Object) |
Returns a String that represents the current Object. |
WriteTag |
Writes a single or an array of class Tag classes |
Action |
Event handler for Controller method. |
Dispose |
Overloaded. Dispose |
Finalize
(inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone
(inherited from Object) |
Creates a shallow copy of the current Object. |
OnControllerEvent |
Controller Event |
Controller Class | Logix Namespace