Difference between revisions of "SYSCLS VALUEREPORTING"
(Created page with "{{ClassificationInfoBox | title = Value Reporting | name = {{PAGENAMEE}} | inheritance = SYSCLS MEASUREMENTTASK | namespace = System.Classification | purpose = Classify an...") |
m |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
| inheritance = [[SYSCLS_MEASUREMENTTASK]] | | inheritance = [[SYSCLS_MEASUREMENTTASK]] | ||
− | | namespace = System.Classification | + | | namespace = System.Classification.Task |
| purpose = Classify an object to carry measurement values | | purpose = Classify an object to carry measurement values | ||
| version = 2+ | | version = 2+ | ||
| id = {e3c44754-bb38-42d4-bc7d-2bf878c39388} | | id = {e3c44754-bb38-42d4-bc7d-2bf878c39388} | ||
}} | }} | ||
+ | |||
+ | If this classification is used in combination with [[SYSCLS_STATUSCOLOR]] a progress status color, depending on the reported value, will be displayed. The colors are | ||
+ | * '''white''', if value = 0% | ||
+ | * '''yellow''', if value > 0% and < 100% | ||
+ | * '''green''', if value = 100% | ||
== MetaProperties == | == MetaProperties == | ||
Line 18: | Line 23: | ||
| VALUE || {{Double}} || Value of measurement | | VALUE || {{Double}} || Value of measurement | ||
|} | |} | ||
+ | |||
+ | {{Attention|Available for the WinX Client only!}} | ||
== See also == | == See also == |
Latest revision as of 08:28, 11 March 2016
Value Reporting | |
---|---|
Name | SYSCLS_VALUEREPORTING |
Inheritance | SYSCLS MEASUREMENTTASK |
Namespace | System.Classification.Task |
ID | {e3c44754-bb38-42d4-bc7d-2bf878c39388} |
Purpose | Classify an object to carry measurement values |
Version | 2+ |
If this classification is used in combination with SYSCLS STATUSCOLOR a progress status color, depending on the reported value, will be displayed. The colors are
- white, if value = 0%
- yellow, if value > 0% and < 100%
- green, if value = 100%
MetaProperties
Name | Data type | Comment |
---|---|---|
PREVIOUSVALUE | Double | Previous value of measurement |
VALUE | Double | Value of measurement |