Controller
|
Overloaded. Initializes a new instance of the Controller class. |
CPUType |
Sets / Returns the current Controller CPU type |
DriverType |
Sets / Returns the current Controller Driver |
ErrorCode |
Returns the last error code for the Controller class |
ErrorString |
Returns the last error string for the Controller class |
IPAddress |
Sets / Returns Ethernet IP Address of Allen-Bradley Controller |
IsConnected |
Returns the connected state of Controller class |
MyObject |
Associates a user defined object to an instance of a Controller class |
Path |
Sets / Returns CIP Path for ControlLogix Gateway |
Timeout |
Sets / Returns the communication time out. |
Version |
Returns assembly version 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 ITag class |
Disconnect |
Disconnects Controller class connection to current device |
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 as group write for all the Tag classes in the TagGroup, or array of TagGroups |
ReadTag |
Reads an instance or an array of ABLink.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 Tag class |
Action |
Event handler for Controller method. |
Controller Class | ABLink Namespace