<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Constructor |
Initializes a new instance of the variable class
Initializes a new instance of the variable class to get connected to a global variable on the PLC.
public Variable(Cpu,bool,string)
Initializes a new instance of the variable class to get connected to a global Variable on the plc.
Initializes a new instance of the variable class
public Variable(Service,bool,string)
Initializes a new instance of the variable class
public Variable(Service,string)
Initializes a new instance of the variable class
public Variable(Service,string,bool)
Initializes a new instance of the variable class to get connected to a local variable on the plc.
public Variable(Task,bool,string)
Initializes a new instance of the variable class to get connected to a local variable on the plc.
Initializes a new instance of the variable class to create a member object. This instance will be automatically added to the parents MemberCollection.
public Variable(Variable,bool,string)
Initializes a new instance of the variable class to create a member object. This instance will be automatically added to the parents MemberCollection.
public Variable(Variable,bool,string,bool)
Initializes a new instance of the variable class to create a member object. This instance will be automatically added to the parents MemberCollection.
public Variable(Variable,string)
Initializes a new instance of the variable class to create a member object. This instance will be automatically added to the parents MemberCollection.
public Variable(Variable,string,bool)
Initializes a new instance of the variable class to create a member object. This instance will be automatically added to the parents MemberCollection.
public Variable(bool,Variable,string,bool)
Variable Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]
Topics in this section: