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.1.2.0 (12.1.2.0)
语法 public OperateResult<string> ReadOperatingMode()
Public Function ReadOperatingMode As OperateResult(Of String)
public:
OperateResult<String^>^ ReadOperatingMode()
member ReadOperatingMode : unit -> OperateResult<string>
返回值
类型:
OperateResultString结果对象
参见