batch-example-2/ft-view-screens/globals/gray_phases/gray_phases.phases.md

55 lines
2.3 KiB
Markdown
Raw Normal View History

2023-11-22 18:39:22 +00:00
# gray_phases.phases
*object*
[xml](../../../global%20objects/gray_phases.xml#L4)
2023-11-22 18:39:22 +00:00
## parameters
| name | description |
| ---------- | -------------------- |
| #10 | phase |
| #11 | unit |
| #13 | detail screen |
## animated
### gray_phases.phases - phases - group
[xml](../../../global%20objects/gray_phases.xml#L3)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### touch
* **release**
* display [#13](../../displays/#13.md) /M1 /T#11,#10
### gray_phases.phases.Text1 - Text1 - text
[xml](../../../global%20objects/gray_phases.xml#L5)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateColor | {#11\#10\ST} |
### gray_phases.phases.StringDisplay2 - StringDisplay2 - stringDisplay
[xml](../../../global%20objects/gray_phases.xml#L21)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | if #11\#10\w then "M" else "R" |
### gray_phases.phases.StringDisplay3 - StringDisplay3 - stringDisplay
[xml](../../../global%20objects/gray_phases.xml#L26)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | if #11\#10\f = 0 then "OK" else if #11\#10\f = 1 then "HAS" else if #11\#10\f = 2 then "HAE" else if #11\#10\f = 30 then "M DEV" else if #11\#10\f = 40 then "UNACK" else if #11\#10\f = 50 then "ALM" else if #11\#10\f = 20 then "SIM" else if #11\#10\f = 70 then "PH_EXT" else "???" |