FujiSPHNetCpuBatchResetAsync 方法 |
[Authorization] This command is used to stop all the CPUs that exist in a configuration in a batch.
If a CPU is already stopped, or if the key switch is set at "RUN" position, the CPU does not perform processing for stop, which,
however, does not result in an error, and a response is returned normally.
命名空间:
HslCommunication.Profinet.Fuji
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult> CpuBatchResetAsync()
Public Function CpuBatchResetAsync As Task(Of OperateResult)
public:
Task<OperateResult^>^ CpuBatchResetAsync()
member CpuBatchResetAsync : unit -> Task<OperateResult>
返回值
类型:
TaskOperateResult是否复位成功
参见