wrps-demo-kit/99-reference/ciserver-hmi-deployment/components/Radial.xml
xxlio 570dc743d8 docs(reference): worked CI Server examples, trimmed 138 MB to 5 MB
CI Server publishes no file-format documentation, so real .qli exports and a
real HMI deployment are the only specification the .qli and display generators
were written against. Kept the parts that carry that knowledge:

  ciserver-qli-exports/     10 exports - the .qli format
  ciserver-hmi-deployment/  components, layouts, thresholds, locales
                            + 6 of 84 displays

Dropped symbols/ (107 MB - CI Server's own installed library, already on
cicore1), the colour-variant displays, editor lock/autosave artefacts, and the
stock OpenPLC sample projects.
2026-09-02 15:16:56 +10:00

158 lines
No EOL
7.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
* @(#)Radial.xml
*
* Copyright: Yokogawa, All rights reserved.
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* Author: Vinay Ramanna
*
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Changes ....
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Who When Change What
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* VNY Aug-16 e11448 First Version
* BNL Jul-18 e11986 Edit Module HTML Mode
* VNU Sep-18 e11987 Enabled HTML component
* VNU Jan-19 e11986 Set HTML properties
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
* HVS Jun-20 e12272 Port to JViews 2017.2
*
-->
<componentType name="radial"
containedBy="JComponent"
icon="ged_radial.png"
description="Radial"
class="fasttools.jwui.ilv.graphic.Radial"
paletteOrder="80"
html="yes">
<category name="General">
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no"/>
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text"/>
</category>
<category name="Transformation">
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" advanced="yes" html="noConnect"/>
<property name="top" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="bottom" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="left" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="right" type="double" defaultAllowed="no" advanced="yes" html="noConnect"/>
<property name="rotation" type="double" defaultAllowed="no"/>
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
</category>
<category name="Visibility">
<property name="transparency" type="float"/>
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean" advanced="yes"/>
</category>
<category name="Zooming">
<property name="zoomEnabled" type="boolean" html="no"/>
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
</category>
<category name="RadialInfo">
<property name="pens" type="int" defaultAllowed="no" connectAllowed="yes"/>
<property name="values" type="int" defaultAllowed="no" connectAllowed="yes"/>
<property name="radialPenStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
<property name="radialPenColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
<property name="radialBackgroundFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default"/>
<property name="radialBackgroundFillOn" type="boolean" />
<property name="radialBackgroundStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
<property name="radialBackgroundStrokeOn" type="boolean" />
<property name="radialBackgroundColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
</category>
<category name="PenScaleLow">
<property name="scaleLow" array="0..9" type="double" description="The value-scale low" advanced="yes"/>
</category>
<category name="PenScaleHigh">
<property name="scaleHigh" array="0..9" type="double" description="The value-scale high" advanced="yes"/>
</category>
<category name="PenLowLowLimit">
<property name="lowLowLimit" array="0..9" type="double" description="The value-LowLow Limit" advanced="yes"/>
</category>
<category name="PenHighHighLimit">
<property name="highHighLimit" array="0..9" type="double" description="The value-HighHigh Limit" advanced="yes"/>
</category>
<category name="PenLowLimit">
<property name="radialLowLimit" array="0..9" type="double" description="The value-Low Limit" advanced="yes"/>
</category>
<category name="PenHighLimit">
<property name="radialHighLimit" array="0..9" type="double" description="The value-High Limit" advanced="yes"/>
</category>
<category name="Pen1Values">
<property name="pen1Value" array="0..9" type="double" description="Value of pen1" advanced="yes"/>
</category>
<category name="Pen2Values">
<property name="pen2Value" array="0..9" type="double" description="Values of pen2" advanced="yes"/>
</category>
<category name="Pen3Values">
<property name="pen3Value" array="0..9" type="double" description="Values of pen3" advanced="yes"/>
</category>
<category name="Pen4Values">
<property name="pen4Value" array="0..9" type="double" description="Values of pen4" advanced="yes"/>
</category>
<category name="Pen5Values">
<property name="pen5Value" array="0..9" type="double" description="Values of pen5" advanced="yes"/>
</category>
<category name="Pen6Values">
<property name="pen6Value" array="0..9" type="double" description="Values of pen6" advanced="yes"/>
</category>
<category name="Pen7Values">
<property name="pen7Value" array="0..9" type="double" description="Values of pen7" advanced="yes"/>
</category>
<category name="Pen8Values">
<property name="pen8Value" array="0..9" type="double" description="Values of pen8" advanced="yes"/>
</category>
<category name="Pen9Values">
<property name="pen9Value" array="0..9" type="double" description="Values of pen9" advanced="yes"/>
</category>
<category name="Pen10Values">
<property name="pen10Value" array="0..9" type="double" description="Values of pen10" advanced="yes"/>
</category>
<category name="StrokeAndColorOfValues">
<property name="stroke" array="0..9" type="fasttools.jtools.common.property.stroke.StrokeSet" description="Stroke of vlaue" null="default" setter="setValueLineStroke" getter="getValueLineStroke" advanced="yes"/>
<property name="color" array="0..9" type="fasttools.jtools.common.property.color.ColorSet" description="Color of vlaue" null="default" setter="setValueLineColor" getter="getValueLineColor" advanced="yes"/>
</category>
<category name="LowLowStroke">
<property name="lowLowStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
<property name="lowLowColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
</category>
<category name="HighHighStroke">
<property name="highHighStroke" type="fasttools.jtools.common.property.stroke.StrokeSet" null="default" />
<property name="highHighColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
</category>
<category name="LowHighAreaFillColor">
<property name="lowHighFillColor" type="fasttools.jtools.common.property.color.ColorSet" null="default" />
<property name="lowHighFillOn" type="boolean"/>
</category>
<category name="Misc">
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes" html="no"/>
</category>
</componentType>