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.
51 lines
No EOL
2.3 KiB
XML
51 lines
No EOL
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--
|
|
* @(#)Symbol.xml
|
|
*
|
|
* Copyright: Yokogawa. All rights reserved.
|
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
*
|
|
* Author: C. Horevoorts
|
|
*
|
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
* Changes ....
|
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
* Who When Change What
|
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
* HVS Aug-13 e10890 Correct palette
|
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
|
*
|
|
-->
|
|
<componentType name="symbol"
|
|
icon="ged_open_symbol.png"
|
|
description="Symbol"
|
|
class="fasttools.jwui.runtime.visualization.SymbolDefinition">
|
|
|
|
<category name="General">
|
|
<property name="name" type="java.lang.String" connectAllowed="no" writeAllowed="no" null="readOnly" advanced="yes"/>
|
|
<property name="title" type="java.lang.String" connectAllowed="no"/>
|
|
<property name="description" type="java.lang.String" connectAllowed="no" advanced="yes" html="no"/>
|
|
<property name="template" type="boolean" connectAllowed="no" advanced="yes"/>
|
|
<property name="html" type="boolean" connectAllowed="no" advanced="yes"/>
|
|
</category>
|
|
|
|
<category name="Size">
|
|
<property name="width" type="int" connectAllowed="no"/>
|
|
<property name="height" type="int" connectAllowed="no"/>
|
|
</category>
|
|
|
|
<category name="Grid">
|
|
<property name="gridVisible" type="boolean" connectAllowed="no" advanced="yes"/>
|
|
<property name="gridSnapping" type="boolean" connectAllowed="no"/>
|
|
<property name="gridColor" type="fasttools.jtools.common.property.color.ColorSet" connectAllowed="no" advanced="yes"/>
|
|
<property name="gridVerticalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
|
<property name="gridHorizontalSnapInterval" type="int" connectAllowed="no" advanced="yes"/>
|
|
<property name="gridDrawnOnTop" type="boolean" connectAllowed="no" advanced="yes"/>
|
|
</category>
|
|
|
|
<category name="Misc">
|
|
<property name="linkPins" type="fasttools.jwui.common.property.linkpins.LinkPinsSet" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
|
|
<property name="palette" type="java.lang.String" connectAllowed="no" advanced="yes"/>
|
|
<property name="enterprise" type="boolean" connectAllowed="no" advanced="yes" writeAllowed="no" html="no"/>
|
|
</category>
|
|
</componentType> |