点击或拖拽改变大小

OmronCpuUnitStatus 类

欧姆龙Cpu的状态信息
继承层次
SystemObject
  HslCommunication.Profinet.OmronOmronCpuUnitStatus

命名空间:  HslCommunication.Profinet.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public class OmronCpuUnitStatus

OmronCpuUnitStatus 类型公开以下成员。

构造函数
属性
  名称说明
公共属性BatteryStatus
No 或是 Present
公共属性CpuStatus
Normal 或是 Standby
公共属性ErrorCode
Among errors that occur when the command is executed, the error code indicates the most serious. If there are no errors, it will be 0000 (hex)
公共属性ErrorMessage
Indicates messages from execution of FAL(006) or FALS(007). If there is no error message, or if FAL(006) or FALS(007) are not being executed, 16 spaces( ASCII 20) will be returned.
公共属性Mode
PROGRAM, MONITOR, RUN
公共属性Status
Run 或是 Stop
Top
方法
  名称说明
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
受保护的方法MemberwiseClone (继承自 Object。)
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见