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.
36 lines
No EOL
1.2 KiB
XML
36 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<!--
|
|
* @(#)VisibilityGroup.xml
|
|
*
|
|
* Copyright: Yokogawa All rights reserved.
|
|
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
*
|
|
* Author: C. Horevoorts
|
|
*
|
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
* Changes ....
|
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
* Who When Change What
|
|
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
* BNL Jul-18 e11986 Edit Module HTML Mode
|
|
*
|
|
-->
|
|
|
|
<componentType name="visibilityGroup"
|
|
icon="chart_visible_on-16.png"
|
|
description="Visibility group"
|
|
class="fasttools.jwui.runtime.VisibilityGroup">
|
|
|
|
<category name="General">
|
|
<property name="name" type="java.lang.String" connectAllowed="no"/>
|
|
<property name="description" type="java.lang.String" connectAllowed="no" html="no"/>
|
|
</category>
|
|
|
|
<category name="Zooming">
|
|
<property name="minimumZoomEnabled" type="boolean" html="no"/>
|
|
<property name="minimumZoomFactor" type="float" html="no"/>
|
|
<property name="maximumZoomEnabled" type="boolean" html="no"/>
|
|
<property name="maximumZoomFactor" type="float" html="no"/>
|
|
</category>
|
|
</componentType> |