Files
JIMRI/java/test/jmri/implementation/configurexml/loadref/LightTestExamples.xml
T
2026-06-17 14:00:51 +02:00

108 lines
4.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xml/XSLT/panelfile-2-9-6.xsl" type="text/xsl"?>
<layout-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/layout-2-9-6.xsd">
<jmriversion>
<major>4</major>
<minor>17</minor>
<test>4</test>
<modifier>ish</modifier>
</jmriversion>
<sensors class="jmri.jmrix.internal.configurexml.InternalSensorManagerXml">
<defaultInitialState>unknown</defaultInitialState>
<sensor inverted="false">
<systemName>IS1</systemName>
</sensor>
<sensor inverted="false">
<systemName>IS2</systemName>
</sensor>
<sensor inverted="false">
<systemName>IS3</systemName>
</sensor>
<sensor inverted="false">
<systemName>ISCLOCKRUNNING</systemName>
</sensor>
</sensors>
<turnouts class="jmri.jmrix.internal.configurexml.InternalTurnoutManagerXml">
<operations automate="false">
<operation name="NoFeedback" class="jmri.configurexml.turnoutoperations.NoFeedbackTurnoutOperationXml" interval="300" maxtries="2" />
<operation name="Raw" class="jmri.configurexml.turnoutoperations.RawTurnoutOperationXml" interval="300" maxtries="1" />
<operation name="Sensor" class="jmri.configurexml.turnoutoperations.SensorTurnoutOperationXml" interval="300" maxtries="3" />
</operations>
<defaultclosedspeed>Normal</defaultclosedspeed>
<defaultthrownspeed>Restricted</defaultthrownspeed>
<turnout feedback="DIRECT" inverted="false" automate="Off">
<systemName>IT1</systemName>
</turnout>
<turnout feedback="DIRECT" inverted="false" automate="Off">
<systemName>IT2</systemName>
</turnout>
<turnout feedback="DIRECT" inverted="false" automate="Off">
<systemName>IT3</systemName>
</turnout>
</turnouts>
<lights class="jmri.jmrix.internal.configurexml.InternalLightManagerXml">
<light minIntensity="0.0" maxIntensity="1.0" transitionTime="0.0">
<systemName>IL101</systemName>
<userName>Light 1 Simple</userName>
</light>
<light minIntensity="0.09999999999999999" maxIntensity="0.9" transitionTime="1.0">
<systemName>IL102</systemName>
<userName>Light 2 Settings</userName>
</light>
<light minIntensity="0.0" maxIntensity="1.0" transitionTime="0.0">
<systemName>IL103</systemName>
<userName>Light 3 Control</userName>
<lightcontrol controlType="1" controlSensor="IS1" sensorSense="2" />
<lightcontrol controlType="1" controlSensor="IS1" sensorSense="4" />
<lightcontrol controlType="2" fastClockOnHour="0" fastClockOnMin="1" fastClockOffHour="2" fastClockOffMin="3" />
<lightcontrol controlType="3" controlTurnout="IT1" turnoutState="2" />
<lightcontrol controlType="3" controlTurnout="IT2" turnoutState="4" />
<lightcontrol controlType="4" timedControlSensor="IS2" duration="1000" />
<lightcontrol controlType="5" controlSensor="IS2" controlSensor2="IS3" sensorSense="2" />
<lightcontrol controlType="5" controlSensor="IS2" controlSensor2="IS3" sensorSense="4" />
</light>
</lights>
<memories class="jmri.managers.configurexml.DefaultMemoryManagerXml">
<memory value="8:32 PM">
<systemName>IMCURRENTTIME</systemName>
</memory>
<memory value="1.0">
<systemName>IMRATEFACTOR</systemName>
</memory>
</memories>
<signalmastlogics class="jmri.managers.configurexml.DefaultSignalMastLogicManagerXml">
<logicDelay>500</logicDelay>
</signalmastlogics>
<timebase class="jmri.jmrit.simpleclock.configurexml.SimpleTimebaseXml" time="Wed Nov 14 18:36:01 CET 2018" rate="1.0" startrate="1.0" run="yes" master="yes" sync="no" correct="no" display="no" startstopped="no" startrunning="yes" startsettime="no" startclockoption="0" showbutton="no" startsetrate="yes" />
<filehistory>
<operation>
<type>app</type>
<date>Mon Sep 09 20:28:59 CEST 2019</date>
<filename>JMRI program</filename>
</operation>
<operation>
<type>Load OK</type>
<date>Mon Sep 09 20:31:48 CEST 2019</date>
<filename>/Users/egbertbroerse/Documents/Egbert/Computers/IntelliJ%20local/JMRI/java/test/jmri/implementation/configurexml/load/LightTestExamples.xml</filename>
<filehistory>
<operation>
<type>app</type>
<date>Wed Nov 14 09:36:00 PST 2018</date>
<filename>JMRI program</filename>
</operation>
<operation>
<type>Store</type>
<date>Wed Nov 14 09:41:29 PST 2018</date>
<filename />
</operation>
</filehistory>
</operation>
<operation>
<type>Store</type>
<date>Mon Sep 09 20:32:01 CEST 2019</date>
<filename />
</operation>
</filehistory>
<!--Written by JMRI version 4.17.4ish+egbertbroerse+20190909T1828Z+R25fa767d4c on Mon Sep 09 20:32:01 CEST 2019-->
</layout-config>