Task.Start Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Task Class > Task Methods >

Task.Start Method

BR.AN.PviServices .NET


Starts the Task on the plc

[Visual Basic]

Public Sub Start( _

  ByVal numberOfCycles As Integer _

)

[C#]

public void Start(

  int numberOfCycles

);

Parameters

numberOfCycles

The number of cycles the task shall run. Zero runs the task for ever!

See Also

Task Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]