222 lines
15 KiB
Markdown
222 lines
15 KiB
Markdown
|
# gray_phases.chopper_speed_parameter
|
||
|
|
||
|
*object*
|
||
|
|
||
|
## parameters
|
||
|
|
||
|
| name | description |
|
||
|
| ---------- | -------------------- |
|
||
|
| #10 | root |
|
||
|
| #11 | parameter |
|
||
|
| #12 | index |
|
||
|
|
||
|
## references
|
||
|
|
||
|
### [new-sact-mix.chopper_speed_parameter](../../displays/new-sact-mix.md#chopper_speed_parameter)
|
||
|
|
||
|
#### parameters
|
||
|
|
||
|
| name | description | value |
|
||
|
| ---------- | -------------------- | -------------------------------------------------- |
|
||
|
| #10 | root | #1\#2 |
|
||
|
| #11 | parameter | p02 |
|
||
|
| #12 | index | 2 |
|
||
|
### [new-sact-mix.chopper_speed_parameter1](../../displays/new-sact-mix.md#chopper_speed_parameter1)
|
||
|
|
||
|
#### parameters
|
||
|
|
||
|
| name | description | value |
|
||
|
| ---------- | -------------------- | -------------------------------------------------- |
|
||
|
| #10 | root | #1\#2 |
|
||
|
| #11 | parameter | p12 |
|
||
|
| #12 | index | 12 |
|
||
|
|
||
|
## animated
|
||
|
|
||
|
### gray_phases.chopper_speed_parameter - chopper_speed_parameter - group
|
||
|
|
||
|
#### animations
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### connections
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### command
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### touch
|
||
|
|
||
|
* **release**
|
||
|
* display [new-tag_edits-tag-edit-chopper-speed](../../displays/new-tag_edits-tag-edit-chopper-speed.md) /T#10\#11\cval,#10\desc
|
||
|
|
||
|
#### xml
|
||
|
|
||
|
```xml
|
||
|
<group name="chopper_speed_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||
|
<stringDisplay name="StringDisplay19" height="24" width="160" left="715" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
|
||
|
<connections>
|
||
|
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN "off" ELSE If #10\#11\CVAL = 1 THEN "slow" else If #10\#11\CVAL = 2 THEN "fast" else "???""/>
|
||
|
</connections>
|
||
|
</stringDisplay>
|
||
|
<tagLabel name="Label19" height="24" width="480" left="286" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
|
||
|
<text name="Text44" height="25" width="34" left="209" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
|
||
|
<text name="Text45" height="18" width="99" left="803" top="946" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="chopper_speed">
|
||
|
<animations>
|
||
|
<animateVisibility expression="0" expressionTrueState="visible"/>
|
||
|
</animations>
|
||
|
</text>
|
||
|
<animations>
|
||
|
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-chopper-speed /T#10\#11\cval,#10\desc" repeatRate="0.25">
|
||
|
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
|
||
|
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
|
||
|
<imageSettings imageReference="noImage"/>
|
||
|
</confirm>
|
||
|
</animateTouch>
|
||
|
</animations>
|
||
|
<parameters>
|
||
|
<parameter name="#10" description="root" value=""/>
|
||
|
<parameter name="#11" description="parameter" value=""/>
|
||
|
<parameter name="#12" description="index" value=""/>
|
||
|
</parameters>
|
||
|
</group>
|
||
|
```
|
||
|
|
||
|
### gray_phases.chopper_speed_parameter.StringDisplay19 - StringDisplay19 - stringDisplay
|
||
|
|
||
|
#### animations
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### connections
|
||
|
|
||
|
| name | expression |
|
||
|
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
||
|
| Value | If #10\#11\CVAL = 0 THEN "off" ELSE If #10\#11\CVAL = 1 THEN "slow" else If #10\#11\CVAL = 2 THEN "fast" else "???" |
|
||
|
|
||
|
#### command
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### touch
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### xml
|
||
|
|
||
|
```xml
|
||
|
<group name="chopper_speed_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||
|
<stringDisplay name="StringDisplay19" height="24" width="160" left="715" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
|
||
|
<connections>
|
||
|
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN "off" ELSE If #10\#11\CVAL = 1 THEN "slow" else If #10\#11\CVAL = 2 THEN "fast" else "???""/>
|
||
|
</connections>
|
||
|
</stringDisplay>
|
||
|
<tagLabel name="Label19" height="24" width="480" left="286" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
|
||
|
<text name="Text44" height="25" width="34" left="209" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
|
||
|
<text name="Text45" height="18" width="99" left="803" top="946" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="chopper_speed">
|
||
|
<animations>
|
||
|
<animateVisibility expression="0" expressionTrueState="visible"/>
|
||
|
</animations>
|
||
|
</text>
|
||
|
<animations>
|
||
|
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-chopper-speed /T#10\#11\cval,#10\desc" repeatRate="0.25">
|
||
|
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
|
||
|
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
|
||
|
<imageSettings imageReference="noImage"/>
|
||
|
</confirm>
|
||
|
</animateTouch>
|
||
|
</animations>
|
||
|
<parameters>
|
||
|
<parameter name="#10" description="root" value=""/>
|
||
|
<parameter name="#11" description="parameter" value=""/>
|
||
|
<parameter name="#12" description="index" value=""/>
|
||
|
</parameters>
|
||
|
</group>
|
||
|
```
|
||
|
|
||
|
### gray_phases.chopper_speed_parameter.Text45 - Text45 - text
|
||
|
|
||
|
#### animations
|
||
|
|
||
|
| type | expression |
|
||
|
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
||
|
| animateVisibility | 0 |
|
||
|
|
||
|
#### connections
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### command
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### touch
|
||
|
|
||
|
*[none]*
|
||
|
|
||
|
#### xml
|
||
|
|
||
|
```xml
|
||
|
<group name="chopper_speed_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||
|
<stringDisplay name="StringDisplay19" height="24" width="160" left="715" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
|
||
|
<connections>
|
||
|
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN "off" ELSE If #10\#11\CVAL = 1 THEN "slow" else If #10\#11\CVAL = 2 THEN "fast" else "???""/>
|
||
|
</connections>
|
||
|
</stringDisplay>
|
||
|
<tagLabel name="Label19" height="24" width="480" left="286" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
|
||
|
<text name="Text44" height="25" width="34" left="209" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
|
||
|
<text name="Text45" height="18" width="99" left="803" top="946" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="chopper_speed">
|
||
|
<animations>
|
||
|
<animateVisibility expression="0" expressionTrueState="visible"/>
|
||
|
</animations>
|
||
|
</text>
|
||
|
<animations>
|
||
|
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-chopper-speed /T#10\#11\cval,#10\desc" repeatRate="0.25">
|
||
|
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
|
||
|
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
|
||
|
<imageSettings imageReference="noImage"/>
|
||
|
</confirm>
|
||
|
</animateTouch>
|
||
|
</animations>
|
||
|
<parameters>
|
||
|
<parameter name="#10" description="root" value=""/>
|
||
|
<parameter name="#11" description="parameter" value=""/>
|
||
|
<parameter name="#12" description="index" value=""/>
|
||
|
</parameters>
|
||
|
</group>
|
||
|
```
|
||
|
|
||
|
## xml
|
||
|
|
||
|
```xml
|
||
|
<group name="chopper_speed_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||
|
<stringDisplay name="StringDisplay19" height="24" width="160" left="715" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
|
||
|
<connections>
|
||
|
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN "off" ELSE If #10\#11\CVAL = 1 THEN "slow" else If #10\#11\CVAL = 2 THEN "fast" else "???""/>
|
||
|
</connections>
|
||
|
</stringDisplay>
|
||
|
<tagLabel name="Label19" height="24" width="480" left="286" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
|
||
|
<text name="Text44" height="25" width="34" left="209" top="935" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
|
||
|
<text name="Text45" height="18" width="99" left="803" top="946" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="chopper_speed">
|
||
|
<animations>
|
||
|
<animateVisibility expression="0" expressionTrueState="visible"/>
|
||
|
</animations>
|
||
|
</text>
|
||
|
<animations>
|
||
|
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-chopper-speed /T#10\#11\cval,#10\desc" repeatRate="0.25">
|
||
|
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
|
||
|
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
|
||
|
<imageSettings imageReference="noImage"/>
|
||
|
</confirm>
|
||
|
</animateTouch>
|
||
|
</animations>
|
||
|
<parameters>
|
||
|
<parameter name="#10" description="root" value=""/>
|
||
|
<parameter name="#11" description="parameter" value=""/>
|
||
|
<parameter name="#12" description="index" value=""/>
|
||
|
</parameters>
|
||
|
</group>
|
||
|
```
|