Creates an instance of the Tag class for reading/writing to the Allen-Bradley programmable logic controller device
Creates an instance of the Tag class for reading/writing to the Allen-Bradley programmable logic controller device
public Tag();
Assigns parent Logix.Controller class
public Tag(Controller);
Executes an immediate read of the Allen-Bradley device referenced by the Controller and name parameters.
public Tag(Controller,string);
Executes an immediate read of the Allen-Bradley device referenced by the Controller and name parameters.
public Tag(Controller,string,ATOMIC);
Executes an immediate write to the Allen-Bradley device using the referenced Controller, name and InitialValue
public Tag(Controller,string,ATOMIC,object);
Executes an immediate read of the Allen-Bradley device referenced by the Controller and name parameters.
public Tag(Controller,string,int,bool);
Executes an immediate write to the Allen-Bradley device using the referenced Controller, name and InitialValue
public Tag(Controller,string,object,bool);
Executes an immediate read of the Allen-Bradley device referenced by the Controller and name parameters.
public Tag(Controller,string,Type);
Executes an immediate write to the Allen-Bradley device using the referenced Controller, name and InitialValue
public Tag(Controller,string,Type,object);
Creates an instance of the Tag class for reading/writing to the Allen-Bradley programmable logic controller device setting a default data tabel address.
public Tag(string);
Initializes instance of Tag class with register address and data type.
public Tag(string,ATOMIC);
Creates a new instance of the Tag class using the specified data point array Name, Atomic type and array Length in the Allen-Bradley ControlLogix device.
public Tag(string,ATOMIC,int);
Creates a new instance of the Tag class using the specified data point array Name, Atomic type and array Length in the Allen-Bradley ControlLogix device and aligns the Value property as a System.Array with the lower bounds set to the starting subscript passed in the Name parameter.
public Tag(string,ATOMIC,int,bool);
Initializes instance of Tag class with register address and data type.
public Tag(string,Type);
Creates a new instance of the Tag class using the specified data point array Name, Net type and array Length in the Allen-Bradley ControlLogix device.
public Tag(string,Type,int);
Creates a new instance of the Tag class using the specified data point array Name, NetType and array Length in the Allen-Bradley ControlLogix device and aligns the Value property as a Array with the lower bounds set to the starting subscript passed in the Name parameter.
public Tag(string,Type,int,bool);