batch-example-2/ft-view-screens/globals/dk-device-detail/dk-device-detail.do.md

97 lines
5.3 KiB
Markdown
Raw Normal View History

2023-11-22 18:39:22 +00:00
# dk-device-detail.do
*object*
## parameters
| name | description |
| ---------- | -------------------- |
| #10 | tag |
## references
### [new-devices-dd.do](../../displays/new-devices-dd.md#do)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | dd\v\#1\op |
### [new-devices-dd2.do](../../displays/new-devices-dd2.md#do)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | dd\v\#1\opc |
### [new-devices-dd2.do1](../../displays/new-devices-dd2.md#do1)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | dd\v\#1\opo |
### [new-devices-md1.do](../../displays/new-devices-md1.md#do)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | dd\m\#1\op1 |
## animated
### dk-device-detail.do.StringDisplay4 - StringDisplay4 - stringDisplay
#### animations
*[none]*
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | if #10 then "ON" else "OFF" |
#### command
*[none]*
#### touch
*[none]*
#### xml
```xml
<group name="do" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<text name="Text12" height="24" width="28" left="319" top="396" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="topLeft" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="DO"/>
<tagLabel name="Label1" height="24" width="780" left="385" top="396" 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="60" property="tagDescription" tag="{#10}"/>
<stringDisplay name="StringDisplay4" height="24" width="91" left="1034" top="396" 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="7" characterOffset="0">
<connections>
<connection name="Value" expression="if #10 then &quot;ON&quot; else &quot;OFF&quot;"/>
</connections>
</stringDisplay>
<parameters>
<parameter name="#10" description="tag" value=""/>
</parameters>
</group>
```
## xml
```xml
<group name="do" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<text name="Text12" height="24" width="28" left="319" top="396" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="topLeft" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="DO"/>
<tagLabel name="Label1" height="24" width="780" left="385" top="396" 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="60" property="tagDescription" tag="{#10}"/>
<stringDisplay name="StringDisplay4" height="24" width="91" left="1034" top="396" 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="7" characterOffset="0">
<connections>
<connection name="Value" expression="if #10 then &quot;ON&quot; else &quot;OFF&quot;"/>
</connections>
</stringDisplay>
<parameters>
<parameter name="#10" description="tag" value=""/>
</parameters>
</group>
```