点击或拖拽改变大小

SiemensPPIStop 方法

停止西门子PLC,切换为Stop模式,参数信息可以携带站号信息 "s=2;", 注意,分号是必须的。
Stop Siemens PLC and switch to Stop mode, parameter information can carry station number information "s=2;", note that the semicolon is required.

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult Stop(
	string parameter = ""
)

参数

parameter (Optional)
类型:SystemString
额外的参数信息,例如可以携带站号信息 "s=2;", 注意,分号是必须的。

返回值

类型:OperateResult
是否停止成功

实现

ISiemensPPIStop(String)
参见