<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Task Class > Task Methods > Task.Start Method |
Starts the Task on the plc
[Visual Basic]
Public Sub Start( _
ByVal numberOfCycles As Integer _
)
[C#]
public void Start(
int numberOfCycles
);
numberOfCycles
The number of cycles the task shall run. Zero runs the task for ever!
Task Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]