点击或拖拽改变大小

SiemensWebApiReadOperatingMode 方法

读取当前PLC的操作模式,如果读取成功,结果将会是如下值之一:STOP, STARTUP, RUN, HOLD, -
Read the current operating mode of the PLC. If the reading is successful, the result will be one of the following values: STOP, STARTUP, RUN, HOLD,-

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<string> ReadOperatingMode()

返回值

类型:OperateResultString
结果对象
参见