batch-example-2/ft-view-screens/globals/tanks/tanks.tank.md

76 lines
3.5 KiB
Markdown
Raw Normal View History

2023-11-22 18:39:22 +00:00
# tanks.tank
*object*
[xml](../../../global%20objects/tanks.xml#L4)
2023-11-22 18:39:22 +00:00
## parameters
| name | description |
| ---------- | -------------------- |
| #10 | analogue value |
## animated
### tanks.tank.Trend1 - Trend1 - activeX
[xml](../../../global%20objects/tanks.xml#L7)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Pen 1 | {#10\PI} |
### tanks.tank.LL_Line - LL_Line - line
[xml](../../../global%20objects/tanks.xml#L42)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateVerticalPosition | 50 - #10\THH |
| animateColor | if #10\AHHU then 2
else if #10\AHH then 1
else 0 |
### tanks.tank.L_Line - L_Line - line
[xml](../../../global%20objects/tanks.xml#L56)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateVerticalPosition | 50 - #10\TH |
| animateColor | if #10\AHU then 2
else if #10\AH then 1
else 0 |
### tanks.tank.H_Line - H_Line - line
[xml](../../../global%20objects/tanks.xml#L70)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateVerticalPosition | 50 - #10\TL |
| animateColor | if #10\ALU then 2
else if #10\AL then 1
else 0 |
### tanks.tank.HH_Line - HH_Line - line
[xml](../../../global%20objects/tanks.xml#L84)
2023-11-22 21:39:36 +00:00
2023-11-22 18:39:22 +00:00
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateVerticalPosition | 50 - #10\TLL |
| animateColor | if #10\ALLU then 2
else if #10\ALL then 1
else 0 |