小部件 - 设备状态
兼容的运行时: Windows/SCADA, HMI Runtime
版本:1.0
可缩放: 无。 Edit HTML文件改变大小。
描述
一个带有两个窗格的概况小部件。点击箭头或点状标签栏,实现窗格之间的切换。 点状标签栏还指示显示哪个窗格。
对于透明背景,在小部件对象属性中勾选“Allow objects on top”。
JavaScript控制传递属性值和显示的窗格。
要更改颜色和其他对象属性,请在导入后编辑widget文件夹中包含的index.html文件。
窗格 1
- Circle Graph - Processed_Count vs Production_Target_Count, Label in %
- Circle Graph - Passed_Count vs Production_Target_Count Label in %
- Circle Graph - Rejected_Count vs Production_Target_Count Label in %
窗格 2
- Single Stacking Circle Graph - Processed_Count vs Production_Target, Passed_Count + Rejected_Count vs Production_Target_Count
- Labels are actual values
Zip文件
- machinestatus.cwp
- Widget - machinestatus sample.zip
- "Widget - machinestatus sample" 工程文件
属性
| 属性名称 | 属性类型 | 值 | 动作 (Set/Get) |
|---|---|---|---|
| Passed_Count | Boolean, Integer, Real, Constant | The passed count to be used to determine the displayed percentage vs Production_Target | Set |
| Processed_Count | Boolean, Integer, Real, Constant | The processed count to be used to determine the displayed percentage vs Production_Target | Set |
| Production_Target_Count | Boolean, Integer, Real, Constant | The production target count to be used to determine the displayed percentage vs Passed_Count, Processed_Count and Rejected_Count | Set |
| Rejected_Count | Boolean, Integer, Real, Constant | The rejected count to be used to determine the displayed percentage vs Production_Target | Set |
类别
示例
版本
20.0.2

