771 lines
20 KiB
Markdown
771 lines
20 KiB
Markdown
# legacy-config-rsbint_azo
|
|
|
|
*display*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml)
|
|
|
|
## reference objects
|
|
|
|
*[none]*
|
|
|
|
## animated
|
|
|
|
### Button1
|
|
|
|
*button*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L5)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
* **release**
|
|
* Abort
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon2
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L36)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\dl} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon3
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L44)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\ss} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon4
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L52)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\w} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon6
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L66)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\cr} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
* **release**
|
|
*
|
|
* display [new-tag_edits-tag-edit](./new-tag_edits-tag-edit.md) /T{#1\cr}, {#1\desc}
|
|
|
|
### NumericDisplay1
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L87)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\ec} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### StringDisplay1
|
|
|
|
*stringDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L93)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | if #1\ec = 0 then "None" else if #1\ec = 10 then "Abort" else if #1\ec = 20 then "Hold" else if #1\ec = 30 then "Stop" else if #1\ec = 40 then "Reset" else if #1\ec = 60 then "Semi-Auto" else if #1\ec = 70 then "New Parameters" else if #1\ec = 80 then "Resume" else if #1\ec = 90 then "Restart" else if #1\ec = 100 then "Start" else if #1\ec = 130 then "Clear Failure" else if #1\ec = 140 then "Request Complete" else if #1\ec = 150 then "Request Abort Ack" else if #1\ec = 160 then "Request Abort Fail" else if #1\ec = 170 then "Request Reset" else "Unknown" |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay2
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L100)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | #1\oc & 255 |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### StringDisplay2
|
|
|
|
*stringDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L106)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | if #1\oc & 255 = 0 then "None" else if #1\oc & 255 = 10 then "Abort" else if #1\oc & 255 = 20 then "Hold" else if #1\oc & 255= 30 then "Stop" else if #1\oc & 255= 40 then "Reset" else if #1\oc & 255 = 60 then "Semi-Auto" else if #1\oc & 255 = 70 then "New Parameters" else if #1\oc & 255 = 80 then "Resume" else if #1\oc & 255 = 90 then "Restart" else if #1\oc & 255 = 100 then "Start" else if #1\oc & 255 = 130 then "Clear Failure" else if #1\oc & 255 = 140 then "Request Complete" else if #1\oc & 255 = 150 then "Request Abort Ack" else if #1\oc & 255 = 160 then "Request Abort Fail" else if #1\oc & 255 = 170 then "Request Reset" else "Unknown" |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay3
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L113)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\f} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay4
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L121)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\sf} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay5
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L129)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\si} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay6
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L137)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\st} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### StringDisplay3
|
|
|
|
*stringDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L143)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\ST} |
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | IF #1\ST = 10 THEN "ABORTING" ELSE IF #1\ST = 30 THEN "STOPPING" ELSE IF #1\ST = 50 THEN "RUNNING" ELSE IF #1\ST = 70 THEN "COMPLETE" ELSE IF #1\ST = 90 THEN "ABORTED" ELSE IF #1\ST = 20 THEN "HOLDING" ELSE IF #1\ST = 40 THEN "RESTARTING" ELSE IF #1\ST = 60 THEN "HELD" ELSE IF #1\ST = 80 THEN "STOPPED" ELSE IF #1\ST = 100 THEN "IDLE" ELSE "??????" |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay7
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L164)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\un} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay8
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L172)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\q01} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay9
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L180)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\q02} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### NumericDisplay11
|
|
|
|
*numericDisplay*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L189)
|
|
|
|
#### animations
|
|
|
|
*[none]*
|
|
|
|
#### connections
|
|
|
|
| name | expression |
|
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| Value | {#1\RQ} |
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon8
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L200)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\A} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon9
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L208)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\H} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon10
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L216)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\s} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon11
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L227)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\t} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon12
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L235)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\r} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon13
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L245)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\p} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon14
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L255)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\ac} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon15
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L263)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\Hc} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon16
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L271)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\sc} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon17
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L282)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\i} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon18
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L290)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\tc} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon19
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L298)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\rc} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
### Polygon20
|
|
|
|
*rectangle*
|
|
|
|
[xml](../../displays/legacy-config-RSBINT_azo.xml#L308)
|
|
|
|
#### animations
|
|
|
|
| type | expression |
|
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
|
| animateColor | {#1\pd} |
|
|
|
|
#### connections
|
|
|
|
*[none]*
|
|
|
|
#### command
|
|
|
|
*[none]*
|
|
|
|
#### touch
|
|
|
|
*[none]*
|
|
|
|
## display-references
|
|
|
|
*[none]*
|
|
|
|
## reference-object-references
|
|
|
|
*[none]*
|
|
|
|
## global-references
|
|
|
|
*[none]*
|