<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Constructor > Variable Constructor |
Initializes a new instance of the variable class to get connected to a global variable on the PLC.
[Visual Basic]
Public Overloads Sub New( _
ByVal cpu As Cpu, _
ByVal expandMembers As Boolean, _
ByVal name As String _
)
[C#]
Cpu cpu,
bool expandMembers,
string name
);
cpu
Cpu-object
expandMembers
when set to true all members will be expanded.
name
variable name
Variable Class | BR.AN.PviServices Namespace | Variable Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]