Files
kkelomatic_home/codesys/Home_Automation.xml
nearxos bf7bd56fe7 Initial commit: Home automation docs and CODESYS project
- Reorganized project: codesys/, docs/codesys|redesign|integration|reference/, scripts/
- CODESYS project and exports in codesys/
- Documentation index in docs/README.md
- Redesign and light naming configuration
- Water boiler control and safety design

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-07 21:52:46 +02:00

9051 lines
705 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://www.plcopen.org/xml/tc6_0200">
<fileHeader companyName="" productName="CODESYS" productVersion="CODESYS V3.5 SP21" creationDateTime="2026-01-27T14:48:52.9192544" />
<contentHeader name="Home_Automation.project" modificationDateTime="2026-01-27T14:44:24.4082533">
<coordinateInfo>
<fbd>
<scaling x="1" y="1" />
</fbd>
<ld>
<scaling x="1" y="1" />
</ld>
<sfc>
<scaling x="1" y="1" />
</sfc>
</coordinateInfo>
<addData>
<data name="http://www.3s-software.com/plcopenxml/projectinformation" handleUnknown="implementation">
<ProjectInformation />
</data>
</addData>
</contentHeader>
<types>
<dataTypes />
<pous />
</types>
<instances>
<configurations>
<configuration name="Device">
<resource name="Application">
<task name="MainTask" interval="PT0.004S" priority="1">
<pouInstance name="PLC_PRG" typeName="">
<documentation>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</documentation>
</pouInstance>
<addData>
<data name="http://www.3s-software.com/plcopenxml/tasksettings" handleUnknown="implementation">
<TaskSettings KindOfTask="Cyclic" Interval="t#4ms" IntervalUnit="ms" WithinSPSTimeSlicing="true">
<Watchdog Enabled="false" TimeUnit="ms" Sensitivity="1" />
</TaskSettings>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>bb1f590e-d5d6-4295-b9b3-51d413a73bce</ObjectId>
</data>
</addData>
</task>
<task name="EtherCAT_Task" interval="PT0.004S" priority="1">
<addData>
<data name="http://www.3s-software.com/plcopenxml/tasksettings" handleUnknown="implementation">
<TaskSettings KindOfTask="Cyclic" Interval="t#4ms" IntervalUnit="ms" WithinSPSTimeSlicing="true">
<Watchdog Enabled="false" TimeUnit="ms" />
</TaskSettings>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>67a503be-f916-4998-9fff-3218277184dc</ObjectId>
</data>
</addData>
</task>
<globalVars name="NVL_Sender">
<variable name="l_masterBedroom">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_masterBathroom">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_bedroom_1">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_bedroom_2">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_bathroom">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_hallway">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_pantry">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_kitchen">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_livingRoom">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_dinningRoom">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_entrance">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_guestWc">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_outVeranda">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_outFront">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_outSide">
<type>
<derived name="struct_lights" />
</type>
</variable>
<variable name="l_outBack">
<type>
<derived name="struct_lights" />
</type>
</variable>
<addData>
<data name="http://www.3s-software.com/plcopenxml/attributes" handleUnknown="implementation">
<Attributes>
<Attribute Name="qualified_only" Value="" />
</Attributes>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>f02f055a-927a-435b-92a0-726ff2d83e19</ObjectId>
</data>
</addData>
</globalVars>
<addData>
<data name="http://www.3s-software.com/plcopenxml/datatype" handleUnknown="implementation">
<dataType name="struct_switches">
<baseType>
<struct>
<variable name="all_off">
<type>
<BOOL />
</type>
</variable>
<variable name="all_on">
<type>
<BOOL />
</type>
</variable>
<variable name="sw_1">
<type>
<BOOL />
</type>
</variable>
<variable name="sw_2">
<type>
<BOOL />
</type>
</variable>
<variable name="sw_3">
<type>
<BOOL />
</type>
</variable>
<variable name="sw_4">
<type>
<BOOL />
</type>
</variable>
<variable name="sw_5">
<type>
<BOOL />
</type>
</variable>
<variable name="sw_6">
<type>
<BOOL />
</type>
</variable>
</struct>
</baseType>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>4ab142d1-86f9-410e-be51-fd7046e9831a</ObjectId>
</data>
</addData>
</dataType>
</data>
<data name="http://www.3s-software.com/plcopenxml/datatype" handleUnknown="implementation">
<dataType name="struct_lights">
<baseType>
<struct>
<variable name="l_1">
<type>
<BOOL />
</type>
</variable>
<variable name="l_2">
<type>
<BOOL />
</type>
</variable>
<variable name="l_3">
<type>
<BOOL />
</type>
</variable>
<variable name="l_4">
<type>
<BOOL />
</type>
</variable>
<variable name="l_5">
<type>
<BOOL />
</type>
</variable>
<variable name="l_6">
<type>
<BOOL />
</type>
</variable>
</struct>
</baseType>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>86a75a44-5e8c-4ea7-9f3f-d742efded0c2</ObjectId>
</data>
</addData>
</dataType>
</data>
<data name="http://www.3s-software.com/plcopenxml/pou" handleUnknown="implementation">
<pou name="PLC_PRG" pouType="program">
<interface>
<localVars>
<variable name="masterBedroom">
<type>
<derived name="fb_switch" />
</type>
</variable>
</localVars>
</interface>
<body>
<ST>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</ST>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfc" handleUnknown="implementation">
<CFC>
<block localId="0" executionOrderId="1" typeName="Lights">
<position x="45" y="7" />
<inputVariables />
<inOutVariables />
<outputVariables />
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">program</CallType>
</data>
</addData>
</block>
</CFC>
</data>
</addData>
</body>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>c1697c60-6d42-4018-a153-529895285013</ObjectId>
</data>
</addData>
</pou>
</data>
<data name="http://www.3s-software.com/plcopenxml/pou" handleUnknown="implementation">
<pou name="fb_toogleButton" pouType="functionBlock">
<interface>
<inputVars>
<variable name="Input">
<type>
<BOOL />
</type>
</variable>
</inputVars>
<outputVars>
<variable name="Output">
<type>
<BOOL />
</type>
</variable>
</outputVars>
<localVars>
<variable name="Switch">
<type>
<BOOL />
</type>
</variable>
<variable name="Light">
<type>
<BOOL />
</type>
</variable>
<variable name="Flag1">
<type>
<BOOL />
</type>
</variable>
<variable name="Flag2">
<type>
<BOOL />
</type>
</variable>
<variable name="RT">
<type>
<derived name="R_TRIG" />
</type>
</variable>
<variable name="Pulse">
<type>
<derived name="TP" />
</type>
</variable>
<variable name="CTU_0">
<type>
<derived name="CTU" />
</type>
</variable>
<variable name="CTD_0">
<type>
<derived name="CTD" />
</type>
</variable>
<variable name="CTU_1">
<type>
<derived name="CTU" />
</type>
</variable>
<variable name="CTU_2">
<type>
<derived name="CTU" />
</type>
</variable>
<variable name="TOF_0">
<type>
<derived name="TOF" />
</type>
</variable>
</localVars>
</interface>
<body>
<LD>
<!--ObjectVersion: LD1-->
<leftPowerRail localId="0">
<position x="0" y="0" />
<connectionPointOut formalParameter="none" />
</leftPowerRail>
<comment localId="1" height="0" width="0">
<position x="0" y="0" />
<content>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</content>
</comment>
<vendorElement localId="2">
<position x="0" y="0" />
<alternativeText>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</alternativeText>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdelementtype" handleUnknown="implementation">
<ElementType xmlns="">networktitle</ElementType>
</data>
</addData>
</vendorElement>
<contact localId="5" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" />
</connectionPointIn>
<connectionPointOut />
<variable>Input</variable>
</contact>
<inVariable localId="6">
<position x="0" y="0" />
<connectionPointOut />
<expression>t#100ms</expression>
</inVariable>
<block localId="4" typeName="TP" instanceName="Pulse">
<position x="0" y="0" />
<inputVariables>
<variable formalParameter="IN">
<connectionPointIn>
<connection refLocalId="5" />
</connectionPointIn>
</variable>
<variable formalParameter="PT">
<connectionPointIn>
<connection refLocalId="6" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Q">
<connectionPointOut />
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdcalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
<data name="http://www.3s-software.com/plcopenxml/inputparamtypes" handleUnknown="implementation">
<InputParamTypes xmlns="">BOOL TIME</InputParamTypes>
</data>
</addData>
</block>
<inVariable localId="7">
<position x="0" y="0" />
<connectionPointOut />
<expression>t#100ms</expression>
</inVariable>
<block localId="3" typeName="TOF" instanceName="TOF_0">
<position x="0" y="0" />
<inputVariables>
<variable formalParameter="IN">
<connectionPointIn>
<connection refLocalId="4" formalParameter="Q" />
</connectionPointIn>
</variable>
<variable formalParameter="PT">
<connectionPointIn>
<connection refLocalId="7" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Q">
<connectionPointOut />
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdcalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
<data name="http://www.3s-software.com/plcopenxml/inputparamtypes" handleUnknown="implementation">
<InputParamTypes xmlns="">BOOL TIME</InputParamTypes>
</data>
</addData>
</block>
<coil localId="8" negated="false" storage="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="Q" />
</connectionPointIn>
<connectionPointOut />
<variable>Switch</variable>
</coil>
<comment localId="9" height="0" width="0">
<position x="0" y="0" />
<content>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</content>
</comment>
<vendorElement localId="10">
<position x="0" y="0" />
<alternativeText>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</alternativeText>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdelementtype" handleUnknown="implementation">
<ElementType xmlns="">networktitle</ElementType>
</data>
</addData>
</vendorElement>
<contact localId="11" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" />
</connectionPointIn>
<connectionPointOut />
<variable>Switch</variable>
</contact>
<contact localId="12" negated="true" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="11" />
</connectionPointIn>
<connectionPointOut />
<variable>Light</variable>
</contact>
<contact localId="13" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="11" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag1</variable>
</contact>
<contact localId="14" negated="true" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="12" />
<connection refLocalId="13" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag2</variable>
</contact>
<coil localId="15" negated="false" storage="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="14" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag1</variable>
</coil>
<comment localId="16" height="0" width="0">
<position x="0" y="0" />
<content>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</content>
</comment>
<vendorElement localId="17">
<position x="0" y="0" />
<alternativeText>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</alternativeText>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdelementtype" handleUnknown="implementation">
<ElementType xmlns="">networktitle</ElementType>
</data>
</addData>
</vendorElement>
<contact localId="18" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" />
</connectionPointIn>
<connectionPointOut />
<variable>Switch</variable>
</contact>
<contact localId="19" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="18" />
</connectionPointIn>
<connectionPointOut />
<variable>Light</variable>
</contact>
<contact localId="20" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="18" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag2</variable>
</contact>
<contact localId="21" negated="true" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="19" />
<connection refLocalId="20" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag1</variable>
</contact>
<coil localId="22" negated="false" storage="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="21" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag2</variable>
</coil>
<comment localId="23" height="0" width="0">
<position x="0" y="0" />
<content>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</content>
</comment>
<vendorElement localId="24">
<position x="0" y="0" />
<alternativeText>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</alternativeText>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdelementtype" handleUnknown="implementation">
<ElementType xmlns="">networktitle</ElementType>
</data>
</addData>
</vendorElement>
<contact localId="25" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag1</variable>
</contact>
<contact localId="26" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" />
</connectionPointIn>
<connectionPointOut />
<variable>light</variable>
</contact>
<contact localId="27" negated="true" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="25" />
<connection refLocalId="26" />
</connectionPointIn>
<connectionPointOut />
<variable>Flag2</variable>
</contact>
<coil localId="28" negated="false" storage="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="27" />
</connectionPointIn>
<connectionPointOut />
<variable>light</variable>
</coil>
<comment localId="29" height="0" width="0">
<position x="0" y="0" />
<content>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</content>
</comment>
<vendorElement localId="30">
<position x="0" y="0" />
<alternativeText>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</alternativeText>
<addData>
<data name="http://www.3s-software.com/plcopenxml/fbdelementtype" handleUnknown="implementation">
<ElementType xmlns="">networktitle</ElementType>
</data>
</addData>
</vendorElement>
<contact localId="31" negated="false" storage="none" edge="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" />
</connectionPointIn>
<connectionPointOut />
<variable>Light</variable>
</contact>
<coil localId="32" negated="false" storage="none">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="31" />
</connectionPointIn>
<connectionPointOut />
<variable>Output</variable>
</coil>
<rightPowerRail localId="2147483646">
<position x="0" y="0" />
<connectionPointIn />
</rightPowerRail>
</LD>
</body>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>cf0df642-1e17-40fd-b1f0-224d3b6e3c4c</ObjectId>
</data>
</addData>
</pou>
</data>
<data name="http://www.3s-software.com/plcopenxml/pou" handleUnknown="implementation">
<pou name="fb_switch" pouType="functionBlock">
<interface>
<inputVars>
<variable name="switches">
<type>
<derived name="struct_switches" />
</type>
</variable>
</inputVars>
<outputVars>
<variable name="lights">
<type>
<derived name="struct_lights" />
</type>
</variable>
</outputVars>
<localVars>
<variable name="all_off">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="all_on">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="sw_1">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="sw_2">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="sw_3">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="sw_4">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="sw_5">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
<variable name="sw_6">
<type>
<derived name="fb_toogleButton" />
</type>
</variable>
</localVars>
</interface>
<body>
<ST>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</ST>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfc" handleUnknown="implementation">
<CFC>
<inVariable localId="0">
<position x="36" y="13" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.sw_3</expression>
</inVariable>
<inVariable localId="3">
<position x="3" y="7" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.all_on</expression>
</inVariable>
<connector localId="2" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="switches.all_on" />
</connectionPointIn>
</connector>
<inVariable localId="5">
<position x="24" y="7" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>lights.l_1</expression>
</inVariable>
<connector localId="4" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="5" formalParameter="lights.l_1" />
</connectionPointIn>
</connector>
<block localId="1" executionOrderId="1" typeName="AND">
<position x="32" y="5" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="2" />
</connectionPointIn>
</variable>
<variable formalParameter="In2" negated="true">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="4" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<inVariable localId="6">
<position x="36" y="17" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.sw_4</expression>
</inVariable>
<inVariable localId="13">
<position x="11" y="4" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.all_off</expression>
</inVariable>
<connector localId="12" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="13" formalParameter="switches.all_off" />
</connectionPointIn>
</connector>
<inVariable localId="15">
<position x="24" y="11" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>lights.l_2</expression>
</inVariable>
<connector localId="14" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="15" formalParameter="lights.l_2" />
</connectionPointIn>
</connector>
<block localId="11" executionOrderId="25" typeName="AND">
<position x="32" y="7" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="12" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="14" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="10" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="11" formalParameter="" />
</connectionPointIn>
</connector>
<inVariable localId="17">
<position x="36" y="9" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.sw_2</expression>
</inVariable>
<connector localId="16" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="17" formalParameter="switches.sw_2" />
</connectionPointIn>
</connector>
<connector localId="20" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="switches.all_on" />
</connectionPointIn>
</connector>
<connector localId="21" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="15" formalParameter="lights.l_2" />
</connectionPointIn>
</connector>
<block localId="19" executionOrderId="16" typeName="AND">
<position x="32" y="9" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="20" />
</connectionPointIn>
</variable>
<variable formalParameter="In2" negated="true">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="21" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="18" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="19" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="9" executionOrderId="13" typeName="OR">
<position x="42" y="7" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="10" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="16" />
</connectionPointIn>
</variable>
<variable formalParameter="In3">
<connectionPointIn>
<relPosition x="0" y="2" />
<connection refLocalId="18" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="8" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="9" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="7" executionOrderId="2" typeName="fb_toogleButton" instanceName="sw_2">
<position x="46" y="6" />
<inputVariables>
<variable formalParameter="Input">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="8" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Output">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="22">
<position x="24" y="23" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>lights.l_5</expression>
</inVariable>
<inVariable localId="23">
<position x="36" y="5" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.sw_1</expression>
</inVariable>
<connector localId="27" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="13" formalParameter="switches.all_off" />
</connectionPointIn>
</connector>
<connector localId="28" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="5" formalParameter="lights.l_1" />
</connectionPointIn>
</connector>
<block localId="26" executionOrderId="4" typeName="AND">
<position x="32" y="3" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="27" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="28" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="25" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="26" formalParameter="" />
</connectionPointIn>
</connector>
<connector localId="29" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="23" formalParameter="switches.sw_1" />
</connectionPointIn>
</connector>
<connector localId="30" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="1" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="24" executionOrderId="3" typeName="OR">
<position x="42" y="3" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="25" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="29" />
</connectionPointIn>
</variable>
<variable formalParameter="In3">
<connectionPointIn>
<relPosition x="0" y="2" />
<connection refLocalId="30" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<inVariable localId="31">
<position x="24" y="19" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>lights.l_4</expression>
</inVariable>
<connector localId="35" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="24" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="34" executionOrderId="30" typeName="fb_toogleButton" instanceName="sw_1">
<position x="46" y="2" />
<inputVariables>
<variable formalParameter="Input">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="35" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Output">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="33" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="34" formalParameter="Output" />
</connectionPointIn>
</connector>
<outVariable localId="32" executionOrderId="5">
<position x="54" y="4" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="33" />
</connectionPointIn>
<expression>lights.l_1</expression>
</outVariable>
<connector localId="43" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="13" formalParameter="switches.all_off" />
</connectionPointIn>
</connector>
<inVariable localId="45">
<position x="24" y="27" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>lights.l_6</expression>
</inVariable>
<connector localId="44" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="45" formalParameter="lights.l_6" />
</connectionPointIn>
</connector>
<block localId="42" executionOrderId="29" typeName="AND">
<position x="32" y="23" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="43" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="44" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="41" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="42" formalParameter="" />
</connectionPointIn>
</connector>
<inVariable localId="47">
<position x="36" y="25" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.sw_6</expression>
</inVariable>
<connector localId="46" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="47" formalParameter="switches.sw_6" />
</connectionPointIn>
</connector>
<connector localId="50" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="switches.all_on" />
</connectionPointIn>
</connector>
<connector localId="51" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="45" formalParameter="lights.l_6" />
</connectionPointIn>
</connector>
<block localId="49" executionOrderId="19" typeName="AND">
<position x="32" y="25" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="50" />
</connectionPointIn>
</variable>
<variable formalParameter="In2" negated="true">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="51" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="48" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="49" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="40" executionOrderId="23" typeName="OR">
<position x="42" y="23" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="41" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="46" />
</connectionPointIn>
</variable>
<variable formalParameter="In3">
<connectionPointIn>
<relPosition x="0" y="2" />
<connection refLocalId="48" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="39" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="40" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="38" executionOrderId="11" typeName="fb_toogleButton" instanceName="sw_6">
<position x="46" y="22" />
<inputVariables>
<variable formalParameter="Input">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="39" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Output">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="37" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="38" formalParameter="Output" />
</connectionPointIn>
</connector>
<outVariable localId="36" executionOrderId="6">
<position x="54" y="24" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="37" />
</connectionPointIn>
<expression>lights.l_6</expression>
</outVariable>
<connector localId="59" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="13" formalParameter="switches.all_off" />
</connectionPointIn>
</connector>
<inVariable localId="61">
<position x="24" y="15" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>lights.l_3</expression>
</inVariable>
<connector localId="60" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="61" formalParameter="lights.l_3" />
</connectionPointIn>
</connector>
<block localId="58" executionOrderId="26" typeName="AND">
<position x="32" y="11" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="59" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="60" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="57" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="58" formalParameter="" />
</connectionPointIn>
</connector>
<connector localId="62" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="0" formalParameter="switches.sw_3" />
</connectionPointIn>
</connector>
<connector localId="65" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="switches.all_on" />
</connectionPointIn>
</connector>
<connector localId="66" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="61" formalParameter="lights.l_3" />
</connectionPointIn>
</connector>
<block localId="64" executionOrderId="17" typeName="AND">
<position x="32" y="13" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="65" />
</connectionPointIn>
</variable>
<variable formalParameter="In2" negated="true">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="66" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="63" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="64" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="56" executionOrderId="14" typeName="OR">
<position x="42" y="11" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="57" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="62" />
</connectionPointIn>
</variable>
<variable formalParameter="In3">
<connectionPointIn>
<relPosition x="0" y="2" />
<connection refLocalId="63" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="55" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="56" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="54" executionOrderId="8" typeName="fb_toogleButton" instanceName="sw_3">
<position x="46" y="10" />
<inputVariables>
<variable formalParameter="Input">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="55" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Output">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="53" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="54" formalParameter="Output" />
</connectionPointIn>
</connector>
<outVariable localId="52" executionOrderId="7">
<position x="54" y="12" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="53" />
</connectionPointIn>
<expression>lights.l_3</expression>
</outVariable>
<connector localId="72" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="13" formalParameter="switches.all_off" />
</connectionPointIn>
</connector>
<connector localId="73" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="31" formalParameter="lights.l_4" />
</connectionPointIn>
</connector>
<block localId="71" executionOrderId="27" typeName="AND">
<position x="32" y="15" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="72" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="73" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="70" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="71" formalParameter="" />
</connectionPointIn>
</connector>
<connector localId="74" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="6" formalParameter="switches.sw_4" />
</connectionPointIn>
</connector>
<connector localId="77" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="switches.all_on" />
</connectionPointIn>
</connector>
<connector localId="78" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="31" formalParameter="lights.l_4" />
</connectionPointIn>
</connector>
<block localId="76" executionOrderId="18" typeName="AND">
<position x="32" y="17" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="77" />
</connectionPointIn>
</variable>
<variable formalParameter="In2" negated="true">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="78" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="75" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="76" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="69" executionOrderId="22" typeName="OR">
<position x="42" y="15" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="70" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="74" />
</connectionPointIn>
</variable>
<variable formalParameter="In3">
<connectionPointIn>
<relPosition x="0" y="2" />
<connection refLocalId="75" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="68" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="69" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="67" executionOrderId="9" typeName="fb_toogleButton" instanceName="sw_4">
<position x="46" y="14" />
<inputVariables>
<variable formalParameter="Input">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="68" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Output">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="84" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="13" formalParameter="switches.all_off" />
</connectionPointIn>
</connector>
<connector localId="85" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="22" formalParameter="lights.l_5" />
</connectionPointIn>
</connector>
<block localId="83" executionOrderId="28" typeName="AND">
<position x="32" y="19" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="84" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="85" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="82" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="83" formalParameter="" />
</connectionPointIn>
</connector>
<inVariable localId="87">
<position x="36" y="21" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>switches.sw_5</expression>
</inVariable>
<connector localId="86" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="87" formalParameter="switches.sw_5" />
</connectionPointIn>
</connector>
<connector localId="90" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="switches.all_on" />
</connectionPointIn>
</connector>
<connector localId="91" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="22" formalParameter="lights.l_5" />
</connectionPointIn>
</connector>
<block localId="89" executionOrderId="24" typeName="AND">
<position x="32" y="21" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="90" />
</connectionPointIn>
</variable>
<variable formalParameter="In2" negated="true">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="91" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="88" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="89" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="81" executionOrderId="15" typeName="OR">
<position x="42" y="19" />
<inputVariables>
<variable formalParameter="In1">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="82" />
</connectionPointIn>
</variable>
<variable formalParameter="In2">
<connectionPointIn>
<relPosition x="0" y="1" />
<connection refLocalId="86" />
</connectionPointIn>
</variable>
<variable formalParameter="In3">
<connectionPointIn>
<relPosition x="0" y="2" />
<connection refLocalId="88" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Out1">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">operator</CallType>
</data>
</addData>
</block>
<connector localId="80" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="81" formalParameter="" />
</connectionPointIn>
</connector>
<block localId="79" executionOrderId="10" typeName="fb_toogleButton" instanceName="sw_5">
<position x="46" y="18" />
<inputVariables>
<variable formalParameter="Input">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="80" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="Output">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="93" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="7" formalParameter="Output" />
</connectionPointIn>
</connector>
<outVariable localId="92" executionOrderId="12">
<position x="54" y="8" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="93" />
</connectionPointIn>
<expression>lights.l_2</expression>
</outVariable>
<connector localId="95" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="79" formalParameter="Output" />
</connectionPointIn>
</connector>
<outVariable localId="94" executionOrderId="20">
<position x="54" y="20" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="95" />
</connectionPointIn>
<expression>lights.l_5</expression>
</outVariable>
<connector localId="97" name="">
<position x="0" y="0" />
<connectionPointIn>
<connection refLocalId="67" formalParameter="Output" />
</connectionPointIn>
</connector>
<outVariable localId="96" executionOrderId="21">
<position x="54" y="16" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="97" />
</connectionPointIn>
<expression>lights.l_4</expression>
</outVariable>
</CFC>
</data>
</addData>
</body>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>e544b836-a8ce-4383-901a-74dd83328157</ObjectId>
</data>
</addData>
</pou>
</data>
<data name="http://www.3s-software.com/plcopenxml/pou" handleUnknown="implementation">
<pou name="Lights" pouType="program">
<interface>
<localVars>
<variable name="masterBedroom">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="masterBathroom">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="bedroom_1">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="bedroom_2">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="bathroom">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="guest_wc">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="kitchen">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="pantry">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="livingRoom">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="diningRoom">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="veranda">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="entrance">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="front">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="back">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="side">
<type>
<derived name="fb_switch" />
</type>
</variable>
<variable name="hallway">
<type>
<derived name="fb_switch" />
</type>
</variable>
</localVars>
</interface>
<body>
<ST>
<xhtml xmlns="http://www.w3.org/1999/xhtml" />
</ST>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfc" handleUnknown="implementation">
<CFC>
<inVariable localId="2">
<position x="30" y="3" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.masterBathroom</expression>
</inVariable>
<connector localId="1" name="">
<position x="-11" y="-6" />
<connectionPointIn>
<connection refLocalId="2" formalParameter="NVL_Receiver.masterBathroom" />
</connectionPointIn>
</connector>
<block localId="0" executionOrderId="1" typeName="fb_switch" instanceName="masterBathroom">
<position x="40" y="1" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="1" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="5">
<position x="5" y="25" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.pantry</expression>
</inVariable>
<connector localId="4" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="5" formalParameter="NVL_Receiver.pantry" />
</connectionPointIn>
</connector>
<block localId="3" executionOrderId="2" typeName="fb_switch" instanceName="pantry">
<position x="12" y="23" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="4" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="8">
<position x="34" y="25" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.entrance</expression>
</inVariable>
<connector localId="7" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="8" formalParameter="NVL_Receiver.entrance" />
</connectionPointIn>
</connector>
<block localId="6" executionOrderId="3" typeName="fb_switch" instanceName="entrance">
<position x="41" y="23" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="7" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="11">
<position x="5" y="33" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.outBack</expression>
</inVariable>
<connector localId="10" name="">
<position x="-76" y="-36" />
<connectionPointIn>
<connection refLocalId="11" formalParameter="NVL_Receiver.outBack" />
</connectionPointIn>
</connector>
<block localId="9" executionOrderId="4" typeName="fb_switch" instanceName="back">
<position x="12" y="31" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="10" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="14">
<position x="4" y="6" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.bedroom_1</expression>
</inVariable>
<connector localId="13" name="">
<position x="-11" y="-6" />
<connectionPointIn>
<connection refLocalId="14" formalParameter="NVL_Receiver.bedroom_1" />
</connectionPointIn>
</connector>
<block localId="12" executionOrderId="5" typeName="fb_switch" instanceName="bedroom_1">
<position x="12" y="4" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="13" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="17">
<position x="34" y="29" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.outSide</expression>
</inVariable>
<connector localId="16" name="">
<position x="-47" y="-37" />
<connectionPointIn>
<connection refLocalId="17" formalParameter="NVL_Receiver.outSide" />
</connectionPointIn>
</connector>
<block localId="15" executionOrderId="6" typeName="fb_switch" instanceName="side">
<position x="41" y="27" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="16" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="20">
<position x="4" y="9" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.bedroom_2</expression>
</inVariable>
<connector localId="19" name="">
<position x="-11" y="-6" />
<connectionPointIn>
<connection refLocalId="20" formalParameter="NVL_Receiver.bedroom_2" />
</connectionPointIn>
</connector>
<block localId="18" executionOrderId="7" typeName="fb_switch" instanceName="bedroom_2">
<position x="12" y="7" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="19" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="23">
<position x="32" y="6" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.bathroom</expression>
</inVariable>
<connector localId="22" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="23" formalParameter="NVL_Receiver.bathroom" />
</connectionPointIn>
</connector>
<block localId="21" executionOrderId="8" typeName="fb_switch" instanceName="bathroom">
<position x="40" y="4" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="22" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="26">
<position x="33" y="9" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.guestWc</expression>
</inVariable>
<connector localId="25" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="26" formalParameter="NVL_Receiver.guestWc" />
</connectionPointIn>
</connector>
<block localId="24" executionOrderId="9" typeName="fb_switch" instanceName="guest_wc">
<position x="40" y="7" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="25" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="27">
<position x="34" y="34" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.hallway</expression>
</inVariable>
<connector localId="31" name="">
<position x="-80" y="-56" />
<connectionPointIn>
<connection refLocalId="27" formalParameter="NVL_Receiver.hallway" />
</connectionPointIn>
</connector>
<block localId="30" executionOrderId="19" typeName="fb_switch" instanceName="hallway">
<position x="41" y="32" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="31" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="29" name="">
<position x="-80" y="-56" />
<connectionPointIn>
<connection refLocalId="30" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="28" executionOrderId="10">
<position x="49" y="34" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="29" />
</connectionPointIn>
<expression>NVL_Sender.l_hallway</expression>
</outVariable>
<inVariable localId="34">
<position x="5" y="14" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.kitchen</expression>
</inVariable>
<connector localId="33" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="34" formalParameter="NVL_Receiver.kitchen" />
</connectionPointIn>
</connector>
<block localId="32" executionOrderId="11" typeName="fb_switch" instanceName="kitchen">
<position x="12" y="12" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="33" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="37">
<position x="5" y="17" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.pantry</expression>
</inVariable>
<connector localId="36" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="37" formalParameter="NVL_Receiver.pantry" />
</connectionPointIn>
</connector>
<block localId="35" executionOrderId="12" typeName="fb_switch" instanceName="pantry">
<position x="12" y="15" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="36" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="40">
<position x="33" y="14" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.livingRoom</expression>
</inVariable>
<connector localId="39" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="40" formalParameter="NVL_Receiver.livingRoom" />
</connectionPointIn>
</connector>
<block localId="38" executionOrderId="13" typeName="fb_switch" instanceName="livingRoom">
<position x="41" y="12" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="39" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="43">
<position x="32" y="17" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.dinningRoom</expression>
</inVariable>
<connector localId="42" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="43" formalParameter="NVL_Receiver.dinningRoom" />
</connectionPointIn>
</connector>
<block localId="41" executionOrderId="14" typeName="fb_switch" instanceName="diningRoom">
<position x="41" y="15" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="42" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="46">
<position x="5" y="22" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.kitchen</expression>
</inVariable>
<connector localId="45" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="46" formalParameter="NVL_Receiver.kitchen" />
</connectionPointIn>
</connector>
<block localId="44" executionOrderId="15" typeName="fb_switch" instanceName="kitchen">
<position x="12" y="20" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="45" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="49">
<position x="4" y="29" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.outVeranda</expression>
</inVariable>
<connector localId="48" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="49" formalParameter="NVL_Receiver.outVeranda" />
</connectionPointIn>
</connector>
<block localId="47" executionOrderId="16" typeName="fb_switch" instanceName="veranda">
<position x="12" y="27" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="48" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="52">
<position x="34" y="22" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.outFront</expression>
</inVariable>
<connector localId="51" name="">
<position x="-76" y="-36" />
<connectionPointIn>
<connection refLocalId="52" formalParameter="NVL_Receiver.outFront" />
</connectionPointIn>
</connector>
<block localId="50" executionOrderId="17" typeName="fb_switch" instanceName="front">
<position x="41" y="20" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="51" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<inVariable localId="55">
<position x="2" y="3" />
<connectionPointOut>
<expression />
</connectionPointOut>
<expression>NVL_Receiver.masterBedroom</expression>
</inVariable>
<connector localId="54" name="">
<position x="-10" y="-6" />
<connectionPointIn>
<connection refLocalId="55" formalParameter="NVL_Receiver.masterBedroom" />
</connectionPointIn>
</connector>
<block localId="53" executionOrderId="18" typeName="fb_switch" instanceName="masterBedroom">
<position x="12" y="1" />
<inputVariables>
<variable formalParameter="switches">
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="54" />
</connectionPointIn>
</variable>
</inputVariables>
<inOutVariables />
<outputVariables>
<variable formalParameter="lights">
<connectionPointOut>
<relPosition x="0" y="0" />
<expression />
</connectionPointOut>
</variable>
</outputVariables>
<addData>
<data name="http://www.3s-software.com/plcopenxml/cfccalltype" handleUnknown="implementation">
<CallType xmlns="">functionblock</CallType>
</data>
</addData>
</block>
<connector localId="57" name="">
<position x="-11" y="-6" />
<connectionPointIn>
<connection refLocalId="0" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="56" executionOrderId="20">
<position x="48" y="3" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="57" />
</connectionPointIn>
<expression>NVL_Sender.l_masterBathroom</expression>
</outVariable>
<connector localId="59" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="3" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="58" executionOrderId="21">
<position x="20" y="25" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="59" />
</connectionPointIn>
<expression>NVL_Sender.l_pantry</expression>
</outVariable>
<connector localId="61" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="6" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="60" executionOrderId="22">
<position x="49" y="25" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="61" />
</connectionPointIn>
<expression>NVL_Sender.l_entrance</expression>
</outVariable>
<connector localId="63" name="">
<position x="-76" y="-36" />
<connectionPointIn>
<connection refLocalId="9" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="62" executionOrderId="23">
<position x="20" y="33" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="63" />
</connectionPointIn>
<expression>NVL_Sender.l_outBack</expression>
</outVariable>
<connector localId="65" name="">
<position x="-11" y="-6" />
<connectionPointIn>
<connection refLocalId="12" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="64" executionOrderId="24">
<position x="20" y="6" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="65" />
</connectionPointIn>
<expression>NVL_Sender.l_bedroom_1</expression>
</outVariable>
<connector localId="67" name="">
<position x="-47" y="-37" />
<connectionPointIn>
<connection refLocalId="15" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="66" executionOrderId="25">
<position x="49" y="29" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="67" />
</connectionPointIn>
<expression>NVL_Sender.l_outSide</expression>
</outVariable>
<connector localId="69" name="">
<position x="-11" y="-6" />
<connectionPointIn>
<connection refLocalId="18" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="68" executionOrderId="26">
<position x="20" y="9" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="69" />
</connectionPointIn>
<expression>NVL_Sender.l_bedroom_2</expression>
</outVariable>
<connector localId="71" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="21" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="70" executionOrderId="27">
<position x="48" y="6" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="71" />
</connectionPointIn>
<expression>NVL_Sender.l_bathroom</expression>
</outVariable>
<connector localId="73" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="24" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="72" executionOrderId="28">
<position x="48" y="9" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="73" />
</connectionPointIn>
<expression>NVL_Sender.l_guestWc</expression>
</outVariable>
<connector localId="75" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="32" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="74" executionOrderId="29">
<position x="20" y="14" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="75" />
</connectionPointIn>
<expression>NVL_Sender.l_kitchen</expression>
</outVariable>
<connector localId="77" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="35" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="76" executionOrderId="30">
<position x="20" y="17" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="77" />
</connectionPointIn>
<expression>NVL_Sender.l_pantry</expression>
</outVariable>
<connector localId="79" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="38" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="78" executionOrderId="31">
<position x="49" y="14" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="79" />
</connectionPointIn>
<expression>NVL_Sender.l_livingRoom</expression>
</outVariable>
<connector localId="81" name="">
<position x="-40" y="-6" />
<connectionPointIn>
<connection refLocalId="41" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="80" executionOrderId="32">
<position x="49" y="17" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="81" />
</connectionPointIn>
<expression>NVL_Sender.l_dinningRoom</expression>
</outVariable>
<connector localId="83" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="44" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="82" executionOrderId="33">
<position x="20" y="22" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="83" />
</connectionPointIn>
<expression>NVL_Sender.l_kitchen</expression>
</outVariable>
<connector localId="85" name="">
<position x="-44" y="-17" />
<connectionPointIn>
<connection refLocalId="47" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="84" executionOrderId="34">
<position x="20" y="29" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="85" />
</connectionPointIn>
<expression>NVL_Sender.l_outVeranda</expression>
</outVariable>
<connector localId="87" name="">
<position x="-76" y="-36" />
<connectionPointIn>
<connection refLocalId="50" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="86" executionOrderId="35">
<position x="49" y="22" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="87" />
</connectionPointIn>
<expression>NVL_Sender.l_outFront</expression>
</outVariable>
<connector localId="89" name="">
<position x="-10" y="-6" />
<connectionPointIn>
<connection refLocalId="53" formalParameter="lights" />
</connectionPointIn>
</connector>
<outVariable localId="88" executionOrderId="36">
<position x="20" y="3" />
<connectionPointIn>
<relPosition x="0" y="0" />
<connection refLocalId="89" />
</connectionPointIn>
<expression>NVL_Sender.l_masterBedroom</expression>
</outVariable>
</CFC>
</data>
</addData>
</body>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>00ad2a33-ae6a-414d-b176-acceec6d2332</ObjectId>
</data>
</addData>
</pou>
</data>
<data name="http://www.3s-software.com/plcopenxml/libraries" handleUnknown="implementation">
<Libraries>
<Library Name="#SM3_CamBuilder" Namespace="SMCB" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_CamBuilder, 4.17.0.0 (CODESYS)" />
<Library Name="#SM3_Robotics" Namespace="SM3_Robotics" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Robotics, 4.17.0.0 (CODESYS)" />
<Library Name="#SM3_Robotics_Visu" Namespace="SM3_Robotics_Visu" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Robotics_Visu, 4.17.0.0 (CODESYS)" />
<Library Name="#SM3_Transformation" Namespace="TRAFO" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Transformation, 4.17.0.0 (CODESYS)" />
<Library Name="#Standard" Namespace="Standard" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="Standard, * (System)" />
<Library Name="#CmpLog" Namespace="CmpLog" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="false" LinkAllContent="false" DefaultResolution="CmpLog, * (System)" />
<Library Name="#IODrvEtherCAT" Namespace="IoDrvEthercatLib" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="IoDrvEtherCAT, 4.1.0.0 (3S - Smart Software Solutions GmbH)" />
<Library Name="#NetVarUdp" Namespace="NetVarUdp" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="NetVarUdp, 3.5.20.0 (System)" />
<Library Name="#IoStandard" Namespace="IoStandard" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="true" DefaultResolution="IoStandard, 3.5.17.0 (System)" />
<Library Name="#SM3_Basic" Namespace="SM3_Basic" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_Basic, 4.17.0.0 (CODESYS)" />
<Library Name="#SM3_CNC" Namespace="SM3_CNC" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="SM3_CNC, 4.17.0.0 (CODESYS)" />
<Library Name="#3SLicense" Namespace="_3S_LICENSE" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="3SLicense, 0.0.0.0 (CODESYS)" ResolverGuid="97c3b452-d9fa-4ac2-9d0c-3d420aa6d95b" />
<Library Name="#BreakpointLogging" Namespace="BPLog" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="Breakpoint Logging Functions, * (3S - Smart Software Solutions GmbH)" />
<Library Name="IoDrvGPIO, 4.15.0.0 (CODESYS)" Namespace="IoDrvGPIO" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" />
<Library Name="#CAA Device Diagnosis" Namespace="DED" HideWhenReferencedAsDependency="false" PublishSymbolsInContainer="false" SystemLibrary="true" LinkAllContent="false" DefaultResolution="CAA Device Diagnosis, 3.5.21.0 (CAA Technical Workgroup)" />
<PlaceholderRedirections>
<PlaceholderRedirection Placeholder="Standard" Redirection="Standard, 3.5.18.0 (System)" />
<PlaceholderRedirection Placeholder="FloatingPointUtils" Redirection="FloatingPointUtils, 3.5.17.0 (System)" />
<PlaceholderRedirection Placeholder="StringUtils" Redirection="StringUtils, 3.5.20.0 (System)" />
</PlaceholderRedirections>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>b1ec021d-10b7-40f3-b70a-d614deb11161</ObjectId>
</data>
</addData>
</Libraries>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>f3dbc36e-55ca-4db9-9102-23c620462976</ObjectId>
</data>
</addData>
</resource>
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>4102</Type>
<Id>0000 0011</Id>
<Version>4.15.0.0</Version>
</DeviceIdentification>
<Connector moduleType="256" interface="Common.PCI" connectorId="0">
<HostParameterSet />
</Connector>
<Connector moduleType="1280" interface="GPIOSysfs" connectorId="1">
<HostParameterSet />
</Connector>
<Connector moduleType="1279" interface="Common.SoftMotion.General" connectorId="2">
<HostParameterSet />
</Connector>
<Connector moduleType="504" interface="Raspberry.GPIOs" connectorId="3">
<HostParameterSet />
</Connector>
<Connector moduleType="769" interface="SafetyInterface" connectorId="4">
<HostParameterSet />
</Connector>
<Connector moduleType="499" interface="Raspberry.OnewireMaster" connectorId="5">
<HostParameterSet />
</Connector>
<Connector moduleType="502" interface="Raspberry.Camera2" connectorId="6">
<HostParameterSet />
</Connector>
<Connector moduleType="497" interface="Raspberry.SPIMaster" connectorId="7">
<HostParameterSet />
</Connector>
<Connector moduleType="496" interface="Raspberry.I2CMaster" connectorId="8">
<HostParameterSet />
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="configurations" handleUnknown="discard">
<configurations>
<configuration name="EtherCAT_Master">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>64</Type>
<Id>0000 0001</Id>
<Version>4.9.0.0</Version>
</DeviceIdentification>
<Connector moduleType="257" role="child" interface="Common.PCI" connectorId="1">
<HostParameterSet />
</Connector>
<Connector moduleType="64" interface="Common.Ethercat" connectorId="2" hostpath="1">
<HostParameterSet>
<ParameterSection>
<Name>Second Network adapter</Name>
<Description />
<Parameter ParameterId="1073745920" type="std:BOOL" IndexInDevDesc="30">
<Attributes />
<Value name="_x0031_073745920" visiblename="EnableSecondAdapter" desc="Enable second network adapter">FALSE</Value>
<Name>EnableSecondAdapter</Name>
<Description>Enable second network adapter</Description>
</Parameter>
<Parameter ParameterId="1073745925" type="std:ARRAY [0..5] OF BYTE" IndexInDevDesc="31">
<Attributes />
<Value name="_x0031_073745925" visiblename="SrcAddress" desc="Source Address">[0,0,0,0,0,0]</Value>
<Name>SrcAddress</Name>
<Description>Source Address</Description>
</Parameter>
<Parameter ParameterId="1073745927" type="std:ARRAY [0..5] OF BYTE" IndexInDevDesc="32">
<Attributes />
<Value name="_x0031_073745927" visiblename="DestAddress" desc="Destination Address">[255,255,255,255,255,255]</Value>
<Name>DestAddress</Name>
<Description>Destination Address</Description>
</Parameter>
<Parameter ParameterId="1073745929" type="std:STRING(100)" IndexInDevDesc="33">
<Attributes />
<Value name="_x0031_073745929" visiblename="NetworkName" desc="Name of the network card">''</Value>
<Name>NetworkName</Name>
<Description>Name of the network card</Description>
</Parameter>
<Parameter ParameterId="1073745930" type="std:WSTRING(100)" IndexInDevDesc="34">
<Attributes />
<Value name="_x0031_073745930" visiblename="NetworkName" desc="Name of the network card">""</Value>
<Name>NetworkName</Name>
<Description>Name of the network card</Description>
</Parameter>
<Parameter ParameterId="1073745931" type="std:BOOL" IndexInDevDesc="35">
<Attributes />
<Value name="_x0031_073745931" visiblename="SelectNetworkByName" desc="Select network by name">FALSE</Value>
<Name>SelectNetworkByName</Name>
<Description>Select network by name</Description>
</Parameter>
<Parameter ParameterId="1073745932" type="std:BOOL" IndexInDevDesc="36">
<Attributes />
<Value name="_x0031_073745932" visiblename="CompareNetworkName" desc="Comapare exact network name">FALSE</Value>
<Name>CompareNetworkName</Name>
<Description>Comapare exact network name</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Diagnosis</Name>
<Description />
<Parameter ParameterId="805502976" type="localTypes:StructStatistics" IndexInDevDesc="50">
<Attributes channel="diag" offlineaccess="none" />
<Value name="_x0038_05502976" visiblename="Statistics" offlineaccess="none">
<Element name="SendFrameCount" visiblename="SendFrameCount">0</Element>
<Element name="FramesPerSecond" visiblename="FramesPerSecond">0</Element>
<Element name="LostFrameCount" visiblename="LostFrameCount">0</Element>
<Element name="TxErrorCount" visiblename="TxErrorCount">0</Element>
<Element name="RxErrorCount" visiblename="RxErrorCount">0</Element>
<Element name="RecvAvg_Cycle" visiblename="Recv Time (Avg)" desc="Average Time for receiving Ethernet frames per paket" />
<Element name="RecvMax_Cycle" visiblename="Recv Time (Max)" desc="Max Time for receiving Ethernet frames per paket" />
<Element name="SendAvg_Cycle" visiblename="Send Time (Avg)" desc="Average Time for sending Ethernet frames per paket" />
<Element name="SendMax_Cycle" visiblename="Send Time (Max)" desc="Max Time for sending Ethernet frames per paket" />
<Element name="LostCycleCount" visiblename="LostCycleCount" desc="Number of lost iec cycles" />
</Value>
<Name>Statistics</Name>
</Parameter>
<Parameter ParameterId="805502977" type="std:BOOL" IndexInDevDesc="51">
<Attributes channel="diagAck" />
<Value name="_x0038_05502977" visiblename="Clear Statistics" desc="Clear Statistics">FALSE</Value>
<Name>Clear Statistics</Name>
<Description>Clear Statistics</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Mailbox Gateway</Name>
<Description />
<Parameter ParameterId="1073750016" type="std:BOOL" IndexInDevDesc="52">
<Attributes />
<Value name="_x0031_073750016" visiblename="Enable mailbox gateway" desc="if true then mailbox gateway is enabled">FALSE</Value>
<Name>Enable mailbox gateway</Name>
<Description>if true then mailbox gateway is enabled</Description>
</Parameter>
<Parameter ParameterId="1073750018" type="std:ARRAY[0..3] OF BYTE" IndexInDevDesc="53">
<Attributes />
<Value name="_x0031_073750018" visiblename="IP address" desc="IP address of mailbox gateway">[0,0,0,0]</Value>
<Name>IP address</Name>
<Description>IP address of mailbox gateway</Description>
</Parameter>
</ParameterSection>
<Parameter ParameterId="805306368" type="std:DWORD" IndexInDevDesc="10">
<Attributes />
<Value name="_x0038_05306368" visiblename="Autoconfig" desc="Automatic configuration">1</Value>
<Name>Autoconfig</Name>
<Description>Automatic configuration</Description>
</Parameter>
<Parameter ParameterId="805306369" type="std:BOOL" IndexInDevDesc="45">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05306369" visiblename="ShowLoggerPage" offlineaccess="none" desc="Show the logger page for the master">true</Value>
<Name>ShowLoggerPage</Name>
<Description>Show the logger page for the master</Description>
</Parameter>
<Parameter ParameterId="805306371" type="std:BOOL" IndexInDevDesc="46">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05306371" visiblename="SupportMemoryService" offlineaccess="none" desc="Stack supports memory service">true</Value>
<Name>SupportMemoryService</Name>
<Description>Stack supports memory service</Description>
</Parameter>
<Parameter ParameterId="805306375" type="std:BOOL" IndexInDevDesc="47">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05306375" visiblename="ShowSafetyChannels" offlineaccess="none" desc="if true then safety channels are shown and mappable">true</Value>
<Name>ShowSafetyChannels</Name>
<Description>if true then safety channels are shown and mappable</Description>
</Parameter>
<Parameter ParameterId="805306377" type="std:BOOL" IndexInDevDesc="48">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05306377" visiblename="ShowSafetyConnections" offlineaccess="none" desc="if true then safety connections page is shown">true</Value>
<Name>ShowSafetyConnections</Name>
<Description>if true then safety connections page is shown</Description>
</Parameter>
<Parameter ParameterId="805306379" type="std:BOOL" IndexInDevDesc="49">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05306379" visiblename="ShpwDCStatistik" offlineaccess="none" desc="true: DC Statistics page is shown">true</Value>
<Name>ShpwDCStatistik</Name>
<Description>true: DC Statistics page is shown</Description>
</Parameter>
<Parameter ParameterId="805326848" type="std:DWORD" IndexInDevDesc="11">
<Attributes />
<Value name="_x0038_05326848" visiblename="MasterCycleTime" desc="Master Cycle Time">4000</Value>
<Name>MasterCycleTime</Name>
<Description>Master Cycle Time</Description>
</Parameter>
<Parameter ParameterId="805371904" type="std:BOOL" IndexInDevDesc="12">
<Attributes />
<Value name="_x0038_05371904" visiblename="MasterUseLRW" desc="Master uses LRW command">FALSE</Value>
<Name>MasterUseLRW</Name>
<Description>Master uses LRW command</Description>
</Parameter>
<Parameter ParameterId="805392384" type="std:BOOL" IndexInDevDesc="13">
<Attributes />
<Value name="_x0038_05392384" visiblename="SlaveAutorestart" desc="Slave restarts automatically">FALSE</Value>
<Name>SlaveAutorestart</Name>
<Description>Slave restarts automatically</Description>
</Parameter>
<Parameter ParameterId="805392640" type="std:BOOL" IndexInDevDesc="42">
<Attributes />
<Value name="_x0038_05392640" visiblename="Keep last input data" desc="Keep last input data">FALSE</Value>
<Name>Keep last input data</Name>
<Description>Keep last input data</Description>
</Parameter>
<Parameter ParameterId="805392650" type="std:BOOL" IndexInDevDesc="43">
<Attributes />
<Value name="_x0038_05392650" visiblename="OnlyArpBroadcasts" desc="true: transmit only ARP broadcasts, false: transmit all broadcasts">TRUE</Value>
<Name>OnlyArpBroadcasts</Name>
<Description>true: transmit only ARP broadcasts, false: transmit all broadcasts</Description>
</Parameter>
<Parameter ParameterId="805437440" type="std:USINT" IndexInDevDesc="14">
<Attributes />
<Value name="_x0038_05437440" visiblename="SlaveCheckMode" desc="Mode for vendor product check">0</Value>
<Name>SlaveCheckMode</Name>
<Description>Mode for vendor product check</Description>
</Parameter>
<Parameter ParameterId="805437441" type="std:BOOL" IndexInDevDesc="15">
<Attributes />
<Value name="_x0038_05437441" visiblename="CheckPortStatus" desc="Check of the port status of last slave">FALSE</Value>
<Name>CheckPortStatus</Name>
<Description>Check of the port status of last slave</Description>
</Parameter>
<Parameter ParameterId="805457920" type="std:STRING(100)" IndexInDevDesc="16">
<Attributes />
<Value name="_x0038_05457920" visiblename="NetworkName" desc="Name of the network card">'eth2'</Value>
<Name>NetworkName</Name>
<Description>Name of the network card</Description>
</Parameter>
<Parameter ParameterId="805457921" type="std:WSTRING(100)" IndexInDevDesc="17">
<Attributes />
<Value name="_x0038_05457921" visiblename="NetworkName" desc="Name of the network card">"eth2"</Value>
<Name>NetworkName</Name>
<Description>Name of the network card</Description>
</Parameter>
<Parameter ParameterId="805458176" type="std:BOOL" IndexInDevDesc="18">
<Attributes />
<Value name="_x0038_05458176" visiblename="SelectNetworkByName" desc="Select network by name">False</Value>
<Name>SelectNetworkByName</Name>
<Description>Select network by name</Description>
</Parameter>
<Parameter ParameterId="805458177" type="std:BOOL" IndexInDevDesc="19">
<Attributes />
<Value name="_x0038_05458177" visiblename="CompareNetworkName" desc="Comapare exact network name">True</Value>
<Name>CompareNetworkName</Name>
<Description>Comapare exact network name</Description>
</Parameter>
<Parameter ParameterId="805458432" type="std:BOOL" IndexInDevDesc="20">
<Attributes />
<Value name="_x0038_05458432" visiblename="EnableTaskMessage" desc="Enable transmission per task">FALSE</Value>
<Name>EnableTaskMessage</Name>
<Description>Enable transmission per task</Description>
</Parameter>
<Parameter ParameterId="805458688" type="std:BOOL" IndexInDevDesc="21">
<Attributes />
<Value name="_x0038_05458688" visiblename="DisableTaskGeneration" desc="Disable automatic task generation">FALSE</Value>
<Name>DisableTaskGeneration</Name>
<Description>Disable automatic task generation</Description>
</Parameter>
<Parameter ParameterId="805458944" type="std:BOOL" IndexInDevDesc="22">
<Attributes />
<Value name="_x0038_05458944" visiblename="FrameAtTaskStart" desc="Send frame at task cycle start">FALSE</Value>
<Name>FrameAtTaskStart</Name>
<Description>Send frame at task cycle start</Description>
</Parameter>
<Parameter ParameterId="805458960" type="std:BOOL" IndexInDevDesc="23">
<Attributes />
<Value name="_x0038_05458960" visiblename="WaitForPacket" desc="Wait for packets in the same cycle/ FrameAtTaskStart must be also set">FALSE</Value>
<Name>WaitForPacket</Name>
<Description>Wait for packets in the same cycle/ FrameAtTaskStart must be also set</Description>
</Parameter>
<Parameter ParameterId="805458968" type="std:BOOL" IndexInDevDesc="24">
<Attributes />
<Value name="_x0038_05458968" visiblename="SplitFrame" desc="Splits cylic frames in process data and asynchronous messages">FALSE</Value>
<Name>SplitFrame</Name>
<Description>Splits cylic frames in process data and asynchronous messages</Description>
</Parameter>
<Parameter ParameterId="805459200" type="std:BOOL" IndexInDevDesc="26">
<Attributes />
<Value name="_x0038_05459200" visiblename="ScanForAliasAddress" desc="Enables scan for alias address">TRUE</Value>
<Name>ScanForAliasAddress</Name>
<Description>Enables scan for alias address</Description>
</Parameter>
<Parameter ParameterId="805459280" type="std:WORD" IndexInDevDesc="25">
<Attributes />
<Value name="_x0038_05459280" visiblename="DCSyncInWindow" desc="sync window for xDistributedClockInSync">50</Value>
<Name>DCSyncInWindow</Name>
<Description>sync window for xDistributedClockInSync</Description>
</Parameter>
<Parameter ParameterId="805459456" type="std:SINT" IndexInDevDesc="27">
<Attributes />
<Value name="_x0038_05459456" visiblename="SyncOffset" desc="Master synchronisation offset">20</Value>
<Name>SyncOffset</Name>
<Description>Master synchronisation offset</Description>
</Parameter>
<Parameter ParameterId="805459712" type="std:UDINT" IndexInDevDesc="28">
<Attributes />
<Value name="_x0038_05459712" visiblename="SyncWindowMonitoring" desc="Slave sync window monitoring">0</Value>
<Name>SyncWindowMonitoring</Name>
<Description>Slave sync window monitoring</Description>
</Parameter>
<Parameter ParameterId="805459713" type="std:UDINT" IndexInDevDesc="29">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05459713" visiblename="DCMode" offlineaccess="none" desc="Mode for distributed clock">0</Value>
<Name>DCMode</Name>
<Description>Mode for distributed clock</Description>
</Parameter>
<Parameter ParameterId="805459968" type="std:BOOL" IndexInDevDesc="37">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05459968" visiblename="CustomENIExport" offlineaccess="none" desc="Export ENI file with custom settings">FALSE</Value>
<Name>CustomENIExport</Name>
<Description>Export ENI file with custom settings</Description>
</Parameter>
<Parameter ParameterId="805459969" type="std:BOOL" IndexInDevDesc="38">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05459969" visiblename="IgnoreManualAddres" offlineaccess="none" desc="Ignore manual address settings in the ENI export">FALSE</Value>
<Name>IgnoreManualAddres</Name>
<Description>Ignore manual address settings in the ENI export</Description>
</Parameter>
<Parameter ParameterId="805459974" type="std:BOOL" IndexInDevDesc="39">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05459974" visiblename="CreateENIFileForSimulation" offlineaccess="none" desc="Creates ENI xml file for simulation devices">TRUE</Value>
<Name>CreateENIFileForSimulation</Name>
<Description>Creates ENI xml file for simulation devices</Description>
</Parameter>
<Parameter ParameterId="805459975" type="std:BOOL" IndexInDevDesc="40">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0038_05459975" visiblename="CreateENIFileWithIoLink" offlineaccess="none" desc="Creates ENI xml file containing IO-Link devices">FALSE</Value>
<Name>CreateENIFileWithIoLink</Name>
<Description>Creates ENI xml file containing IO-Link devices</Description>
</Parameter>
<Parameter ParameterId="805459984" type="std:BOOL" IndexInDevDesc="41">
<Attributes offlineaccess="none" />
<Value name="_x0038_05459984" visiblename="Enable sync units" offlineaccess="none" desc="Enable support for sync units">TRUE</Value>
<Name>Enable sync units</Name>
<Description>Enable support for sync units</Description>
</Parameter>
<Parameter ParameterId="1073741826" type="std:DWORD" IndexInDevDesc="0">
<Attributes />
<Value name="_x0031_073741826" visiblename="NumberOfOutputSlaves" desc="Number of Slaves with an Output">0</Value>
<Name>NumberOfOutputSlaves</Name>
<Description>Number of Slaves with an Output</Description>
</Parameter>
<Parameter ParameterId="1073741827" type="std:DWORD" IndexInDevDesc="1">
<Attributes />
<Value name="_x0031_073741827" visiblename="NumberOfInputSlaves" desc="Number of Slaves with an Input">0</Value>
<Name>NumberOfInputSlaves</Name>
<Description>Number of Slaves with an Input</Description>
</Parameter>
<Parameter ParameterId="1073741829" type="std:DWORD" IndexInDevDesc="2">
<Attributes />
<Value name="_x0031_073741829" visiblename="SrcAddress1" desc="Two zero Bytes and the First Two Bytes of the Source Address">14</Value>
<Name>SrcAddress1</Name>
<Description>Two zero Bytes and the First Two Bytes of the Source Address</Description>
</Parameter>
<Parameter ParameterId="1073741830" type="std:DWORD" IndexInDevDesc="3">
<Attributes />
<Value name="_x0031_073741830" visiblename="SrcAddress2" desc="Lower 4 Bytes of the Source Address">3329192726</Value>
<Name>SrcAddress2</Name>
<Description>Lower 4 Bytes of the Source Address</Description>
</Parameter>
<Parameter ParameterId="1073741831" type="std:DWORD" IndexInDevDesc="4">
<Attributes />
<Value name="_x0031_073741831" visiblename="DestAddress1" desc="Two zero Bytes and the First Two Bytes of the Destination Address">65535</Value>
<Name>DestAddress1</Name>
<Description>Two zero Bytes and the First Two Bytes of the Destination Address</Description>
</Parameter>
<Parameter ParameterId="1073741832" type="std:DWORD" IndexInDevDesc="5">
<Attributes />
<Value name="_x0031_073741832" visiblename="DestAddress2" desc="Lower 4 Bytes of the Destination Address">4294967295</Value>
<Name>DestAddress2</Name>
<Description>Lower 4 Bytes of the Destination Address</Description>
</Parameter>
<Parameter ParameterId="1073741833" type="std:DWORD" IndexInDevDesc="6">
<Attributes />
<Value name="_x0031_073741833" visiblename="ImageOutAddress" desc="Address of the Output">33554432</Value>
<Name>ImageOutAddress</Name>
<Description>Address of the Output</Description>
</Parameter>
<Parameter ParameterId="1073741834" type="std:DWORD" IndexInDevDesc="7">
<Attributes />
<Value name="_x0031_073741834" visiblename="ImageOutLength" desc="Length of the Output">0</Value>
<Name>ImageOutLength</Name>
<Description>Length of the Output</Description>
</Parameter>
<Parameter ParameterId="1073741835" type="std:DWORD" IndexInDevDesc="8">
<Attributes />
<Value name="_x0031_073741835" visiblename="ImageInAddress" desc="Address of the Input">16777216</Value>
<Name>ImageInAddress</Name>
<Description>Address of the Input</Description>
</Parameter>
<Parameter ParameterId="1073741836" type="std:DWORD" IndexInDevDesc="9">
<Attributes />
<Value name="_x0031_073741836" visiblename="ImageInLength" desc="Length of the Input">0</Value>
<Name>ImageInLength</Name>
<Description>Length of the Input</Description>
</Parameter>
<Parameter ParameterId="1879052288" type="std:UDINT" IndexInDevDesc="44">
<Attributes download="false" offlineaccess="none" />
<Value name="_x0031_879052288" visiblename="Config version" offlineaccess="none" desc="Config version">50662144</Value>
<Name>Config version</Name>
<Description>Config version</Description>
</Parameter>
</HostParameterSet>
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="configurations" handleUnknown="discard">
<configurations>
<configuration name="EK1100">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>65</Type>
<Id>2_044C2C5200120000</Id>
<Version>Revision=16#00120000</Version>
</DeviceIdentification>
<Connector moduleType="65" role="child" interface="Common.Ethercat" connectorId="1">
<HostParameterSet>
<ParameterSection>
<Name>General</Name>
<Description />
<Parameter ParameterId="805306384" type="std:BOOL" IndexInDevDesc="3">
<Attributes />
<Value name="_x0038_05306384" visiblename="CheckProductID" desc="CheckProductID">TRUE</Value>
<Name>CheckProductID</Name>
<Description>CheckProductID</Description>
</Parameter>
<Parameter ParameterId="805306400" type="std:BOOL" IndexInDevDesc="4">
<Attributes />
<Value name="_x0038_05306400" visiblename="CheckVendorID" desc="CheckVendorID">TRUE</Value>
<Name>CheckVendorID</Name>
<Description>CheckVendorID</Description>
</Parameter>
<Parameter ParameterId="805306416" type="std:DWORD" IndexInDevDesc="17">
<Attributes />
<Value name="_x0038_05306416" visiblename="Timeout SDO Access" desc="Timeout SDO Access">1000</Value>
<Name>Timeout SDO Access</Name>
<Description>Timeout SDO Access</Description>
</Parameter>
<Parameter ParameterId="805306432" type="std:DWORD" IndexInDevDesc="15">
<Attributes />
<Value name="_x0038_05306432" visiblename="Timeout Init to Preop" desc="Timeout Init to Preop">3000</Value>
<Name>Timeout Init to Preop</Name>
<Description>Timeout Init to Preop</Description>
</Parameter>
<Parameter ParameterId="805306448" type="std:DWORD" IndexInDevDesc="16">
<Attributes />
<Value name="_x0038_05306448" visiblename="Timeout Preop to Safeop, SafeOp to Op" desc="Timeout Preop to Safeop, SafeOp to Op">10000</Value>
<Name>Timeout Preop to Safeop, SafeOp to Op</Name>
<Description>Timeout Preop to Safeop, SafeOp to Op</Description>
</Parameter>
<Parameter ParameterId="805306464" type="std:DWORD" IndexInDevDesc="18">
<Attributes />
<Value name="_x0038_05306464" visiblename="Timeout Back to Init" desc="Timeout Back to Init">5000</Value>
<Name>Timeout Back to Init</Name>
<Description>Timeout Back to Init</Description>
</Parameter>
<Parameter ParameterId="805306480" type="std:DWORD" IndexInDevDesc="19">
<Attributes />
<Value name="_x0038_05306480" visiblename="Timeout Back to SafeOp" desc="Timeout Back to SafeOp">200</Value>
<Name>Timeout Back to SafeOp</Name>
<Description>Timeout Back to SafeOp</Description>
</Parameter>
<Parameter ParameterId="805306688" type="localTypes:MailboxCapabilities" IndexInDevDesc="12">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0038_05306688" visiblename="Mailbox capabilities" offlineaccess="read">
<Element name="HasCoE" visiblename="HasCoE">False</Element>
<Element name="HasSoE" visiblename="HasSoE">False</Element>
<Element name="HasAoE" visiblename="HasAoE">False</Element>
<Element name="HasEoE" visiblename="HasEoE">False</Element>
<Element name="HasFoE" visiblename="HasFoE">False</Element>
<Element name="HasVoE" visiblename="HasVoE">False</Element>
<Element name="NbrChannels" visiblename="NbrChannels">0</Element>
</Value>
<Name>Mailbox capabilities</Name>
</Parameter>
<Parameter ParameterId="1074796544" type="std:DWORD" IndexInDevDesc="0">
<Attributes />
<Value name="_x0031_074796544" visiblename="Number of Identity Parameters" desc="Number of Identity Parameters">4</Value>
<Name>Number of Identity Parameters</Name>
<Description>Number of Identity Parameters</Description>
</Parameter>
<Parameter ParameterId="1074796545" type="std:DWORD" IndexInDevDesc="1">
<Attributes />
<Value name="_x0031_074796545" visiblename="Vendor Id of the Slave" desc="Vendor Id of the Slave">2</Value>
<Name>Vendor Id of the Slave</Name>
<Description>Vendor Id of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796546" type="std:DWORD" IndexInDevDesc="2">
<Attributes />
<Value name="_x0031_074796546" visiblename="Product Code of the Slave" desc="Product Code of the Slave">72100946</Value>
<Name>Product Code of the Slave</Name>
<Description>Product Code of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796547" type="std:DWORD" IndexInDevDesc="5">
<Attributes />
<Value name="_x0031_074796547" visiblename="Revision Number of the Slave" desc="Revision Number of the Slave">1179648</Value>
<Name>Revision Number of the Slave</Name>
<Description>Revision Number of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796548" type="std:DWORD" IndexInDevDesc="6">
<Attributes />
<Value name="_x0031_074796548" visiblename="Serialnumber of the Slave" desc="Serialnumber of the Slave">0</Value>
<Name>Serialnumber of the Slave</Name>
<Description>Serialnumber of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074797064" type="std:STRING" IndexInDevDesc="11">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0031_074797064" visiblename="Device URL" offlineaccess="read" desc="http://www.beckhoff.de/EK1100">'http://www.beckhoff.com/EK1100'</Value>
<Name>Device URL</Name>
<Description>http://www.beckhoff.de/EK1100</Description>
</Parameter>
<Parameter ParameterId="1074855936" type="std:DWORD" IndexInDevDesc="7">
<Attributes />
<Value name="_x0031_074855936" visiblename="Physical Address of the Slave" desc="Physical Address of the Slave">0</Value>
<Name>Physical Address of the Slave</Name>
<Description>Physical Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855937" type="std:DWORD" IndexInDevDesc="8">
<Attributes />
<Value name="_x0031_074855937" visiblename="AutoIncr Address of the Slave" desc="AutoIncr Address of the Slave">0</Value>
<Name>AutoIncr Address of the Slave</Name>
<Description>AutoIncr Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855938" type="std:WORD">
<Attributes />
<Value name="_x0031_074855938" visiblename="StationAlias">0</Value>
<Name>StationAlias</Name>
</Parameter>
<Parameter ParameterId="1074855984" type="std:STRING(255)" IndexInDevDesc="13">
<Attributes channel="diag" offlineaccess="none" />
<Value name="_x0031_074855984" visiblename="Diag String" offlineaccess="none" />
<Name>Diag String</Name>
</Parameter>
<Parameter ParameterId="1074855985" type="std:BOOL" IndexInDevDesc="14">
<Attributes channel="diagAck" offlineaccess="none" />
<Value name="_x0031_074855985" visiblename="Diag Acknowledge" offlineaccess="none">FALSE</Value>
<Name>Diag Acknowledge</Name>
</Parameter>
<Parameter ParameterId="1074856000" type="std:UINT" IndexInDevDesc="9">
<Attributes />
<Value name="_x0031_074856000" visiblename="LinkDelayTimeoutPortB" desc="LinkDelayTimeoutPortB">0</Value>
<Name>LinkDelayTimeoutPortB</Name>
<Description>LinkDelayTimeoutPortB</Description>
</Parameter>
<Parameter ParameterId="1074856001" type="std:UINT" IndexInDevDesc="10">
<Attributes />
<Value name="_x0031_074856001" visiblename="LinkDelayTimeoutPortC" desc="LinkDelayTimeoutPortC">1000</Value>
<Name>LinkDelayTimeoutPortC</Name>
<Description>LinkDelayTimeoutPortC</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Distributed_Clocks</Name>
<Description />
<Parameter ParameterId="1610633216" type="std:DWORD" IndexInDevDesc="20">
<Attributes />
<Value name="_x0031_610633216" visiblename="DC sync0 cycletime" desc="DC sync0 cycletime">4000</Value>
<Name>DC sync0 cycletime</Name>
<Description>DC sync0 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610678272" type="std:BOOL" IndexInDevDesc="21">
<Attributes />
<Value name="_x0031_610678272" visiblename="DC enable" desc="DC enable">FALSE</Value>
<Name>DC enable</Name>
<Description>DC enable</Description>
</Parameter>
<Parameter ParameterId="1610698752" type="std:BOOL" IndexInDevDesc="22">
<Attributes />
<Value name="_x0031_610698752" visiblename="DC sync0 enable" desc="DC sync0 enable">FALSE</Value>
<Name>DC sync0 enable</Name>
<Description>DC sync0 enable</Description>
</Parameter>
<Parameter ParameterId="1610764288" type="std:DWORD" IndexInDevDesc="24">
<Attributes />
<Value name="_x0031_610764288" visiblename="DC sync1 cycletime" desc="DC sync1 cycletime">4000</Value>
<Name>DC sync1 cycletime</Name>
<Description>DC sync1 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610809344" type="std:BOOL" IndexInDevDesc="23">
<Attributes />
<Value name="_x0031_610809344" visiblename="DC sync1 enable" desc="DC sync1 enable">FALSE</Value>
<Name>DC sync1 enable</Name>
<Description>DC sync1 enable</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO</Name>
<Description />
<Parameter ParameterId="1342504960" type="std:DWORD" IndexInDevDesc="25">
<Attributes />
<Value name="_x0031_342504960" visiblename="Number of RxPDOs of the Slave" desc="Number of RxPDOs of the Slave">0</Value>
<Name>Number of RxPDOs of the Slave</Name>
<Description>Number of RxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO</Name>
<Description />
<Parameter ParameterId="1342636032" type="std:DWORD" IndexInDevDesc="26">
<Attributes />
<Value name="_x0031_342636032" visiblename="Number of TxPDOs of the Slave" desc="Number of TxPDOs of the Slave">0</Value>
<Name>Number of TxPDOs of the Slave</Name>
<Description>Number of TxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>FMMUs</Name>
<Description />
<Parameter ParameterId="1342177312" type="std:DWORD" IndexInDevDesc="27">
<Attributes />
<Value name="_x0031_342177312" visiblename="Number of FMMUs of the Slave" desc="Number of FMMUs of the Slave">0</Value>
<Name>Number of FMMUs of the Slave</Name>
<Description>Number of FMMUs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>SyncManager</Name>
<Description />
<Parameter ParameterId="1342177280" type="std:DWORD" IndexInDevDesc="28">
<Attributes />
<Value name="_x0031_342177280" visiblename="Number of SyncManagers of the Slave" desc="Number of SyncManagers of the Slave">0</Value>
<Name>Number of SyncManagers of the Slave</Name>
<Description>Number of SyncManagers of the Slave</Description>
</Parameter>
</ParameterSection>
</HostParameterSet>
</Connector>
<Connector moduleType="65" interface="Common.Ethercat.Module" connectorId="2" hostpath="1">
<HostParameterSet />
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="configurations" handleUnknown="discard">
<configurations>
<configuration name="K1">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>65</Type>
<Id>2_0711305200120000</Id>
<Version>Revision=16#00120000</Version>
</DeviceIdentification>
<Connector moduleType="65" role="child" interface="Common.Ethercat.Module" connectorId="1">
<HostParameterSet>
<ParameterSection>
<Name>General</Name>
<Description />
<Parameter ParameterId="33554432" type="std:DWORD" IndexInDevDesc="19">
<Attributes />
<Value name="_x0033_3554432" visiblename="Number of Inputs" desc="Number of Inputs">16</Value>
<Name>Number of Inputs</Name>
<Description>Number of Inputs</Description>
</Parameter>
<Parameter ParameterId="536870912" type="std:DWORD" IndexInDevDesc="20">
<Attributes />
<Value name="_x0035_36870912" visiblename="Number of Infos about Inputs" desc="Number of Infos about Inputs">16</Value>
<Name>Number of Infos about Inputs</Name>
<Description>Number of Infos about Inputs</Description>
</Parameter>
<Parameter ParameterId="536870928" type="std:DWORD" IndexInDevDesc="21">
<Attributes />
<Value name="_x0035_36870928" visiblename="Physical Address of 1. Input" desc="Physical Address of 1. Input">3840</Value>
<Name>Physical Address of 1. Input</Name>
<Description>Physical Address of 1. Input</Description>
</Parameter>
<Parameter ParameterId="536870929" type="std:DWORD" IndexInDevDesc="22">
<Attributes />
<Value name="_x0035_36870929" visiblename="Length of the first Input" desc="Length of the first Input">1</Value>
<Name>Length of the first Input</Name>
<Description>Length of the first Input</Description>
</Parameter>
<Parameter ParameterId="536870930" type="std:DWORD" IndexInDevDesc="23">
<Attributes />
<Value name="_x0035_36870930" visiblename="StartBit of the first Input" desc="StartBit of the first Input">0</Value>
<Name>StartBit of the first Input</Name>
<Description>StartBit of the first Input</Description>
</Parameter>
<Parameter ParameterId="536870931" type="std:DWORD" IndexInDevDesc="24">
<Attributes />
<Value name="_x0035_36870931" visiblename="EndBit of the first Input" desc="EndBit of the first Input">7</Value>
<Name>EndBit of the first Input</Name>
<Description>EndBit of the first Input</Description>
</Parameter>
<Parameter ParameterId="805306384" type="std:BOOL" IndexInDevDesc="3">
<Attributes />
<Value name="_x0038_05306384" visiblename="CheckProductID" desc="CheckProductID">TRUE</Value>
<Name>CheckProductID</Name>
<Description>CheckProductID</Description>
</Parameter>
<Parameter ParameterId="805306400" type="std:BOOL" IndexInDevDesc="4">
<Attributes />
<Value name="_x0038_05306400" visiblename="CheckVendorID" desc="CheckVendorID">TRUE</Value>
<Name>CheckVendorID</Name>
<Description>CheckVendorID</Description>
</Parameter>
<Parameter ParameterId="805306416" type="std:DWORD" IndexInDevDesc="16">
<Attributes />
<Value name="_x0038_05306416" visiblename="Timeout SDO Access" desc="Timeout SDO Access">1000</Value>
<Name>Timeout SDO Access</Name>
<Description>Timeout SDO Access</Description>
</Parameter>
<Parameter ParameterId="805306432" type="std:DWORD" IndexInDevDesc="14">
<Attributes />
<Value name="_x0038_05306432" visiblename="Timeout Init to Preop" desc="Timeout Init to Preop">3000</Value>
<Name>Timeout Init to Preop</Name>
<Description>Timeout Init to Preop</Description>
</Parameter>
<Parameter ParameterId="805306448" type="std:DWORD" IndexInDevDesc="15">
<Attributes />
<Value name="_x0038_05306448" visiblename="Timeout Preop to Safeop, SafeOp to Op" desc="Timeout Preop to Safeop, SafeOp to Op">10000</Value>
<Name>Timeout Preop to Safeop, SafeOp to Op</Name>
<Description>Timeout Preop to Safeop, SafeOp to Op</Description>
</Parameter>
<Parameter ParameterId="805306464" type="std:DWORD" IndexInDevDesc="17">
<Attributes />
<Value name="_x0038_05306464" visiblename="Timeout Back to Init" desc="Timeout Back to Init">5000</Value>
<Name>Timeout Back to Init</Name>
<Description>Timeout Back to Init</Description>
</Parameter>
<Parameter ParameterId="805306480" type="std:DWORD" IndexInDevDesc="18">
<Attributes />
<Value name="_x0038_05306480" visiblename="Timeout Back to SafeOp" desc="Timeout Back to SafeOp">200</Value>
<Name>Timeout Back to SafeOp</Name>
<Description>Timeout Back to SafeOp</Description>
</Parameter>
<Parameter ParameterId="805306688" type="localTypes:MailboxCapabilities" IndexInDevDesc="11">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0038_05306688" visiblename="Mailbox capabilities" offlineaccess="read">
<Element name="HasCoE" visiblename="HasCoE">False</Element>
<Element name="HasSoE" visiblename="HasSoE">False</Element>
<Element name="HasAoE" visiblename="HasAoE">False</Element>
<Element name="HasEoE" visiblename="HasEoE">False</Element>
<Element name="HasFoE" visiblename="HasFoE">False</Element>
<Element name="HasVoE" visiblename="HasVoE">False</Element>
<Element name="NbrChannels" visiblename="NbrChannels">0</Element>
</Value>
<Name>Mailbox capabilities</Name>
</Parameter>
<Parameter ParameterId="1074796544" type="std:DWORD" IndexInDevDesc="0">
<Attributes />
<Value name="_x0031_074796544" visiblename="Number of Identity Parameters" desc="Number of Identity Parameters">4</Value>
<Name>Number of Identity Parameters</Name>
<Description>Number of Identity Parameters</Description>
</Parameter>
<Parameter ParameterId="1074796545" type="std:DWORD" IndexInDevDesc="1">
<Attributes />
<Value name="_x0031_074796545" visiblename="Vendor Id of the Slave" desc="Vendor Id of the Slave">2</Value>
<Name>Vendor Id of the Slave</Name>
<Description>Vendor Id of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796546" type="std:DWORD" IndexInDevDesc="2">
<Attributes />
<Value name="_x0031_074796546" visiblename="Product Code of the Slave" desc="Product Code of the Slave">118566994</Value>
<Name>Product Code of the Slave</Name>
<Description>Product Code of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796547" type="std:DWORD" IndexInDevDesc="5">
<Attributes />
<Value name="_x0031_074796547" visiblename="Revision Number of the Slave" desc="Revision Number of the Slave">1179648</Value>
<Name>Revision Number of the Slave</Name>
<Description>Revision Number of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796548" type="std:DWORD" IndexInDevDesc="6">
<Attributes />
<Value name="_x0031_074796548" visiblename="Serialnumber of the Slave" desc="Serialnumber of the Slave">0</Value>
<Name>Serialnumber of the Slave</Name>
<Description>Serialnumber of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074797064" type="std:STRING" IndexInDevDesc="10">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0031_074797064" visiblename="Device URL" offlineaccess="read" desc="http://www.beckhoff.de/EL1809">'http://www.beckhoff.com/EL1809'</Value>
<Name>Device URL</Name>
<Description>http://www.beckhoff.de/EL1809</Description>
</Parameter>
<Parameter ParameterId="1074855936" type="std:DWORD" IndexInDevDesc="7">
<Attributes />
<Value name="_x0031_074855936" visiblename="Physical Address of the Slave" desc="Physical Address of the Slave">0</Value>
<Name>Physical Address of the Slave</Name>
<Description>Physical Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855937" type="std:DWORD" IndexInDevDesc="8">
<Attributes />
<Value name="_x0031_074855937" visiblename="AutoIncr Address of the Slave" desc="AutoIncr Address of the Slave">0</Value>
<Name>AutoIncr Address of the Slave</Name>
<Description>AutoIncr Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855984" type="std:STRING(255)" IndexInDevDesc="12">
<Attributes channel="diag" offlineaccess="none" />
<Value name="_x0031_074855984" visiblename="Diag String" offlineaccess="none" />
<Name>Diag String</Name>
</Parameter>
<Parameter ParameterId="1074855985" type="std:BOOL" IndexInDevDesc="13">
<Attributes channel="diagAck" offlineaccess="none" />
<Value name="_x0031_074855985" visiblename="Diag Acknowledge" offlineaccess="none">FALSE</Value>
<Name>Diag Acknowledge</Name>
</Parameter>
<Parameter ParameterId="1074856000" type="std:UINT" IndexInDevDesc="9">
<Attributes />
<Value name="_x0031_074856000" visiblename="LinkDelayTimeoutPortB" desc="LinkDelayTimeoutPortB">0</Value>
<Name>LinkDelayTimeoutPortB</Name>
<Description>LinkDelayTimeoutPortB</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Distributed_Clocks</Name>
<Description />
<Parameter ParameterId="1610633216" type="std:DWORD" IndexInDevDesc="25">
<Attributes />
<Value name="_x0031_610633216" visiblename="DC sync0 cycletime" desc="DC sync0 cycletime">4000</Value>
<Name>DC sync0 cycletime</Name>
<Description>DC sync0 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610678272" type="std:BOOL" IndexInDevDesc="26">
<Attributes />
<Value name="_x0031_610678272" visiblename="DC enable" desc="DC enable">FALSE</Value>
<Name>DC enable</Name>
<Description>DC enable</Description>
</Parameter>
<Parameter ParameterId="1610698752" type="std:BOOL" IndexInDevDesc="27">
<Attributes />
<Value name="_x0031_610698752" visiblename="DC sync0 enable" desc="DC sync0 enable">FALSE</Value>
<Name>DC sync0 enable</Name>
<Description>DC sync0 enable</Description>
</Parameter>
<Parameter ParameterId="1610764288" type="std:DWORD" IndexInDevDesc="29">
<Attributes />
<Value name="_x0031_610764288" visiblename="DC sync1 cycletime" desc="DC sync1 cycletime">4000</Value>
<Name>DC sync1 cycletime</Name>
<Description>DC sync1 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610809344" type="std:BOOL" IndexInDevDesc="28">
<Attributes />
<Value name="_x0031_610809344" visiblename="DC sync1 enable" desc="DC sync1 enable">FALSE</Value>
<Name>DC sync1 enable</Name>
<Description>DC sync1 enable</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO</Name>
<Description />
<Parameter ParameterId="1342504960" type="std:DWORD" IndexInDevDesc="30">
<Attributes />
<Value name="_x0031_342504960" visiblename="Number of RxPDOs of the Slave" desc="Number of RxPDOs of the Slave">0</Value>
<Name>Number of RxPDOs of the Slave</Name>
<Description>Number of RxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO</Name>
<Description />
<ParameterSection>
<Name>TxPDO1</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879375874" type="localTypes:Entry" IndexInDevDesc="32">
<Attributes download="false" />
<Value name="_x0031_879375874" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6000</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880424450" type="localTypes:PDO_Information" IndexInDevDesc="33">
<Attributes download="false" />
<Value name="_x0031_880424450" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879375872" type="localTypes:RxTxPdo" IndexInDevDesc="34">
<Attributes download="false" />
<Value name="_x0031_879375872" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a00</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 1'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO2</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879376130" type="localTypes:Entry" IndexInDevDesc="35">
<Attributes download="false" />
<Value name="_x0031_879376130" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6010</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880424706" type="localTypes:PDO_Information" IndexInDevDesc="36">
<Attributes download="false" />
<Value name="_x0031_880424706" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879376128" type="localTypes:RxTxPdo" IndexInDevDesc="37">
<Attributes download="false" />
<Value name="_x0031_879376128" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a01</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 2'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO3</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879376386" type="localTypes:Entry" IndexInDevDesc="38">
<Attributes download="false" />
<Value name="_x0031_879376386" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6020</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880424962" type="localTypes:PDO_Information" IndexInDevDesc="39">
<Attributes download="false" />
<Value name="_x0031_880424962" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879376384" type="localTypes:RxTxPdo" IndexInDevDesc="40">
<Attributes download="false" />
<Value name="_x0031_879376384" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a02</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 3'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO4</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879376642" type="localTypes:Entry" IndexInDevDesc="41">
<Attributes download="false" />
<Value name="_x0031_879376642" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6030</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880425218" type="localTypes:PDO_Information" IndexInDevDesc="42">
<Attributes download="false" />
<Value name="_x0031_880425218" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879376640" type="localTypes:RxTxPdo" IndexInDevDesc="43">
<Attributes download="false" />
<Value name="_x0031_879376640" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a03</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 4'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO5</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879376898" type="localTypes:Entry" IndexInDevDesc="44">
<Attributes download="false" />
<Value name="_x0031_879376898" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6040</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880425474" type="localTypes:PDO_Information" IndexInDevDesc="45">
<Attributes download="false" />
<Value name="_x0031_880425474" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879376896" type="localTypes:RxTxPdo" IndexInDevDesc="46">
<Attributes download="false" />
<Value name="_x0031_879376896" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a04</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 5'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO6</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879377154" type="localTypes:Entry" IndexInDevDesc="47">
<Attributes download="false" />
<Value name="_x0031_879377154" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6050</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880425730" type="localTypes:PDO_Information" IndexInDevDesc="48">
<Attributes download="false" />
<Value name="_x0031_880425730" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879377152" type="localTypes:RxTxPdo" IndexInDevDesc="49">
<Attributes download="false" />
<Value name="_x0031_879377152" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a05</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 6'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO7</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879377410" type="localTypes:Entry" IndexInDevDesc="50">
<Attributes download="false" />
<Value name="_x0031_879377410" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6060</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880425986" type="localTypes:PDO_Information" IndexInDevDesc="51">
<Attributes download="false" />
<Value name="_x0031_880425986" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879377408" type="localTypes:RxTxPdo" IndexInDevDesc="52">
<Attributes download="false" />
<Value name="_x0031_879377408" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a06</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 7'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO8</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879377666" type="localTypes:Entry" IndexInDevDesc="53">
<Attributes download="false" />
<Value name="_x0031_879377666" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6070</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880426242" type="localTypes:PDO_Information" IndexInDevDesc="54">
<Attributes download="false" />
<Value name="_x0031_880426242" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879377664" type="localTypes:RxTxPdo" IndexInDevDesc="55">
<Attributes download="false" />
<Value name="_x0031_879377664" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a07</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 8'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO9</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879377922" type="localTypes:Entry" IndexInDevDesc="56">
<Attributes download="false" />
<Value name="_x0031_879377922" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6080</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880426498" type="localTypes:PDO_Information" IndexInDevDesc="57">
<Attributes download="false" />
<Value name="_x0031_880426498" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879377920" type="localTypes:RxTxPdo" IndexInDevDesc="58">
<Attributes download="false" />
<Value name="_x0031_879377920" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a08</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 9'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO10</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879378178" type="localTypes:Entry" IndexInDevDesc="59">
<Attributes download="false" />
<Value name="_x0031_879378178" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#6090</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880426754" type="localTypes:PDO_Information" IndexInDevDesc="60">
<Attributes download="false" />
<Value name="_x0031_880426754" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879378176" type="localTypes:RxTxPdo" IndexInDevDesc="61">
<Attributes download="false" />
<Value name="_x0031_879378176" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a09</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 10'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO11</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879378434" type="localTypes:Entry" IndexInDevDesc="62">
<Attributes download="false" />
<Value name="_x0031_879378434" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#60A0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880427010" type="localTypes:PDO_Information" IndexInDevDesc="63">
<Attributes download="false" />
<Value name="_x0031_880427010" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879378432" type="localTypes:RxTxPdo" IndexInDevDesc="64">
<Attributes download="false" />
<Value name="_x0031_879378432" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a0a</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 11'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO12</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879378690" type="localTypes:Entry" IndexInDevDesc="65">
<Attributes download="false" />
<Value name="_x0031_879378690" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#60B0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880427266" type="localTypes:PDO_Information" IndexInDevDesc="66">
<Attributes download="false" />
<Value name="_x0031_880427266" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879378688" type="localTypes:RxTxPdo" IndexInDevDesc="67">
<Attributes download="false" />
<Value name="_x0031_879378688" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a0b</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 12'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO13</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879378946" type="localTypes:Entry" IndexInDevDesc="68">
<Attributes download="false" />
<Value name="_x0031_879378946" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#60C0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880427522" type="localTypes:PDO_Information" IndexInDevDesc="69">
<Attributes download="false" />
<Value name="_x0031_880427522" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879378944" type="localTypes:RxTxPdo" IndexInDevDesc="70">
<Attributes download="false" />
<Value name="_x0031_879378944" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a0c</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 13'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO14</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879379202" type="localTypes:Entry" IndexInDevDesc="71">
<Attributes download="false" />
<Value name="_x0031_879379202" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#60D0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880427778" type="localTypes:PDO_Information" IndexInDevDesc="72">
<Attributes download="false" />
<Value name="_x0031_880427778" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879379200" type="localTypes:RxTxPdo" IndexInDevDesc="73">
<Attributes download="false" />
<Value name="_x0031_879379200" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a0d</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 14'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO15</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879379458" type="localTypes:Entry" IndexInDevDesc="74">
<Attributes download="false" />
<Value name="_x0031_879379458" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#60E0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880428034" type="localTypes:PDO_Information" IndexInDevDesc="75">
<Attributes download="false" />
<Value name="_x0031_880428034" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879379456" type="localTypes:RxTxPdo" IndexInDevDesc="76">
<Attributes download="false" />
<Value name="_x0031_879379456" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a0e</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 15'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO16</Name>
<Description />
<ParameterSection>
<Name>Input</Name>
<Description />
<Parameter ParameterId="1879379714" type="localTypes:Entry" IndexInDevDesc="77">
<Attributes download="false" />
<Value name="_x0031_879379714" visiblename="Input">
<Element name="Index" visiblename="Index" desc="Index">16#60F0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Input</Name>
</Parameter>
<Parameter ParameterId="1880428290" type="localTypes:PDO_Information" IndexInDevDesc="78">
<Attributes download="false" />
<Value name="_x0031_880428290" visiblename="Input">
<Element name="Name" visiblename="Name" desc="Name">'Input'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Input</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879379712" type="localTypes:RxTxPdo" IndexInDevDesc="79">
<Attributes download="false" />
<Value name="_x0031_879379712" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1a0f</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 16'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1342636032" type="std:DWORD" IndexInDevDesc="31">
<Attributes />
<Value name="_x0031_342636032" visiblename="Number of TxPDOs of the Slave" desc="Number of TxPDOs of the Slave">16</Value>
<Name>Number of TxPDOs of the Slave</Name>
<Description>Number of TxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>FMMUs</Name>
<Description />
<Parameter ParameterId="1342177312" type="std:DWORD" IndexInDevDesc="80">
<Attributes />
<Value name="_x0031_342177312" visiblename="Number of FMMUs of the Slave" desc="Number of FMMUs of the Slave">1</Value>
<Name>Number of FMMUs of the Slave</Name>
<Description>Number of FMMUs of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177313" type="localTypes:FMMU" IndexInDevDesc="81">
<Attributes />
<Value name="_x0031_342177313" visiblename="FMMU">
<Element name="globstartadr" visiblename="Global Start Address" desc="Global Start Address">16777216</Element>
<Element name="length" visiblename="Length" desc="Length">2</Element>
<Element name="startbit" visiblename="StartBit" desc="StartBit">0</Element>
<Element name="endbit" visiblename="EndBit" desc="EndBit">7</Element>
<Element name="physstartadr" visiblename="Physical Start Address" desc="Physical Start Address">4096</Element>
<Element name="logstartbit" visiblename="Logical Start Bit" desc="Logical Start Bit">0</Element>
<Element name="access" visiblename="Access" desc="Access">1</Element>
<Element name="flags" visiblename="Flags" desc="Flags">1</Element>
</Value>
<Name>FMMU</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>SyncManager</Name>
<Description />
<Parameter ParameterId="1342177280" type="std:DWORD" IndexInDevDesc="82">
<Attributes />
<Value name="_x0031_342177280" visiblename="Number of SyncManagers of the Slave" desc="Number of SyncManagers of the Slave">1</Value>
<Name>Number of SyncManagers of the Slave</Name>
<Description>Number of SyncManagers of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177281" type="localTypes:Sync" IndexInDevDesc="83">
<Attributes />
<Value name="_x0031_342177281" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">4096</Element>
<Element name="length" visiblename="Length" desc="Length">2</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">0</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">0</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">0</Element>
</Value>
<Name>Sync</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A00 Channel 1</Name>
<Description />
<Parameter ParameterId="33554434" type="std:BIT" IndexInDevDesc="84">
<Attributes channel="input" />
<Value name="_x0033_3554434" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A01 Channel 2</Name>
<Description />
<Parameter ParameterId="33554435" type="std:BIT" IndexInDevDesc="85">
<Attributes channel="input" />
<Value name="_x0033_3554435" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A02 Channel 3</Name>
<Description />
<Parameter ParameterId="33554436" type="std:BIT" IndexInDevDesc="86">
<Attributes channel="input" />
<Value name="_x0033_3554436" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A03 Channel 4</Name>
<Description />
<Parameter ParameterId="33554437" type="std:BIT" IndexInDevDesc="87">
<Attributes channel="input" />
<Value name="_x0033_3554437" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A04 Channel 5</Name>
<Description />
<Parameter ParameterId="33554438" type="std:BIT" IndexInDevDesc="88">
<Attributes channel="input" />
<Value name="_x0033_3554438" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A05 Channel 6</Name>
<Description />
<Parameter ParameterId="33554439" type="std:BIT" IndexInDevDesc="89">
<Attributes channel="input" />
<Value name="_x0033_3554439" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A06 Channel 7</Name>
<Description />
<Parameter ParameterId="33554440" type="std:BIT" IndexInDevDesc="90">
<Attributes channel="input" />
<Value name="_x0033_3554440" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A07 Channel 8</Name>
<Description />
<Parameter ParameterId="33554441" type="std:BIT" IndexInDevDesc="91">
<Attributes channel="input" />
<Value name="_x0033_3554441" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A08 Channel 9</Name>
<Description />
<Parameter ParameterId="33554442" type="std:BIT" IndexInDevDesc="92">
<Attributes channel="input" />
<Value name="_x0033_3554442" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A09 Channel 10</Name>
<Description />
<Parameter ParameterId="33554443" type="std:BIT" IndexInDevDesc="93">
<Attributes channel="input" />
<Value name="_x0033_3554443" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A0A Channel 11</Name>
<Description />
<Parameter ParameterId="33554444" type="std:BIT" IndexInDevDesc="94">
<Attributes channel="input" />
<Value name="_x0033_3554444" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A0B Channel 12</Name>
<Description />
<Parameter ParameterId="33554445" type="std:BIT" IndexInDevDesc="95">
<Attributes channel="input" />
<Value name="_x0033_3554445" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A0C Channel 13</Name>
<Description />
<Parameter ParameterId="33554446" type="std:BIT" IndexInDevDesc="96">
<Attributes channel="input" />
<Value name="_x0033_3554446" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A0D Channel 14</Name>
<Description />
<Parameter ParameterId="33554447" type="std:BIT" IndexInDevDesc="97">
<Attributes channel="input" />
<Value name="_x0033_3554447" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A0E Channel 15</Name>
<Description />
<Parameter ParameterId="33554448" type="std:BIT" IndexInDevDesc="98">
<Attributes channel="input" />
<Value name="_x0033_3554448" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1A0F Channel 16</Name>
<Description />
<Parameter ParameterId="33554449" type="std:BIT" IndexInDevDesc="99">
<Attributes channel="input" />
<Value name="_x0033_3554449" visiblename="Input" desc="Input">0</Value>
<Name>Input</Name>
<Description>Input</Description>
</Parameter>
</ParameterSection>
</HostParameterSet>
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>ed439180-d027-4371-9e14-e527c6e228c2</ObjectId>
</data>
</addData>
</configuration>
<configuration name="K2">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>65</Type>
<Id>2_0AF9305200120000</Id>
<Version>Revision=16#00120000</Version>
</DeviceIdentification>
<Connector moduleType="65" role="child" interface="Common.Ethercat.Module" connectorId="1">
<HostParameterSet>
<ParameterSection>
<Name>General</Name>
<Description />
<Parameter ParameterId="16777216" type="std:DWORD" IndexInDevDesc="19">
<Attributes />
<Value name="_x0031_6777216" visiblename="Number of Outputs" desc="Number of Outputs">16</Value>
<Name>Number of Outputs</Name>
<Description>Number of Outputs</Description>
</Parameter>
<Parameter ParameterId="268435456" type="std:DWORD" IndexInDevDesc="20">
<Attributes />
<Value name="_x0032_68435456" visiblename="Number of Infos about Outputs" desc="Number of Infos about Outputs">16</Value>
<Name>Number of Infos about Outputs</Name>
<Description>Number of Infos about Outputs</Description>
</Parameter>
<Parameter ParameterId="268435472" type="std:DWORD" IndexInDevDesc="21">
<Attributes />
<Value name="_x0032_68435472" visiblename="Physical Address of 1. Output" desc="Physical Address of 1. Output">3840</Value>
<Name>Physical Address of 1. Output</Name>
<Description>Physical Address of 1. Output</Description>
</Parameter>
<Parameter ParameterId="268435473" type="std:DWORD" IndexInDevDesc="22">
<Attributes />
<Value name="_x0032_68435473" visiblename="Length of the first Output" desc="Length of the first Output">1</Value>
<Name>Length of the first Output</Name>
<Description>Length of the first Output</Description>
</Parameter>
<Parameter ParameterId="268435474" type="std:DWORD" IndexInDevDesc="23">
<Attributes />
<Value name="_x0032_68435474" visiblename="StartBit of the first Output" desc="StartBit of the first Output">0</Value>
<Name>StartBit of the first Output</Name>
<Description>StartBit of the first Output</Description>
</Parameter>
<Parameter ParameterId="268435475" type="std:DWORD" IndexInDevDesc="24">
<Attributes />
<Value name="_x0032_68435475" visiblename="EndBit of the first Output" desc="EndBit of the first Output">7</Value>
<Name>EndBit of the first Output</Name>
<Description>EndBit of the first Output</Description>
</Parameter>
<Parameter ParameterId="805306384" type="std:BOOL" IndexInDevDesc="3">
<Attributes />
<Value name="_x0038_05306384" visiblename="CheckProductID" desc="CheckProductID">TRUE</Value>
<Name>CheckProductID</Name>
<Description>CheckProductID</Description>
</Parameter>
<Parameter ParameterId="805306400" type="std:BOOL" IndexInDevDesc="4">
<Attributes />
<Value name="_x0038_05306400" visiblename="CheckVendorID" desc="CheckVendorID">TRUE</Value>
<Name>CheckVendorID</Name>
<Description>CheckVendorID</Description>
</Parameter>
<Parameter ParameterId="805306416" type="std:DWORD" IndexInDevDesc="16">
<Attributes />
<Value name="_x0038_05306416" visiblename="Timeout SDO Access" desc="Timeout SDO Access">1000</Value>
<Name>Timeout SDO Access</Name>
<Description>Timeout SDO Access</Description>
</Parameter>
<Parameter ParameterId="805306432" type="std:DWORD" IndexInDevDesc="14">
<Attributes />
<Value name="_x0038_05306432" visiblename="Timeout Init to Preop" desc="Timeout Init to Preop">3000</Value>
<Name>Timeout Init to Preop</Name>
<Description>Timeout Init to Preop</Description>
</Parameter>
<Parameter ParameterId="805306448" type="std:DWORD" IndexInDevDesc="15">
<Attributes />
<Value name="_x0038_05306448" visiblename="Timeout Preop to Safeop, SafeOp to Op" desc="Timeout Preop to Safeop, SafeOp to Op">10000</Value>
<Name>Timeout Preop to Safeop, SafeOp to Op</Name>
<Description>Timeout Preop to Safeop, SafeOp to Op</Description>
</Parameter>
<Parameter ParameterId="805306464" type="std:DWORD" IndexInDevDesc="17">
<Attributes />
<Value name="_x0038_05306464" visiblename="Timeout Back to Init" desc="Timeout Back to Init">5000</Value>
<Name>Timeout Back to Init</Name>
<Description>Timeout Back to Init</Description>
</Parameter>
<Parameter ParameterId="805306480" type="std:DWORD" IndexInDevDesc="18">
<Attributes />
<Value name="_x0038_05306480" visiblename="Timeout Back to SafeOp" desc="Timeout Back to SafeOp">200</Value>
<Name>Timeout Back to SafeOp</Name>
<Description>Timeout Back to SafeOp</Description>
</Parameter>
<Parameter ParameterId="805306688" type="localTypes:MailboxCapabilities" IndexInDevDesc="11">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0038_05306688" visiblename="Mailbox capabilities" offlineaccess="read">
<Element name="HasCoE" visiblename="HasCoE">False</Element>
<Element name="HasSoE" visiblename="HasSoE">False</Element>
<Element name="HasAoE" visiblename="HasAoE">False</Element>
<Element name="HasEoE" visiblename="HasEoE">False</Element>
<Element name="HasFoE" visiblename="HasFoE">False</Element>
<Element name="HasVoE" visiblename="HasVoE">False</Element>
<Element name="NbrChannels" visiblename="NbrChannels">0</Element>
</Value>
<Name>Mailbox capabilities</Name>
</Parameter>
<Parameter ParameterId="1074796544" type="std:DWORD" IndexInDevDesc="0">
<Attributes />
<Value name="_x0031_074796544" visiblename="Number of Identity Parameters" desc="Number of Identity Parameters">4</Value>
<Name>Number of Identity Parameters</Name>
<Description>Number of Identity Parameters</Description>
</Parameter>
<Parameter ParameterId="1074796545" type="std:DWORD" IndexInDevDesc="1">
<Attributes />
<Value name="_x0031_074796545" visiblename="Vendor Id of the Slave" desc="Vendor Id of the Slave">2</Value>
<Name>Vendor Id of the Slave</Name>
<Description>Vendor Id of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796546" type="std:DWORD" IndexInDevDesc="2">
<Attributes />
<Value name="_x0031_074796546" visiblename="Product Code of the Slave" desc="Product Code of the Slave">184102994</Value>
<Name>Product Code of the Slave</Name>
<Description>Product Code of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796547" type="std:DWORD" IndexInDevDesc="5">
<Attributes />
<Value name="_x0031_074796547" visiblename="Revision Number of the Slave" desc="Revision Number of the Slave">1179648</Value>
<Name>Revision Number of the Slave</Name>
<Description>Revision Number of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796548" type="std:DWORD" IndexInDevDesc="6">
<Attributes />
<Value name="_x0031_074796548" visiblename="Serialnumber of the Slave" desc="Serialnumber of the Slave">0</Value>
<Name>Serialnumber of the Slave</Name>
<Description>Serialnumber of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074797064" type="std:STRING" IndexInDevDesc="10">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0031_074797064" visiblename="Device URL" offlineaccess="read" desc="http://www.beckhoff.de/EL2809">'http://www.beckhoff.com/EL2809'</Value>
<Name>Device URL</Name>
<Description>http://www.beckhoff.de/EL2809</Description>
</Parameter>
<Parameter ParameterId="1074855936" type="std:DWORD" IndexInDevDesc="7">
<Attributes />
<Value name="_x0031_074855936" visiblename="Physical Address of the Slave" desc="Physical Address of the Slave">0</Value>
<Name>Physical Address of the Slave</Name>
<Description>Physical Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855937" type="std:DWORD" IndexInDevDesc="8">
<Attributes />
<Value name="_x0031_074855937" visiblename="AutoIncr Address of the Slave" desc="AutoIncr Address of the Slave">0</Value>
<Name>AutoIncr Address of the Slave</Name>
<Description>AutoIncr Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855984" type="std:STRING(255)" IndexInDevDesc="12">
<Attributes channel="diag" offlineaccess="none" />
<Value name="_x0031_074855984" visiblename="Diag String" offlineaccess="none" />
<Name>Diag String</Name>
</Parameter>
<Parameter ParameterId="1074855985" type="std:BOOL" IndexInDevDesc="13">
<Attributes channel="diagAck" offlineaccess="none" />
<Value name="_x0031_074855985" visiblename="Diag Acknowledge" offlineaccess="none">FALSE</Value>
<Name>Diag Acknowledge</Name>
</Parameter>
<Parameter ParameterId="1074856000" type="std:UINT" IndexInDevDesc="9">
<Attributes />
<Value name="_x0031_074856000" visiblename="LinkDelayTimeoutPortB" desc="LinkDelayTimeoutPortB">0</Value>
<Name>LinkDelayTimeoutPortB</Name>
<Description>LinkDelayTimeoutPortB</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Distributed_Clocks</Name>
<Description />
<Parameter ParameterId="1610633216" type="std:DWORD" IndexInDevDesc="25">
<Attributes />
<Value name="_x0031_610633216" visiblename="DC sync0 cycletime" desc="DC sync0 cycletime">4000</Value>
<Name>DC sync0 cycletime</Name>
<Description>DC sync0 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610678272" type="std:BOOL" IndexInDevDesc="26">
<Attributes />
<Value name="_x0031_610678272" visiblename="DC enable" desc="DC enable">FALSE</Value>
<Name>DC enable</Name>
<Description>DC enable</Description>
</Parameter>
<Parameter ParameterId="1610698752" type="std:BOOL" IndexInDevDesc="27">
<Attributes />
<Value name="_x0031_610698752" visiblename="DC sync0 enable" desc="DC sync0 enable">FALSE</Value>
<Name>DC sync0 enable</Name>
<Description>DC sync0 enable</Description>
</Parameter>
<Parameter ParameterId="1610764288" type="std:DWORD" IndexInDevDesc="29">
<Attributes />
<Value name="_x0031_610764288" visiblename="DC sync1 cycletime" desc="DC sync1 cycletime">4000</Value>
<Name>DC sync1 cycletime</Name>
<Description>DC sync1 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610809344" type="std:BOOL" IndexInDevDesc="28">
<Attributes />
<Value name="_x0031_610809344" visiblename="DC sync1 enable" desc="DC sync1 enable">FALSE</Value>
<Name>DC sync1 enable</Name>
<Description>DC sync1 enable</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO</Name>
<Description />
<ParameterSection>
<Name>RxPDO1</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048194" type="localTypes:Entry" IndexInDevDesc="31">
<Attributes download="false" />
<Value name="_x0031_879048194" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7000</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880096770" type="localTypes:PDO_Information" IndexInDevDesc="32">
<Attributes download="false" />
<Value name="_x0031_880096770" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048192" type="localTypes:RxTxPdo" IndexInDevDesc="33">
<Attributes download="false" />
<Value name="_x0031_879048192" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1600</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 1'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO2</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048450" type="localTypes:Entry" IndexInDevDesc="34">
<Attributes download="false" />
<Value name="_x0031_879048450" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7010</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097026" type="localTypes:PDO_Information" IndexInDevDesc="35">
<Attributes download="false" />
<Value name="_x0031_880097026" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048448" type="localTypes:RxTxPdo" IndexInDevDesc="36">
<Attributes download="false" />
<Value name="_x0031_879048448" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1601</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 2'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO3</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048706" type="localTypes:Entry" IndexInDevDesc="37">
<Attributes download="false" />
<Value name="_x0031_879048706" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7020</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097282" type="localTypes:PDO_Information" IndexInDevDesc="38">
<Attributes download="false" />
<Value name="_x0031_880097282" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048704" type="localTypes:RxTxPdo" IndexInDevDesc="39">
<Attributes download="false" />
<Value name="_x0031_879048704" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1602</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 3'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO4</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048962" type="localTypes:Entry" IndexInDevDesc="40">
<Attributes download="false" />
<Value name="_x0031_879048962" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7030</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097538" type="localTypes:PDO_Information" IndexInDevDesc="41">
<Attributes download="false" />
<Value name="_x0031_880097538" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048960" type="localTypes:RxTxPdo" IndexInDevDesc="42">
<Attributes download="false" />
<Value name="_x0031_879048960" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1603</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 4'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO5</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049218" type="localTypes:Entry" IndexInDevDesc="43">
<Attributes download="false" />
<Value name="_x0031_879049218" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7040</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097794" type="localTypes:PDO_Information" IndexInDevDesc="44">
<Attributes download="false" />
<Value name="_x0031_880097794" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049216" type="localTypes:RxTxPdo" IndexInDevDesc="45">
<Attributes download="false" />
<Value name="_x0031_879049216" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1604</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 5'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO6</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049474" type="localTypes:Entry" IndexInDevDesc="46">
<Attributes download="false" />
<Value name="_x0031_879049474" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7050</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098050" type="localTypes:PDO_Information" IndexInDevDesc="47">
<Attributes download="false" />
<Value name="_x0031_880098050" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049472" type="localTypes:RxTxPdo" IndexInDevDesc="48">
<Attributes download="false" />
<Value name="_x0031_879049472" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1605</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 6'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO7</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049730" type="localTypes:Entry" IndexInDevDesc="49">
<Attributes download="false" />
<Value name="_x0031_879049730" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7060</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098306" type="localTypes:PDO_Information" IndexInDevDesc="50">
<Attributes download="false" />
<Value name="_x0031_880098306" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049728" type="localTypes:RxTxPdo" IndexInDevDesc="51">
<Attributes download="false" />
<Value name="_x0031_879049728" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1606</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 7'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO8</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049986" type="localTypes:Entry" IndexInDevDesc="52">
<Attributes download="false" />
<Value name="_x0031_879049986" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7070</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098562" type="localTypes:PDO_Information" IndexInDevDesc="53">
<Attributes download="false" />
<Value name="_x0031_880098562" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049984" type="localTypes:RxTxPdo" IndexInDevDesc="54">
<Attributes download="false" />
<Value name="_x0031_879049984" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1607</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 8'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO9</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050242" type="localTypes:Entry" IndexInDevDesc="55">
<Attributes download="false" />
<Value name="_x0031_879050242" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7080</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098818" type="localTypes:PDO_Information" IndexInDevDesc="56">
<Attributes download="false" />
<Value name="_x0031_880098818" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050240" type="localTypes:RxTxPdo" IndexInDevDesc="57">
<Attributes download="false" />
<Value name="_x0031_879050240" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1608</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 9'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO10</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050498" type="localTypes:Entry" IndexInDevDesc="58">
<Attributes download="false" />
<Value name="_x0031_879050498" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7090</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099074" type="localTypes:PDO_Information" IndexInDevDesc="59">
<Attributes download="false" />
<Value name="_x0031_880099074" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050496" type="localTypes:RxTxPdo" IndexInDevDesc="60">
<Attributes download="false" />
<Value name="_x0031_879050496" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1609</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 10'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO11</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050754" type="localTypes:Entry" IndexInDevDesc="61">
<Attributes download="false" />
<Value name="_x0031_879050754" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70A0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099330" type="localTypes:PDO_Information" IndexInDevDesc="62">
<Attributes download="false" />
<Value name="_x0031_880099330" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050752" type="localTypes:RxTxPdo" IndexInDevDesc="63">
<Attributes download="false" />
<Value name="_x0031_879050752" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160a</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 11'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO12</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051010" type="localTypes:Entry" IndexInDevDesc="64">
<Attributes download="false" />
<Value name="_x0031_879051010" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70B0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099586" type="localTypes:PDO_Information" IndexInDevDesc="65">
<Attributes download="false" />
<Value name="_x0031_880099586" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051008" type="localTypes:RxTxPdo" IndexInDevDesc="66">
<Attributes download="false" />
<Value name="_x0031_879051008" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160b</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 12'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO13</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051266" type="localTypes:Entry" IndexInDevDesc="67">
<Attributes download="false" />
<Value name="_x0031_879051266" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70C0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099842" type="localTypes:PDO_Information" IndexInDevDesc="68">
<Attributes download="false" />
<Value name="_x0031_880099842" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051264" type="localTypes:RxTxPdo" IndexInDevDesc="69">
<Attributes download="false" />
<Value name="_x0031_879051264" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160c</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 13'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO14</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051522" type="localTypes:Entry" IndexInDevDesc="70">
<Attributes download="false" />
<Value name="_x0031_879051522" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70D0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100098" type="localTypes:PDO_Information" IndexInDevDesc="71">
<Attributes download="false" />
<Value name="_x0031_880100098" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051520" type="localTypes:RxTxPdo" IndexInDevDesc="72">
<Attributes download="false" />
<Value name="_x0031_879051520" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160d</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 14'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO15</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051778" type="localTypes:Entry" IndexInDevDesc="73">
<Attributes download="false" />
<Value name="_x0031_879051778" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70E0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100354" type="localTypes:PDO_Information" IndexInDevDesc="74">
<Attributes download="false" />
<Value name="_x0031_880100354" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051776" type="localTypes:RxTxPdo" IndexInDevDesc="75">
<Attributes download="false" />
<Value name="_x0031_879051776" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160e</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 15'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO16</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879052034" type="localTypes:Entry" IndexInDevDesc="76">
<Attributes download="false" />
<Value name="_x0031_879052034" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70F0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100610" type="localTypes:PDO_Information" IndexInDevDesc="77">
<Attributes download="false" />
<Value name="_x0031_880100610" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879052032" type="localTypes:RxTxPdo" IndexInDevDesc="78">
<Attributes download="false" />
<Value name="_x0031_879052032" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160f</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 16'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1342504960" type="std:DWORD" IndexInDevDesc="30">
<Attributes />
<Value name="_x0031_342504960" visiblename="Number of RxPDOs of the Slave" desc="Number of RxPDOs of the Slave">16</Value>
<Name>Number of RxPDOs of the Slave</Name>
<Description>Number of RxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO</Name>
<Description />
<Parameter ParameterId="1342636032" type="std:DWORD" IndexInDevDesc="79">
<Attributes />
<Value name="_x0031_342636032" visiblename="Number of TxPDOs of the Slave" desc="Number of TxPDOs of the Slave">0</Value>
<Name>Number of TxPDOs of the Slave</Name>
<Description>Number of TxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>FMMUs</Name>
<Description />
<Parameter ParameterId="1342177312" type="std:DWORD" IndexInDevDesc="80">
<Attributes />
<Value name="_x0031_342177312" visiblename="Number of FMMUs of the Slave" desc="Number of FMMUs of the Slave">1</Value>
<Name>Number of FMMUs of the Slave</Name>
<Description>Number of FMMUs of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177313" type="localTypes:FMMU" IndexInDevDesc="81">
<Attributes />
<Value name="_x0031_342177313" visiblename="FMMU">
<Element name="globstartadr" visiblename="Global Start Address" desc="Global Start Address">33554432</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="startbit" visiblename="StartBit" desc="StartBit">0</Element>
<Element name="endbit" visiblename="EndBit" desc="EndBit">7</Element>
<Element name="physstartadr" visiblename="Physical Start Address" desc="Physical Start Address">3840</Element>
<Element name="logstartbit" visiblename="Logical Start Bit" desc="Logical Start Bit">0</Element>
<Element name="access" visiblename="Access" desc="Access">2</Element>
<Element name="flags" visiblename="Flags" desc="Flags">1</Element>
</Value>
<Name>FMMU</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>SyncManager</Name>
<Description />
<Parameter ParameterId="1342177280" type="std:DWORD" IndexInDevDesc="82">
<Attributes />
<Value name="_x0031_342177280" visiblename="Number of SyncManagers of the Slave" desc="Number of SyncManagers of the Slave">2</Value>
<Name>Number of SyncManagers of the Slave</Name>
<Description>Number of SyncManagers of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177281" type="localTypes:Sync" IndexInDevDesc="83">
<Attributes />
<Value name="_x0031_342177281" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">3840</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">68</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">1</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">1</Element>
</Value>
<Name>Sync</Name>
</Parameter>
<Parameter ParameterId="1342177282" type="localTypes:Sync" IndexInDevDesc="84">
<Attributes />
<Value name="_x0031_342177282" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">3841</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">68</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">1</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">1</Element>
</Value>
<Name>Sync</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1600 Channel 1</Name>
<Description />
<Parameter ParameterId="16777218" type="std:BIT" IndexInDevDesc="85">
<Attributes channel="output" />
<Value name="_x0031_6777218" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_dinningRoom.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1601 Channel 2</Name>
<Description />
<Parameter ParameterId="16777219" type="std:BIT" IndexInDevDesc="86">
<Attributes channel="output" />
<Value name="_x0031_6777219" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_entrance.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1602 Channel 3</Name>
<Description />
<Parameter ParameterId="16777220" type="std:BIT" IndexInDevDesc="87">
<Attributes channel="output" />
<Value name="_x0031_6777220" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_dinningRoom.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1603 Channel 4</Name>
<Description />
<Parameter ParameterId="16777221" type="std:BIT" IndexInDevDesc="88">
<Attributes channel="output" />
<Value name="_x0031_6777221" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_dinningRoom.l_3</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1604 Channel 5</Name>
<Description />
<Parameter ParameterId="16777222" type="std:BIT" IndexInDevDesc="89">
<Attributes channel="output" />
<Value name="_x0031_6777222" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_guestWc.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1605 Channel 6</Name>
<Description />
<Parameter ParameterId="16777223" type="std:BIT" IndexInDevDesc="90">
<Attributes channel="output" />
<Value name="_x0031_6777223" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_guestWc.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1606 Channel 7</Name>
<Description />
<Parameter ParameterId="16777224" type="std:BIT" IndexInDevDesc="91">
<Attributes channel="output" />
<Value name="_x0031_6777224" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_dinningRoom.l_4</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1607 Channel 8</Name>
<Description />
<Parameter ParameterId="16777225" type="std:BIT" IndexInDevDesc="92">
<Attributes channel="output" />
<Value name="_x0031_6777225" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1608 Channel 9</Name>
<Description />
<Parameter ParameterId="16777226" type="std:BIT" IndexInDevDesc="93">
<Attributes channel="output" />
<Value name="_x0031_6777226" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_entrance.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1609 Channel 10</Name>
<Description />
<Parameter ParameterId="16777227" type="std:BIT" IndexInDevDesc="94">
<Attributes channel="output" />
<Value name="_x0031_6777227" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_livingRoom.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160A Channel 11</Name>
<Description />
<Parameter ParameterId="16777228" type="std:BIT" IndexInDevDesc="95">
<Attributes channel="output" />
<Value name="_x0031_6777228" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_livingRoom.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160B Channel 12</Name>
<Description />
<Parameter ParameterId="16777229" type="std:BIT" IndexInDevDesc="96">
<Attributes channel="output" />
<Value name="_x0031_6777229" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_livingRoom.l_3</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160C Channel 13</Name>
<Description />
<Parameter ParameterId="16777230" type="std:BIT" IndexInDevDesc="97">
<Attributes channel="output" />
<Value name="_x0031_6777230" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_livingRoom.l_4</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160D Channel 14</Name>
<Description />
<Parameter ParameterId="16777231" type="std:BIT" IndexInDevDesc="98">
<Attributes channel="output" />
<Value name="_x0031_6777231" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_kitchen.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160E Channel 15</Name>
<Description />
<Parameter ParameterId="16777232" type="std:BIT" IndexInDevDesc="99">
<Attributes channel="output" />
<Value name="_x0031_6777232" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_kitchen.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160F Channel 16</Name>
<Description />
<Parameter ParameterId="16777233" type="std:BIT" IndexInDevDesc="100">
<Attributes channel="output" />
<Value name="_x0031_6777233" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_kitchen.l_3</Mapping>
</Parameter>
</ParameterSection>
</HostParameterSet>
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>00fd5649-cc00-4581-95e4-9caf3c2a7f20</ObjectId>
</data>
</addData>
</configuration>
<configuration name="K3">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>65</Type>
<Id>2_0AF9305200120000</Id>
<Version>Revision=16#00120000</Version>
</DeviceIdentification>
<Connector moduleType="65" role="child" interface="Common.Ethercat.Module" connectorId="1">
<HostParameterSet>
<ParameterSection>
<Name>General</Name>
<Description />
<Parameter ParameterId="16777216" type="std:DWORD" IndexInDevDesc="19">
<Attributes />
<Value name="_x0031_6777216" visiblename="Number of Outputs" desc="Number of Outputs">16</Value>
<Name>Number of Outputs</Name>
<Description>Number of Outputs</Description>
</Parameter>
<Parameter ParameterId="268435456" type="std:DWORD" IndexInDevDesc="20">
<Attributes />
<Value name="_x0032_68435456" visiblename="Number of Infos about Outputs" desc="Number of Infos about Outputs">16</Value>
<Name>Number of Infos about Outputs</Name>
<Description>Number of Infos about Outputs</Description>
</Parameter>
<Parameter ParameterId="268435472" type="std:DWORD" IndexInDevDesc="21">
<Attributes />
<Value name="_x0032_68435472" visiblename="Physical Address of 1. Output" desc="Physical Address of 1. Output">3840</Value>
<Name>Physical Address of 1. Output</Name>
<Description>Physical Address of 1. Output</Description>
</Parameter>
<Parameter ParameterId="268435473" type="std:DWORD" IndexInDevDesc="22">
<Attributes />
<Value name="_x0032_68435473" visiblename="Length of the first Output" desc="Length of the first Output">1</Value>
<Name>Length of the first Output</Name>
<Description>Length of the first Output</Description>
</Parameter>
<Parameter ParameterId="268435474" type="std:DWORD" IndexInDevDesc="23">
<Attributes />
<Value name="_x0032_68435474" visiblename="StartBit of the first Output" desc="StartBit of the first Output">0</Value>
<Name>StartBit of the first Output</Name>
<Description>StartBit of the first Output</Description>
</Parameter>
<Parameter ParameterId="268435475" type="std:DWORD" IndexInDevDesc="24">
<Attributes />
<Value name="_x0032_68435475" visiblename="EndBit of the first Output" desc="EndBit of the first Output">7</Value>
<Name>EndBit of the first Output</Name>
<Description>EndBit of the first Output</Description>
</Parameter>
<Parameter ParameterId="805306384" type="std:BOOL" IndexInDevDesc="3">
<Attributes />
<Value name="_x0038_05306384" visiblename="CheckProductID" desc="CheckProductID">TRUE</Value>
<Name>CheckProductID</Name>
<Description>CheckProductID</Description>
</Parameter>
<Parameter ParameterId="805306400" type="std:BOOL" IndexInDevDesc="4">
<Attributes />
<Value name="_x0038_05306400" visiblename="CheckVendorID" desc="CheckVendorID">TRUE</Value>
<Name>CheckVendorID</Name>
<Description>CheckVendorID</Description>
</Parameter>
<Parameter ParameterId="805306416" type="std:DWORD" IndexInDevDesc="16">
<Attributes />
<Value name="_x0038_05306416" visiblename="Timeout SDO Access" desc="Timeout SDO Access">1000</Value>
<Name>Timeout SDO Access</Name>
<Description>Timeout SDO Access</Description>
</Parameter>
<Parameter ParameterId="805306432" type="std:DWORD" IndexInDevDesc="14">
<Attributes />
<Value name="_x0038_05306432" visiblename="Timeout Init to Preop" desc="Timeout Init to Preop">3000</Value>
<Name>Timeout Init to Preop</Name>
<Description>Timeout Init to Preop</Description>
</Parameter>
<Parameter ParameterId="805306448" type="std:DWORD" IndexInDevDesc="15">
<Attributes />
<Value name="_x0038_05306448" visiblename="Timeout Preop to Safeop, SafeOp to Op" desc="Timeout Preop to Safeop, SafeOp to Op">10000</Value>
<Name>Timeout Preop to Safeop, SafeOp to Op</Name>
<Description>Timeout Preop to Safeop, SafeOp to Op</Description>
</Parameter>
<Parameter ParameterId="805306464" type="std:DWORD" IndexInDevDesc="17">
<Attributes />
<Value name="_x0038_05306464" visiblename="Timeout Back to Init" desc="Timeout Back to Init">5000</Value>
<Name>Timeout Back to Init</Name>
<Description>Timeout Back to Init</Description>
</Parameter>
<Parameter ParameterId="805306480" type="std:DWORD" IndexInDevDesc="18">
<Attributes />
<Value name="_x0038_05306480" visiblename="Timeout Back to SafeOp" desc="Timeout Back to SafeOp">200</Value>
<Name>Timeout Back to SafeOp</Name>
<Description>Timeout Back to SafeOp</Description>
</Parameter>
<Parameter ParameterId="805306688" type="localTypes:MailboxCapabilities" IndexInDevDesc="11">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0038_05306688" visiblename="Mailbox capabilities" offlineaccess="read">
<Element name="HasCoE" visiblename="HasCoE">False</Element>
<Element name="HasSoE" visiblename="HasSoE">False</Element>
<Element name="HasAoE" visiblename="HasAoE">False</Element>
<Element name="HasEoE" visiblename="HasEoE">False</Element>
<Element name="HasFoE" visiblename="HasFoE">False</Element>
<Element name="HasVoE" visiblename="HasVoE">False</Element>
<Element name="NbrChannels" visiblename="NbrChannels">0</Element>
</Value>
<Name>Mailbox capabilities</Name>
</Parameter>
<Parameter ParameterId="1074796544" type="std:DWORD" IndexInDevDesc="0">
<Attributes />
<Value name="_x0031_074796544" visiblename="Number of Identity Parameters" desc="Number of Identity Parameters">4</Value>
<Name>Number of Identity Parameters</Name>
<Description>Number of Identity Parameters</Description>
</Parameter>
<Parameter ParameterId="1074796545" type="std:DWORD" IndexInDevDesc="1">
<Attributes />
<Value name="_x0031_074796545" visiblename="Vendor Id of the Slave" desc="Vendor Id of the Slave">2</Value>
<Name>Vendor Id of the Slave</Name>
<Description>Vendor Id of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796546" type="std:DWORD" IndexInDevDesc="2">
<Attributes />
<Value name="_x0031_074796546" visiblename="Product Code of the Slave" desc="Product Code of the Slave">184102994</Value>
<Name>Product Code of the Slave</Name>
<Description>Product Code of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796547" type="std:DWORD" IndexInDevDesc="5">
<Attributes />
<Value name="_x0031_074796547" visiblename="Revision Number of the Slave" desc="Revision Number of the Slave">1179648</Value>
<Name>Revision Number of the Slave</Name>
<Description>Revision Number of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796548" type="std:DWORD" IndexInDevDesc="6">
<Attributes />
<Value name="_x0031_074796548" visiblename="Serialnumber of the Slave" desc="Serialnumber of the Slave">0</Value>
<Name>Serialnumber of the Slave</Name>
<Description>Serialnumber of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074797064" type="std:STRING" IndexInDevDesc="10">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0031_074797064" visiblename="Device URL" offlineaccess="read" desc="http://www.beckhoff.de/EL2809">'http://www.beckhoff.com/EL2809'</Value>
<Name>Device URL</Name>
<Description>http://www.beckhoff.de/EL2809</Description>
</Parameter>
<Parameter ParameterId="1074855936" type="std:DWORD" IndexInDevDesc="7">
<Attributes />
<Value name="_x0031_074855936" visiblename="Physical Address of the Slave" desc="Physical Address of the Slave">0</Value>
<Name>Physical Address of the Slave</Name>
<Description>Physical Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855937" type="std:DWORD" IndexInDevDesc="8">
<Attributes />
<Value name="_x0031_074855937" visiblename="AutoIncr Address of the Slave" desc="AutoIncr Address of the Slave">0</Value>
<Name>AutoIncr Address of the Slave</Name>
<Description>AutoIncr Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855984" type="std:STRING(255)" IndexInDevDesc="12">
<Attributes channel="diag" offlineaccess="none" />
<Value name="_x0031_074855984" visiblename="Diag String" offlineaccess="none" />
<Name>Diag String</Name>
</Parameter>
<Parameter ParameterId="1074855985" type="std:BOOL" IndexInDevDesc="13">
<Attributes channel="diagAck" offlineaccess="none" />
<Value name="_x0031_074855985" visiblename="Diag Acknowledge" offlineaccess="none">FALSE</Value>
<Name>Diag Acknowledge</Name>
</Parameter>
<Parameter ParameterId="1074856000" type="std:UINT" IndexInDevDesc="9">
<Attributes />
<Value name="_x0031_074856000" visiblename="LinkDelayTimeoutPortB" desc="LinkDelayTimeoutPortB">0</Value>
<Name>LinkDelayTimeoutPortB</Name>
<Description>LinkDelayTimeoutPortB</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Distributed_Clocks</Name>
<Description />
<Parameter ParameterId="1610633216" type="std:DWORD" IndexInDevDesc="25">
<Attributes />
<Value name="_x0031_610633216" visiblename="DC sync0 cycletime" desc="DC sync0 cycletime">4000</Value>
<Name>DC sync0 cycletime</Name>
<Description>DC sync0 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610678272" type="std:BOOL" IndexInDevDesc="26">
<Attributes />
<Value name="_x0031_610678272" visiblename="DC enable" desc="DC enable">FALSE</Value>
<Name>DC enable</Name>
<Description>DC enable</Description>
</Parameter>
<Parameter ParameterId="1610698752" type="std:BOOL" IndexInDevDesc="27">
<Attributes />
<Value name="_x0031_610698752" visiblename="DC sync0 enable" desc="DC sync0 enable">FALSE</Value>
<Name>DC sync0 enable</Name>
<Description>DC sync0 enable</Description>
</Parameter>
<Parameter ParameterId="1610764288" type="std:DWORD" IndexInDevDesc="29">
<Attributes />
<Value name="_x0031_610764288" visiblename="DC sync1 cycletime" desc="DC sync1 cycletime">4000</Value>
<Name>DC sync1 cycletime</Name>
<Description>DC sync1 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610809344" type="std:BOOL" IndexInDevDesc="28">
<Attributes />
<Value name="_x0031_610809344" visiblename="DC sync1 enable" desc="DC sync1 enable">FALSE</Value>
<Name>DC sync1 enable</Name>
<Description>DC sync1 enable</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO</Name>
<Description />
<ParameterSection>
<Name>RxPDO1</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048194" type="localTypes:Entry" IndexInDevDesc="31">
<Attributes download="false" />
<Value name="_x0031_879048194" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7000</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880096770" type="localTypes:PDO_Information" IndexInDevDesc="32">
<Attributes download="false" />
<Value name="_x0031_880096770" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048192" type="localTypes:RxTxPdo" IndexInDevDesc="33">
<Attributes download="false" />
<Value name="_x0031_879048192" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1600</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 1'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO2</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048450" type="localTypes:Entry" IndexInDevDesc="34">
<Attributes download="false" />
<Value name="_x0031_879048450" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7010</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097026" type="localTypes:PDO_Information" IndexInDevDesc="35">
<Attributes download="false" />
<Value name="_x0031_880097026" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048448" type="localTypes:RxTxPdo" IndexInDevDesc="36">
<Attributes download="false" />
<Value name="_x0031_879048448" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1601</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 2'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO3</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048706" type="localTypes:Entry" IndexInDevDesc="37">
<Attributes download="false" />
<Value name="_x0031_879048706" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7020</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097282" type="localTypes:PDO_Information" IndexInDevDesc="38">
<Attributes download="false" />
<Value name="_x0031_880097282" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048704" type="localTypes:RxTxPdo" IndexInDevDesc="39">
<Attributes download="false" />
<Value name="_x0031_879048704" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1602</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 3'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO4</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048962" type="localTypes:Entry" IndexInDevDesc="40">
<Attributes download="false" />
<Value name="_x0031_879048962" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7030</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097538" type="localTypes:PDO_Information" IndexInDevDesc="41">
<Attributes download="false" />
<Value name="_x0031_880097538" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048960" type="localTypes:RxTxPdo" IndexInDevDesc="42">
<Attributes download="false" />
<Value name="_x0031_879048960" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1603</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 4'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO5</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049218" type="localTypes:Entry" IndexInDevDesc="43">
<Attributes download="false" />
<Value name="_x0031_879049218" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7040</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097794" type="localTypes:PDO_Information" IndexInDevDesc="44">
<Attributes download="false" />
<Value name="_x0031_880097794" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049216" type="localTypes:RxTxPdo" IndexInDevDesc="45">
<Attributes download="false" />
<Value name="_x0031_879049216" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1604</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 5'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO6</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049474" type="localTypes:Entry" IndexInDevDesc="46">
<Attributes download="false" />
<Value name="_x0031_879049474" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7050</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098050" type="localTypes:PDO_Information" IndexInDevDesc="47">
<Attributes download="false" />
<Value name="_x0031_880098050" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049472" type="localTypes:RxTxPdo" IndexInDevDesc="48">
<Attributes download="false" />
<Value name="_x0031_879049472" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1605</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 6'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO7</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049730" type="localTypes:Entry" IndexInDevDesc="49">
<Attributes download="false" />
<Value name="_x0031_879049730" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7060</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098306" type="localTypes:PDO_Information" IndexInDevDesc="50">
<Attributes download="false" />
<Value name="_x0031_880098306" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049728" type="localTypes:RxTxPdo" IndexInDevDesc="51">
<Attributes download="false" />
<Value name="_x0031_879049728" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1606</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 7'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO8</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049986" type="localTypes:Entry" IndexInDevDesc="52">
<Attributes download="false" />
<Value name="_x0031_879049986" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7070</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098562" type="localTypes:PDO_Information" IndexInDevDesc="53">
<Attributes download="false" />
<Value name="_x0031_880098562" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049984" type="localTypes:RxTxPdo" IndexInDevDesc="54">
<Attributes download="false" />
<Value name="_x0031_879049984" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1607</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 8'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO9</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050242" type="localTypes:Entry" IndexInDevDesc="55">
<Attributes download="false" />
<Value name="_x0031_879050242" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7080</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098818" type="localTypes:PDO_Information" IndexInDevDesc="56">
<Attributes download="false" />
<Value name="_x0031_880098818" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050240" type="localTypes:RxTxPdo" IndexInDevDesc="57">
<Attributes download="false" />
<Value name="_x0031_879050240" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1608</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 9'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO10</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050498" type="localTypes:Entry" IndexInDevDesc="58">
<Attributes download="false" />
<Value name="_x0031_879050498" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7090</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099074" type="localTypes:PDO_Information" IndexInDevDesc="59">
<Attributes download="false" />
<Value name="_x0031_880099074" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050496" type="localTypes:RxTxPdo" IndexInDevDesc="60">
<Attributes download="false" />
<Value name="_x0031_879050496" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1609</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 10'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO11</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050754" type="localTypes:Entry" IndexInDevDesc="61">
<Attributes download="false" />
<Value name="_x0031_879050754" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70A0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099330" type="localTypes:PDO_Information" IndexInDevDesc="62">
<Attributes download="false" />
<Value name="_x0031_880099330" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050752" type="localTypes:RxTxPdo" IndexInDevDesc="63">
<Attributes download="false" />
<Value name="_x0031_879050752" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160a</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 11'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO12</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051010" type="localTypes:Entry" IndexInDevDesc="64">
<Attributes download="false" />
<Value name="_x0031_879051010" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70B0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099586" type="localTypes:PDO_Information" IndexInDevDesc="65">
<Attributes download="false" />
<Value name="_x0031_880099586" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051008" type="localTypes:RxTxPdo" IndexInDevDesc="66">
<Attributes download="false" />
<Value name="_x0031_879051008" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160b</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 12'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO13</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051266" type="localTypes:Entry" IndexInDevDesc="67">
<Attributes download="false" />
<Value name="_x0031_879051266" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70C0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099842" type="localTypes:PDO_Information" IndexInDevDesc="68">
<Attributes download="false" />
<Value name="_x0031_880099842" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051264" type="localTypes:RxTxPdo" IndexInDevDesc="69">
<Attributes download="false" />
<Value name="_x0031_879051264" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160c</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 13'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO14</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051522" type="localTypes:Entry" IndexInDevDesc="70">
<Attributes download="false" />
<Value name="_x0031_879051522" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70D0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100098" type="localTypes:PDO_Information" IndexInDevDesc="71">
<Attributes download="false" />
<Value name="_x0031_880100098" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051520" type="localTypes:RxTxPdo" IndexInDevDesc="72">
<Attributes download="false" />
<Value name="_x0031_879051520" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160d</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 14'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO15</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051778" type="localTypes:Entry" IndexInDevDesc="73">
<Attributes download="false" />
<Value name="_x0031_879051778" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70E0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100354" type="localTypes:PDO_Information" IndexInDevDesc="74">
<Attributes download="false" />
<Value name="_x0031_880100354" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051776" type="localTypes:RxTxPdo" IndexInDevDesc="75">
<Attributes download="false" />
<Value name="_x0031_879051776" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160e</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 15'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO16</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879052034" type="localTypes:Entry" IndexInDevDesc="76">
<Attributes download="false" />
<Value name="_x0031_879052034" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70F0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100610" type="localTypes:PDO_Information" IndexInDevDesc="77">
<Attributes download="false" />
<Value name="_x0031_880100610" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879052032" type="localTypes:RxTxPdo" IndexInDevDesc="78">
<Attributes download="false" />
<Value name="_x0031_879052032" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160f</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 16'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1342504960" type="std:DWORD" IndexInDevDesc="30">
<Attributes />
<Value name="_x0031_342504960" visiblename="Number of RxPDOs of the Slave" desc="Number of RxPDOs of the Slave">16</Value>
<Name>Number of RxPDOs of the Slave</Name>
<Description>Number of RxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO</Name>
<Description />
<Parameter ParameterId="1342636032" type="std:DWORD" IndexInDevDesc="79">
<Attributes />
<Value name="_x0031_342636032" visiblename="Number of TxPDOs of the Slave" desc="Number of TxPDOs of the Slave">0</Value>
<Name>Number of TxPDOs of the Slave</Name>
<Description>Number of TxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>FMMUs</Name>
<Description />
<Parameter ParameterId="1342177312" type="std:DWORD" IndexInDevDesc="80">
<Attributes />
<Value name="_x0031_342177312" visiblename="Number of FMMUs of the Slave" desc="Number of FMMUs of the Slave">1</Value>
<Name>Number of FMMUs of the Slave</Name>
<Description>Number of FMMUs of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177313" type="localTypes:FMMU" IndexInDevDesc="81">
<Attributes />
<Value name="_x0031_342177313" visiblename="FMMU">
<Element name="globstartadr" visiblename="Global Start Address" desc="Global Start Address">33554432</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="startbit" visiblename="StartBit" desc="StartBit">0</Element>
<Element name="endbit" visiblename="EndBit" desc="EndBit">7</Element>
<Element name="physstartadr" visiblename="Physical Start Address" desc="Physical Start Address">3840</Element>
<Element name="logstartbit" visiblename="Logical Start Bit" desc="Logical Start Bit">0</Element>
<Element name="access" visiblename="Access" desc="Access">2</Element>
<Element name="flags" visiblename="Flags" desc="Flags">1</Element>
</Value>
<Name>FMMU</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>SyncManager</Name>
<Description />
<Parameter ParameterId="1342177280" type="std:DWORD" IndexInDevDesc="82">
<Attributes />
<Value name="_x0031_342177280" visiblename="Number of SyncManagers of the Slave" desc="Number of SyncManagers of the Slave">2</Value>
<Name>Number of SyncManagers of the Slave</Name>
<Description>Number of SyncManagers of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177281" type="localTypes:Sync" IndexInDevDesc="83">
<Attributes />
<Value name="_x0031_342177281" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">3840</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">68</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">1</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">1</Element>
</Value>
<Name>Sync</Name>
</Parameter>
<Parameter ParameterId="1342177282" type="localTypes:Sync" IndexInDevDesc="84">
<Attributes />
<Value name="_x0031_342177282" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">3841</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">68</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">1</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">1</Element>
</Value>
<Name>Sync</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1600 Channel 1</Name>
<Description />
<Parameter ParameterId="16777218" type="std:BIT" IndexInDevDesc="85">
<Attributes channel="output" />
<Value name="_x0031_6777218" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_pantry.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1601 Channel 2</Name>
<Description />
<Parameter ParameterId="16777219" type="std:BIT" IndexInDevDesc="86">
<Attributes channel="output" />
<Value name="_x0031_6777219" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_hallway.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1602 Channel 3</Name>
<Description />
<Parameter ParameterId="16777220" type="std:BIT" IndexInDevDesc="87">
<Attributes channel="output" />
<Value name="_x0031_6777220" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bedroom_1.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1603 Channel 4</Name>
<Description />
<Parameter ParameterId="16777221" type="std:BIT" IndexInDevDesc="88">
<Attributes channel="output" />
<Value name="_x0031_6777221" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bedroom_1.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1604 Channel 5</Name>
<Description />
<Parameter ParameterId="16777222" type="std:BIT" IndexInDevDesc="89">
<Attributes channel="output" />
<Value name="_x0031_6777222" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bathroom.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1605 Channel 6</Name>
<Description />
<Parameter ParameterId="16777223" type="std:BIT" IndexInDevDesc="90">
<Attributes channel="output" />
<Value name="_x0031_6777223" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bathroom.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1606 Channel 7</Name>
<Description />
<Parameter ParameterId="16777224" type="std:BIT" IndexInDevDesc="91">
<Attributes channel="output" />
<Value name="_x0031_6777224" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_hallway.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1607 Channel 8</Name>
<Description />
<Parameter ParameterId="16777225" type="std:BIT" IndexInDevDesc="92">
<Attributes channel="output" />
<Value name="_x0031_6777225" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bedroom_2.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1608 Channel 9</Name>
<Description />
<Parameter ParameterId="16777226" type="std:BIT" IndexInDevDesc="93">
<Attributes channel="output" />
<Value name="_x0031_6777226" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bedroom_2.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1609 Channel 10</Name>
<Description />
<Parameter ParameterId="16777227" type="std:BIT" IndexInDevDesc="94">
<Attributes channel="output" />
<Value name="_x0031_6777227" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBedroom.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160A Channel 11</Name>
<Description />
<Parameter ParameterId="16777228" type="std:BIT" IndexInDevDesc="95">
<Attributes channel="output" />
<Value name="_x0031_6777228" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBedroom.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160B Channel 12</Name>
<Description />
<Parameter ParameterId="16777229" type="std:BIT" IndexInDevDesc="96">
<Attributes channel="output" />
<Value name="_x0031_6777229" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBedroom.l_3</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160C Channel 13</Name>
<Description />
<Parameter ParameterId="16777230" type="std:BIT" IndexInDevDesc="97">
<Attributes channel="output" />
<Value name="_x0031_6777230" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBedroom.l_4</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160D Channel 14</Name>
<Description />
<Parameter ParameterId="16777231" type="std:BIT" IndexInDevDesc="98">
<Attributes channel="output" />
<Value name="_x0031_6777231" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBathroom.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160E Channel 15</Name>
<Description />
<Parameter ParameterId="16777232" type="std:BIT" IndexInDevDesc="99">
<Attributes channel="output" />
<Value name="_x0031_6777232" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBathroom.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160F Channel 16</Name>
<Description />
<Parameter ParameterId="16777233" type="std:BIT" IndexInDevDesc="100">
<Attributes channel="output" />
<Value name="_x0031_6777233" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBathroom.l_3</Mapping>
</Parameter>
</ParameterSection>
</HostParameterSet>
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>16c3fd7e-5d76-4d5a-8a82-0e8939ec6b54</ObjectId>
</data>
</addData>
</configuration>
<configuration name="K4">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>65</Type>
<Id>2_0AF9305200120000</Id>
<Version>Revision=16#00120000</Version>
</DeviceIdentification>
<Connector moduleType="65" role="child" interface="Common.Ethercat.Module" connectorId="1">
<HostParameterSet>
<ParameterSection>
<Name>General</Name>
<Description />
<Parameter ParameterId="16777216" type="std:DWORD" IndexInDevDesc="19">
<Attributes />
<Value name="_x0031_6777216" visiblename="Number of Outputs" desc="Number of Outputs">16</Value>
<Name>Number of Outputs</Name>
<Description>Number of Outputs</Description>
</Parameter>
<Parameter ParameterId="268435456" type="std:DWORD" IndexInDevDesc="20">
<Attributes />
<Value name="_x0032_68435456" visiblename="Number of Infos about Outputs" desc="Number of Infos about Outputs">16</Value>
<Name>Number of Infos about Outputs</Name>
<Description>Number of Infos about Outputs</Description>
</Parameter>
<Parameter ParameterId="268435472" type="std:DWORD" IndexInDevDesc="21">
<Attributes />
<Value name="_x0032_68435472" visiblename="Physical Address of 1. Output" desc="Physical Address of 1. Output">3840</Value>
<Name>Physical Address of 1. Output</Name>
<Description>Physical Address of 1. Output</Description>
</Parameter>
<Parameter ParameterId="268435473" type="std:DWORD" IndexInDevDesc="22">
<Attributes />
<Value name="_x0032_68435473" visiblename="Length of the first Output" desc="Length of the first Output">1</Value>
<Name>Length of the first Output</Name>
<Description>Length of the first Output</Description>
</Parameter>
<Parameter ParameterId="268435474" type="std:DWORD" IndexInDevDesc="23">
<Attributes />
<Value name="_x0032_68435474" visiblename="StartBit of the first Output" desc="StartBit of the first Output">0</Value>
<Name>StartBit of the first Output</Name>
<Description>StartBit of the first Output</Description>
</Parameter>
<Parameter ParameterId="268435475" type="std:DWORD" IndexInDevDesc="24">
<Attributes />
<Value name="_x0032_68435475" visiblename="EndBit of the first Output" desc="EndBit of the first Output">7</Value>
<Name>EndBit of the first Output</Name>
<Description>EndBit of the first Output</Description>
</Parameter>
<Parameter ParameterId="805306384" type="std:BOOL" IndexInDevDesc="3">
<Attributes />
<Value name="_x0038_05306384" visiblename="CheckProductID" desc="CheckProductID">TRUE</Value>
<Name>CheckProductID</Name>
<Description>CheckProductID</Description>
</Parameter>
<Parameter ParameterId="805306400" type="std:BOOL" IndexInDevDesc="4">
<Attributes />
<Value name="_x0038_05306400" visiblename="CheckVendorID" desc="CheckVendorID">TRUE</Value>
<Name>CheckVendorID</Name>
<Description>CheckVendorID</Description>
</Parameter>
<Parameter ParameterId="805306416" type="std:DWORD" IndexInDevDesc="16">
<Attributes />
<Value name="_x0038_05306416" visiblename="Timeout SDO Access" desc="Timeout SDO Access">1000</Value>
<Name>Timeout SDO Access</Name>
<Description>Timeout SDO Access</Description>
</Parameter>
<Parameter ParameterId="805306432" type="std:DWORD" IndexInDevDesc="14">
<Attributes />
<Value name="_x0038_05306432" visiblename="Timeout Init to Preop" desc="Timeout Init to Preop">3000</Value>
<Name>Timeout Init to Preop</Name>
<Description>Timeout Init to Preop</Description>
</Parameter>
<Parameter ParameterId="805306448" type="std:DWORD" IndexInDevDesc="15">
<Attributes />
<Value name="_x0038_05306448" visiblename="Timeout Preop to Safeop, SafeOp to Op" desc="Timeout Preop to Safeop, SafeOp to Op">10000</Value>
<Name>Timeout Preop to Safeop, SafeOp to Op</Name>
<Description>Timeout Preop to Safeop, SafeOp to Op</Description>
</Parameter>
<Parameter ParameterId="805306464" type="std:DWORD" IndexInDevDesc="17">
<Attributes />
<Value name="_x0038_05306464" visiblename="Timeout Back to Init" desc="Timeout Back to Init">5000</Value>
<Name>Timeout Back to Init</Name>
<Description>Timeout Back to Init</Description>
</Parameter>
<Parameter ParameterId="805306480" type="std:DWORD" IndexInDevDesc="18">
<Attributes />
<Value name="_x0038_05306480" visiblename="Timeout Back to SafeOp" desc="Timeout Back to SafeOp">200</Value>
<Name>Timeout Back to SafeOp</Name>
<Description>Timeout Back to SafeOp</Description>
</Parameter>
<Parameter ParameterId="805306688" type="localTypes:MailboxCapabilities" IndexInDevDesc="11">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0038_05306688" visiblename="Mailbox capabilities" offlineaccess="read">
<Element name="HasCoE" visiblename="HasCoE">False</Element>
<Element name="HasSoE" visiblename="HasSoE">False</Element>
<Element name="HasAoE" visiblename="HasAoE">False</Element>
<Element name="HasEoE" visiblename="HasEoE">False</Element>
<Element name="HasFoE" visiblename="HasFoE">False</Element>
<Element name="HasVoE" visiblename="HasVoE">False</Element>
<Element name="NbrChannels" visiblename="NbrChannels">0</Element>
</Value>
<Name>Mailbox capabilities</Name>
</Parameter>
<Parameter ParameterId="1074796544" type="std:DWORD" IndexInDevDesc="0">
<Attributes />
<Value name="_x0031_074796544" visiblename="Number of Identity Parameters" desc="Number of Identity Parameters">4</Value>
<Name>Number of Identity Parameters</Name>
<Description>Number of Identity Parameters</Description>
</Parameter>
<Parameter ParameterId="1074796545" type="std:DWORD" IndexInDevDesc="1">
<Attributes />
<Value name="_x0031_074796545" visiblename="Vendor Id of the Slave" desc="Vendor Id of the Slave">2</Value>
<Name>Vendor Id of the Slave</Name>
<Description>Vendor Id of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796546" type="std:DWORD" IndexInDevDesc="2">
<Attributes />
<Value name="_x0031_074796546" visiblename="Product Code of the Slave" desc="Product Code of the Slave">184102994</Value>
<Name>Product Code of the Slave</Name>
<Description>Product Code of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796547" type="std:DWORD" IndexInDevDesc="5">
<Attributes />
<Value name="_x0031_074796547" visiblename="Revision Number of the Slave" desc="Revision Number of the Slave">1179648</Value>
<Name>Revision Number of the Slave</Name>
<Description>Revision Number of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074796548" type="std:DWORD" IndexInDevDesc="6">
<Attributes />
<Value name="_x0031_074796548" visiblename="Serialnumber of the Slave" desc="Serialnumber of the Slave">0</Value>
<Name>Serialnumber of the Slave</Name>
<Description>Serialnumber of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074797064" type="std:STRING" IndexInDevDesc="10">
<Attributes download="false" offlineaccess="read" />
<Value name="_x0031_074797064" visiblename="Device URL" offlineaccess="read" desc="http://www.beckhoff.de/EL2809">'http://www.beckhoff.com/EL2809'</Value>
<Name>Device URL</Name>
<Description>http://www.beckhoff.de/EL2809</Description>
</Parameter>
<Parameter ParameterId="1074855936" type="std:DWORD" IndexInDevDesc="7">
<Attributes />
<Value name="_x0031_074855936" visiblename="Physical Address of the Slave" desc="Physical Address of the Slave">0</Value>
<Name>Physical Address of the Slave</Name>
<Description>Physical Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855937" type="std:DWORD" IndexInDevDesc="8">
<Attributes />
<Value name="_x0031_074855937" visiblename="AutoIncr Address of the Slave" desc="AutoIncr Address of the Slave">0</Value>
<Name>AutoIncr Address of the Slave</Name>
<Description>AutoIncr Address of the Slave</Description>
</Parameter>
<Parameter ParameterId="1074855984" type="std:STRING(255)" IndexInDevDesc="12">
<Attributes channel="diag" offlineaccess="none" />
<Value name="_x0031_074855984" visiblename="Diag String" offlineaccess="none" />
<Name>Diag String</Name>
</Parameter>
<Parameter ParameterId="1074855985" type="std:BOOL" IndexInDevDesc="13">
<Attributes channel="diagAck" offlineaccess="none" />
<Value name="_x0031_074855985" visiblename="Diag Acknowledge" offlineaccess="none">FALSE</Value>
<Name>Diag Acknowledge</Name>
</Parameter>
<Parameter ParameterId="1074856000" type="std:UINT" IndexInDevDesc="9">
<Attributes />
<Value name="_x0031_074856000" visiblename="LinkDelayTimeoutPortB" desc="LinkDelayTimeoutPortB">0</Value>
<Name>LinkDelayTimeoutPortB</Name>
<Description>LinkDelayTimeoutPortB</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>Distributed_Clocks</Name>
<Description />
<Parameter ParameterId="1610633216" type="std:DWORD" IndexInDevDesc="25">
<Attributes />
<Value name="_x0031_610633216" visiblename="DC sync0 cycletime" desc="DC sync0 cycletime">4000</Value>
<Name>DC sync0 cycletime</Name>
<Description>DC sync0 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610678272" type="std:BOOL" IndexInDevDesc="26">
<Attributes />
<Value name="_x0031_610678272" visiblename="DC enable" desc="DC enable">FALSE</Value>
<Name>DC enable</Name>
<Description>DC enable</Description>
</Parameter>
<Parameter ParameterId="1610698752" type="std:BOOL" IndexInDevDesc="27">
<Attributes />
<Value name="_x0031_610698752" visiblename="DC sync0 enable" desc="DC sync0 enable">FALSE</Value>
<Name>DC sync0 enable</Name>
<Description>DC sync0 enable</Description>
</Parameter>
<Parameter ParameterId="1610764288" type="std:DWORD" IndexInDevDesc="29">
<Attributes />
<Value name="_x0031_610764288" visiblename="DC sync1 cycletime" desc="DC sync1 cycletime">4000</Value>
<Name>DC sync1 cycletime</Name>
<Description>DC sync1 cycletime</Description>
</Parameter>
<Parameter ParameterId="1610809344" type="std:BOOL" IndexInDevDesc="28">
<Attributes />
<Value name="_x0031_610809344" visiblename="DC sync1 enable" desc="DC sync1 enable">FALSE</Value>
<Name>DC sync1 enable</Name>
<Description>DC sync1 enable</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO</Name>
<Description />
<ParameterSection>
<Name>RxPDO1</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048194" type="localTypes:Entry" IndexInDevDesc="31">
<Attributes download="false" />
<Value name="_x0031_879048194" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7000</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880096770" type="localTypes:PDO_Information" IndexInDevDesc="32">
<Attributes download="false" />
<Value name="_x0031_880096770" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048192" type="localTypes:RxTxPdo" IndexInDevDesc="33">
<Attributes download="false" />
<Value name="_x0031_879048192" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1600</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 1'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO2</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048450" type="localTypes:Entry" IndexInDevDesc="34">
<Attributes download="false" />
<Value name="_x0031_879048450" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7010</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097026" type="localTypes:PDO_Information" IndexInDevDesc="35">
<Attributes download="false" />
<Value name="_x0031_880097026" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048448" type="localTypes:RxTxPdo" IndexInDevDesc="36">
<Attributes download="false" />
<Value name="_x0031_879048448" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1601</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 2'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO3</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048706" type="localTypes:Entry" IndexInDevDesc="37">
<Attributes download="false" />
<Value name="_x0031_879048706" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7020</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097282" type="localTypes:PDO_Information" IndexInDevDesc="38">
<Attributes download="false" />
<Value name="_x0031_880097282" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048704" type="localTypes:RxTxPdo" IndexInDevDesc="39">
<Attributes download="false" />
<Value name="_x0031_879048704" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1602</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 3'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO4</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879048962" type="localTypes:Entry" IndexInDevDesc="40">
<Attributes download="false" />
<Value name="_x0031_879048962" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7030</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097538" type="localTypes:PDO_Information" IndexInDevDesc="41">
<Attributes download="false" />
<Value name="_x0031_880097538" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879048960" type="localTypes:RxTxPdo" IndexInDevDesc="42">
<Attributes download="false" />
<Value name="_x0031_879048960" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1603</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 4'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO5</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049218" type="localTypes:Entry" IndexInDevDesc="43">
<Attributes download="false" />
<Value name="_x0031_879049218" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7040</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880097794" type="localTypes:PDO_Information" IndexInDevDesc="44">
<Attributes download="false" />
<Value name="_x0031_880097794" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049216" type="localTypes:RxTxPdo" IndexInDevDesc="45">
<Attributes download="false" />
<Value name="_x0031_879049216" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1604</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 5'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO6</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049474" type="localTypes:Entry" IndexInDevDesc="46">
<Attributes download="false" />
<Value name="_x0031_879049474" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7050</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098050" type="localTypes:PDO_Information" IndexInDevDesc="47">
<Attributes download="false" />
<Value name="_x0031_880098050" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049472" type="localTypes:RxTxPdo" IndexInDevDesc="48">
<Attributes download="false" />
<Value name="_x0031_879049472" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1605</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 6'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO7</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049730" type="localTypes:Entry" IndexInDevDesc="49">
<Attributes download="false" />
<Value name="_x0031_879049730" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7060</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098306" type="localTypes:PDO_Information" IndexInDevDesc="50">
<Attributes download="false" />
<Value name="_x0031_880098306" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049728" type="localTypes:RxTxPdo" IndexInDevDesc="51">
<Attributes download="false" />
<Value name="_x0031_879049728" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1606</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 7'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO8</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879049986" type="localTypes:Entry" IndexInDevDesc="52">
<Attributes download="false" />
<Value name="_x0031_879049986" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7070</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098562" type="localTypes:PDO_Information" IndexInDevDesc="53">
<Attributes download="false" />
<Value name="_x0031_880098562" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'0'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879049984" type="localTypes:RxTxPdo" IndexInDevDesc="54">
<Attributes download="false" />
<Value name="_x0031_879049984" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1607</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">0</Element>
<Element name="Su" visiblename="Su">0</Element>
<Element name="Name" visiblename="Name">'Channel 8'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO9</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050242" type="localTypes:Entry" IndexInDevDesc="55">
<Attributes download="false" />
<Value name="_x0031_879050242" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7080</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880098818" type="localTypes:PDO_Information" IndexInDevDesc="56">
<Attributes download="false" />
<Value name="_x0031_880098818" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050240" type="localTypes:RxTxPdo" IndexInDevDesc="57">
<Attributes download="false" />
<Value name="_x0031_879050240" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1608</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 9'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO10</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050498" type="localTypes:Entry" IndexInDevDesc="58">
<Attributes download="false" />
<Value name="_x0031_879050498" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#7090</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099074" type="localTypes:PDO_Information" IndexInDevDesc="59">
<Attributes download="false" />
<Value name="_x0031_880099074" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050496" type="localTypes:RxTxPdo" IndexInDevDesc="60">
<Attributes download="false" />
<Value name="_x0031_879050496" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#1609</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 10'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO11</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879050754" type="localTypes:Entry" IndexInDevDesc="61">
<Attributes download="false" />
<Value name="_x0031_879050754" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70A0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099330" type="localTypes:PDO_Information" IndexInDevDesc="62">
<Attributes download="false" />
<Value name="_x0031_880099330" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879050752" type="localTypes:RxTxPdo" IndexInDevDesc="63">
<Attributes download="false" />
<Value name="_x0031_879050752" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160a</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 11'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO12</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051010" type="localTypes:Entry" IndexInDevDesc="64">
<Attributes download="false" />
<Value name="_x0031_879051010" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70B0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099586" type="localTypes:PDO_Information" IndexInDevDesc="65">
<Attributes download="false" />
<Value name="_x0031_880099586" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051008" type="localTypes:RxTxPdo" IndexInDevDesc="66">
<Attributes download="false" />
<Value name="_x0031_879051008" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160b</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 12'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO13</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051266" type="localTypes:Entry" IndexInDevDesc="67">
<Attributes download="false" />
<Value name="_x0031_879051266" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70C0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880099842" type="localTypes:PDO_Information" IndexInDevDesc="68">
<Attributes download="false" />
<Value name="_x0031_880099842" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051264" type="localTypes:RxTxPdo" IndexInDevDesc="69">
<Attributes download="false" />
<Value name="_x0031_879051264" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160c</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 13'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO14</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051522" type="localTypes:Entry" IndexInDevDesc="70">
<Attributes download="false" />
<Value name="_x0031_879051522" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70D0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100098" type="localTypes:PDO_Information" IndexInDevDesc="71">
<Attributes download="false" />
<Value name="_x0031_880100098" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051520" type="localTypes:RxTxPdo" IndexInDevDesc="72">
<Attributes download="false" />
<Value name="_x0031_879051520" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160d</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 14'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO15</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879051778" type="localTypes:Entry" IndexInDevDesc="73">
<Attributes download="false" />
<Value name="_x0031_879051778" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70E0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100354" type="localTypes:PDO_Information" IndexInDevDesc="74">
<Attributes download="false" />
<Value name="_x0031_880100354" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879051776" type="localTypes:RxTxPdo" IndexInDevDesc="75">
<Attributes download="false" />
<Value name="_x0031_879051776" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160e</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 15'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>RxPDO16</Name>
<Description />
<ParameterSection>
<Name>Output</Name>
<Description />
<Parameter ParameterId="1879052034" type="localTypes:Entry" IndexInDevDesc="76">
<Attributes download="false" />
<Value name="_x0031_879052034" visiblename="Output">
<Element name="Index" visiblename="Index" desc="Index">16#70F0</Element>
<Element name="SubIndex" visiblename="SubIndex" desc="SubIndex">1</Element>
<Element name="Size" visiblename="Size" desc="Size">1</Element>
<Element name="Offset" visiblename="Offset" desc="Offset" />
<Element name="DependOnSlot" visiblename="DependOnSlot" desc="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup" desc="DependOnSlotGroup">false</Element>
</Value>
<Name>Output</Name>
</Parameter>
<Parameter ParameterId="1880100610" type="localTypes:PDO_Information" IndexInDevDesc="77">
<Attributes download="false" />
<Value name="_x0031_880100610" visiblename="Output">
<Element name="Name" visiblename="Name" desc="Name">'Output'</Element>
<Element name="DataType" visiblename="DataType" desc="DataType">'BIT'</Element>
<Element name="Default" visiblename="Default" desc="Default">'1'</Element>
<Element name="Comment" visiblename="Comment" desc="Comment">''</Element>
</Value>
<Name>Output</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1879052032" type="localTypes:RxTxPdo" IndexInDevDesc="78">
<Attributes download="false" />
<Value name="_x0031_879052032" visiblename="RxTxPdo">
<Element name="NumberofExcludes" visiblename="NumberofExcludes">0</Element>
<Element name="NumberofEntries" visiblename="NumberofEntries">1</Element>
<Element name="Index" visiblename="Index">16#160f</Element>
<Element name="Fixed" visiblename="Fixed">True</Element>
<Element name="Mandatory" visiblename="Mandatory">True</Element>
<Element name="Virtual" visiblename="Virtual">False</Element>
<Element name="Sm" visiblename="Sm">1</Element>
<Element name="Su" visiblename="Su">1</Element>
<Element name="Name" visiblename="Name">'Channel 16'</Element>
<Element name="DependOnSlot" visiblename="DependOnSlot">false</Element>
<Element name="DependOnSlotGroup" visiblename="DependOnSlotGroup">false</Element>
<Element name="OverwrittenByModule" visiblename="OverwrittenByModule">false</Element>
<Element name="SafetyPDOTypeMaster" visiblename="SafetyPDOTypeMaster">false</Element>
<Element name="SafetyPDOTypeSlave" visiblename="SafetyPDOTypeSlave">false</Element>
</Value>
<Name>RxTxPdo</Name>
</Parameter>
</ParameterSection>
<Parameter ParameterId="1342504960" type="std:DWORD" IndexInDevDesc="30">
<Attributes />
<Value name="_x0031_342504960" visiblename="Number of RxPDOs of the Slave" desc="Number of RxPDOs of the Slave">16</Value>
<Name>Number of RxPDOs of the Slave</Name>
<Description>Number of RxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>TxPDO</Name>
<Description />
<Parameter ParameterId="1342636032" type="std:DWORD" IndexInDevDesc="79">
<Attributes />
<Value name="_x0031_342636032" visiblename="Number of TxPDOs of the Slave" desc="Number of TxPDOs of the Slave">0</Value>
<Name>Number of TxPDOs of the Slave</Name>
<Description>Number of TxPDOs of the Slave</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>FMMUs</Name>
<Description />
<Parameter ParameterId="1342177312" type="std:DWORD" IndexInDevDesc="80">
<Attributes />
<Value name="_x0031_342177312" visiblename="Number of FMMUs of the Slave" desc="Number of FMMUs of the Slave">1</Value>
<Name>Number of FMMUs of the Slave</Name>
<Description>Number of FMMUs of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177313" type="localTypes:FMMU" IndexInDevDesc="81">
<Attributes />
<Value name="_x0031_342177313" visiblename="FMMU">
<Element name="globstartadr" visiblename="Global Start Address" desc="Global Start Address">33554432</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="startbit" visiblename="StartBit" desc="StartBit">0</Element>
<Element name="endbit" visiblename="EndBit" desc="EndBit">7</Element>
<Element name="physstartadr" visiblename="Physical Start Address" desc="Physical Start Address">3840</Element>
<Element name="logstartbit" visiblename="Logical Start Bit" desc="Logical Start Bit">0</Element>
<Element name="access" visiblename="Access" desc="Access">2</Element>
<Element name="flags" visiblename="Flags" desc="Flags">1</Element>
</Value>
<Name>FMMU</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>SyncManager</Name>
<Description />
<Parameter ParameterId="1342177280" type="std:DWORD" IndexInDevDesc="82">
<Attributes />
<Value name="_x0031_342177280" visiblename="Number of SyncManagers of the Slave" desc="Number of SyncManagers of the Slave">2</Value>
<Name>Number of SyncManagers of the Slave</Name>
<Description>Number of SyncManagers of the Slave</Description>
</Parameter>
<Parameter ParameterId="1342177281" type="localTypes:Sync" IndexInDevDesc="83">
<Attributes />
<Value name="_x0031_342177281" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">3840</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">68</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">1</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">1</Element>
</Value>
<Name>Sync</Name>
</Parameter>
<Parameter ParameterId="1342177282" type="localTypes:Sync" IndexInDevDesc="84">
<Attributes />
<Value name="_x0031_342177282" visiblename="Sync">
<Element name="physicalAddress" visiblename="Physical Address" desc="Physical Address">3841</Element>
<Element name="length" visiblename="Length" desc="Length">1</Element>
<Element name="flagtypedir" visiblename="FlagTypeDir" desc="FlagTypeDir">68</Element>
<Element name="flagevent" visiblename="FlagEvent" desc="FlagEvent">0</Element>
<Element name="flagctrl" visiblename="FlagControl" desc="FlagControl">1</Element>
<Element name="synctype" visiblename="SyncType" desc="SyncType">1</Element>
<Element name="flagvirtual" visiblename="Virtual" desc="Virtual">0</Element>
<Element name="oponly" visiblename="OpOnly" desc="OpOnly">1</Element>
</Value>
<Name>Sync</Name>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1600 Channel 1</Name>
<Description />
<Parameter ParameterId="16777218" type="std:BIT" IndexInDevDesc="85">
<Attributes channel="output" />
<Value name="_x0031_6777218" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_masterBedroom.l_5</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1601 Channel 2</Name>
<Description />
<Parameter ParameterId="16777219" type="std:BIT" IndexInDevDesc="86">
<Attributes channel="output" />
<Value name="_x0031_6777219" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outBack.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1602 Channel 3</Name>
<Description />
<Parameter ParameterId="16777220" type="std:BIT" IndexInDevDesc="87">
<Attributes channel="output" />
<Value name="_x0031_6777220" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outBack.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1603 Channel 4</Name>
<Description />
<Parameter ParameterId="16777221" type="std:BIT" IndexInDevDesc="88">
<Attributes channel="output" />
<Value name="_x0031_6777221" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outVeranda.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1604 Channel 5</Name>
<Description />
<Parameter ParameterId="16777222" type="std:BIT" IndexInDevDesc="89">
<Attributes channel="output" />
<Value name="_x0031_6777222" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outVeranda.l_2</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1605 Channel 6</Name>
<Description />
<Parameter ParameterId="16777223" type="std:BIT" IndexInDevDesc="90">
<Attributes channel="output" />
<Value name="_x0031_6777223" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outVeranda.l_3</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1606 Channel 7</Name>
<Description />
<Parameter ParameterId="16777224" type="std:BIT" IndexInDevDesc="91">
<Attributes channel="output" />
<Value name="_x0031_6777224" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outVeranda.l_4</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1607 Channel 8</Name>
<Description />
<Parameter ParameterId="16777225" type="std:BIT" IndexInDevDesc="92">
<Attributes channel="output" />
<Value name="_x0031_6777225" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outSide.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1608 Channel 9</Name>
<Description />
<Parameter ParameterId="16777226" type="std:BIT" IndexInDevDesc="93">
<Attributes channel="output" />
<Value name="_x0031_6777226" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outFront.l_1</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#1609 Channel 10</Name>
<Description />
<Parameter ParameterId="16777227" type="std:BIT" IndexInDevDesc="94">
<Attributes channel="output" />
<Value name="_x0031_6777227" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_outVeranda.l_4</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160A Channel 11</Name>
<Description />
<Parameter ParameterId="16777228" type="std:BIT" IndexInDevDesc="95">
<Attributes channel="output" />
<Value name="_x0031_6777228" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160B Channel 12</Name>
<Description />
<Parameter ParameterId="16777229" type="std:BIT" IndexInDevDesc="96">
<Attributes channel="output" />
<Value name="_x0031_6777229" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160C Channel 13</Name>
<Description />
<Parameter ParameterId="16777230" type="std:BIT" IndexInDevDesc="97">
<Attributes channel="output" />
<Value name="_x0031_6777230" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
<Mapping>Application.NVL_Sender.l_bathroom.l_6</Mapping>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160D Channel 14</Name>
<Description />
<Parameter ParameterId="16777231" type="std:BIT" IndexInDevDesc="98">
<Attributes channel="output" />
<Value name="_x0031_6777231" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160E Channel 15</Name>
<Description />
<Parameter ParameterId="16777232" type="std:BIT" IndexInDevDesc="99">
<Attributes channel="output" />
<Value name="_x0031_6777232" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
</Parameter>
</ParameterSection>
<ParameterSection>
<Name>16#160F Channel 16</Name>
<Description />
<Parameter ParameterId="16777233" type="std:BIT" IndexInDevDesc="100">
<Attributes channel="output" />
<Value name="_x0031_6777233" visiblename="Output" desc="Output">0</Value>
<Name>Output</Name>
<Description>Output</Description>
</Parameter>
</ParameterSection>
</HostParameterSet>
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>2c2aa2ba-3cc6-49e4-a9ed-264afede32c6</ObjectId>
</data>
</addData>
</configuration>
</configurations>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>5c30775a-816d-4c5b-b726-f8399f2f70d3</ObjectId>
</data>
</addData>
</configuration>
</configurations>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>d47e6685-420f-4cdb-a125-2247fd4093b1</ObjectId>
</data>
</addData>
</configuration>
<configuration name="SoftMotion General Axis Pool">
<addData>
<data name="ExplicitConnector" handleUnknown="discard">
<ExplicitConnector connectorID="2" />
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>11aa2f39-1323-4205-9173-b9a7edc53804</ObjectId>
</data>
</addData>
</configuration>
<configuration name="GPIOs_A_B">
<addData>
<data name="Device" handleUnknown="discard">
<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="">
<DeviceType>
<DeviceIdentification>
<Type>504</Type>
<Id>0000 0000</Id>
<Version>4.15.0.0</Version>
</DeviceIdentification>
<Connector moduleType="504" role="child" interface="Raspberry.GPIOs" connectorId="1">
<HostParameterSet>
<Parameter ParameterId="4" type="local:GPIOType" IndexInDevDesc="0">
<Attributes onlineaccess="read" />
<Value name="_x0034_" visiblename="GPIO4" onlineaccess="read" desc="configuration of GPIO4">255</Value>
<Name>GPIO4</Name>
<Description>configuration of GPIO4</Description>
</Parameter>
<Parameter ParameterId="17" type="local:GPIOType" IndexInDevDesc="1">
<Attributes onlineaccess="read" />
<Value name="_x0031_7" visiblename="GPIO17" onlineaccess="read" desc="configuration of GPIO17">255</Value>
<Name>GPIO17</Name>
<Description>configuration of GPIO17</Description>
</Parameter>
<Parameter ParameterId="18" type="local:GPIOType" IndexInDevDesc="2">
<Attributes onlineaccess="read" />
<Value name="_x0031_8" visiblename="GPIO18" onlineaccess="read" desc="configuration of GPIO18">255</Value>
<Name>GPIO18</Name>
<Description>configuration of GPIO18</Description>
</Parameter>
<Parameter ParameterId="22" type="local:GPIOType" IndexInDevDesc="3">
<Attributes onlineaccess="read" />
<Value name="_x0032_2" visiblename="GPIO22" onlineaccess="read" desc="configuration of GPIO22">255</Value>
<Name>GPIO22</Name>
<Description>configuration of GPIO22</Description>
</Parameter>
<Parameter ParameterId="23" type="local:GPIOType" IndexInDevDesc="4">
<Attributes onlineaccess="read" />
<Value name="_x0032_3" visiblename="GPIO23" onlineaccess="read" desc="configuration of GPIO23">255</Value>
<Name>GPIO23</Name>
<Description>configuration of GPIO23</Description>
</Parameter>
<Parameter ParameterId="24" type="local:GPIOType" IndexInDevDesc="5">
<Attributes onlineaccess="read" />
<Value name="_x0032_4" visiblename="GPIO24" onlineaccess="read" desc="configuration of GPIO24">255</Value>
<Name>GPIO24</Name>
<Description>configuration of GPIO24</Description>
</Parameter>
<Parameter ParameterId="25" type="local:GPIOType" IndexInDevDesc="6">
<Attributes onlineaccess="read" />
<Value name="_x0032_5" visiblename="GPIO25" onlineaccess="read" desc="configuration of GPIO25">255</Value>
<Name>GPIO25</Name>
<Description>configuration of GPIO25</Description>
</Parameter>
<Parameter ParameterId="27" type="local:GPIOType" IndexInDevDesc="7">
<Attributes onlineaccess="read" />
<Value name="_x0032_7" visiblename="GPIO27" onlineaccess="read" desc="configuration of GPIO27">255</Value>
<Name>GPIO27</Name>
<Description>configuration of GPIO27</Description>
</Parameter>
<Parameter ParameterId="28" type="local:GPIOType" IndexInDevDesc="8">
<Attributes onlineaccess="read" />
<Value name="_x0032_8" visiblename="GPIO28" onlineaccess="read" desc="configuration of GPIO28">255</Value>
<Name>GPIO28</Name>
<Description>configuration of GPIO28</Description>
</Parameter>
<Parameter ParameterId="29" type="local:GPIOType" IndexInDevDesc="9">
<Attributes onlineaccess="read" />
<Value name="_x0032_9" visiblename="GPIO29" onlineaccess="read" desc="configuration of GPIO29">255</Value>
<Name>GPIO29</Name>
<Description>configuration of GPIO29</Description>
</Parameter>
<Parameter ParameterId="30" type="local:GPIOType" IndexInDevDesc="10">
<Attributes onlineaccess="read" />
<Value name="_x0033_0" visiblename="GPIO30" onlineaccess="read" desc="configuration of GPIO30">255</Value>
<Name>GPIO30</Name>
<Description>configuration of GPIO30</Description>
</Parameter>
<Parameter ParameterId="31" type="local:GPIOType" IndexInDevDesc="11">
<Attributes onlineaccess="read" />
<Value name="_x0033_1" visiblename="GPIO31" onlineaccess="read" desc="configuration of GPIO31">255</Value>
<Name>GPIO31</Name>
<Description>configuration of GPIO31</Description>
</Parameter>
<Parameter ParameterId="1000" type="local:BITFIELD_GPIO" IndexInDevDesc="12">
<Attributes channel="input" />
<Value name="_x0031_000" visiblename="digital inputs (GPIO0..GPIO31)">
<Element name="Bit0" visiblename="Bit0" offlineaccess="none" onlineaccess="none" />
<Element name="Bit1" visiblename="Bit1" offlineaccess="none" onlineaccess="none" />
<Element name="Bit2" visiblename="Bit2" offlineaccess="none" onlineaccess="none" />
<Element name="Bit3" visiblename="Bit3" offlineaccess="none" onlineaccess="none" />
<Element name="Bit4" visiblename="Bit4" onlineaccess="read" />
<Element name="Bit5" visiblename="Bit5" offlineaccess="none" onlineaccess="none" />
<Element name="Bit6" visiblename="Bit6" offlineaccess="none" onlineaccess="none" />
<Element name="Bit7" visiblename="Bit7" offlineaccess="none" onlineaccess="none" />
<Element name="Bit8" visiblename="Bit8" offlineaccess="none" onlineaccess="none" />
<Element name="Bit9" visiblename="Bit9" offlineaccess="none" onlineaccess="none" />
<Element name="Bit10" visiblename="Bit10" offlineaccess="none" onlineaccess="none" />
<Element name="Bit11" visiblename="Bit11" offlineaccess="none" onlineaccess="none" />
<Element name="Bit12" visiblename="Bit12" offlineaccess="none" onlineaccess="none" />
<Element name="Bit13" visiblename="Bit13" offlineaccess="none" onlineaccess="none" />
<Element name="Bit14" visiblename="Bit14" offlineaccess="none" onlineaccess="none" />
<Element name="Bit15" visiblename="Bit15" offlineaccess="none" onlineaccess="none" />
<Element name="Bit16" visiblename="Bit16" offlineaccess="none" onlineaccess="none" />
<Element name="Bit17" visiblename="Bit17" onlineaccess="read" />
<Element name="Bit18" visiblename="Bit18" onlineaccess="read" />
<Element name="Bit19" visiblename="Bit19" offlineaccess="none" onlineaccess="none" />
<Element name="Bit20" visiblename="Bit20" offlineaccess="none" onlineaccess="none" />
<Element name="Bit21" visiblename="Bit21" offlineaccess="none" onlineaccess="none" />
<Element name="Bit22" visiblename="Bit22" onlineaccess="read" />
<Element name="Bit23" visiblename="Bit23" onlineaccess="read" />
<Element name="Bit24" visiblename="Bit24" onlineaccess="read" />
<Element name="Bit25" visiblename="Bit25" onlineaccess="read" />
<Element name="Bit26" visiblename="Bit26" offlineaccess="none" onlineaccess="none" />
<Element name="Bit27" visiblename="Bit27" onlineaccess="read" />
<Element name="Bit28" visiblename="Bit28" onlineaccess="read" />
<Element name="Bit29" visiblename="Bit29" onlineaccess="read" />
<Element name="Bit30" visiblename="Bit30" onlineaccess="read" />
<Element name="Bit31" visiblename="Bit31" onlineaccess="read" />
</Value>
<Name>digital inputs (GPIO0..GPIO31)</Name>
</Parameter>
<Parameter ParameterId="2000" type="local:BITFIELD_GPIO" IndexInDevDesc="13">
<Attributes channel="output" />
<Value name="_x0032_000" visiblename="digital outputs (GPIO0..GPIO31)">
<Element name="Bit0" visiblename="Bit0" offlineaccess="none" onlineaccess="none" />
<Element name="Bit1" visiblename="Bit1" offlineaccess="none" onlineaccess="none" />
<Element name="Bit2" visiblename="Bit2" offlineaccess="none" onlineaccess="none" />
<Element name="Bit3" visiblename="Bit3" offlineaccess="none" onlineaccess="none" />
<Element name="Bit4" visiblename="Bit4" onlineaccess="read" />
<Element name="Bit5" visiblename="Bit5" offlineaccess="none" onlineaccess="none" />
<Element name="Bit6" visiblename="Bit6" offlineaccess="none" onlineaccess="none" />
<Element name="Bit7" visiblename="Bit7" offlineaccess="none" onlineaccess="none" />
<Element name="Bit8" visiblename="Bit8" offlineaccess="none" onlineaccess="none" />
<Element name="Bit9" visiblename="Bit9" offlineaccess="none" onlineaccess="none" />
<Element name="Bit10" visiblename="Bit10" offlineaccess="none" onlineaccess="none" />
<Element name="Bit11" visiblename="Bit11" offlineaccess="none" onlineaccess="none" />
<Element name="Bit12" visiblename="Bit12" offlineaccess="none" onlineaccess="none" />
<Element name="Bit13" visiblename="Bit13" offlineaccess="none" onlineaccess="none" />
<Element name="Bit14" visiblename="Bit14" offlineaccess="none" onlineaccess="none" />
<Element name="Bit15" visiblename="Bit15" offlineaccess="none" onlineaccess="none" />
<Element name="Bit16" visiblename="Bit16" offlineaccess="none" onlineaccess="none" />
<Element name="Bit17" visiblename="Bit17" onlineaccess="read" />
<Element name="Bit18" visiblename="Bit18" onlineaccess="read" />
<Element name="Bit19" visiblename="Bit19" offlineaccess="none" onlineaccess="none" />
<Element name="Bit20" visiblename="Bit20" offlineaccess="none" onlineaccess="none" />
<Element name="Bit21" visiblename="Bit21" offlineaccess="none" onlineaccess="none" />
<Element name="Bit22" visiblename="Bit22" onlineaccess="read" />
<Element name="Bit23" visiblename="Bit23" onlineaccess="read" />
<Element name="Bit24" visiblename="Bit24" onlineaccess="read" />
<Element name="Bit25" visiblename="Bit25" onlineaccess="read" />
<Element name="Bit26" visiblename="Bit26" offlineaccess="none" onlineaccess="none" />
<Element name="Bit27" visiblename="Bit27" onlineaccess="read" />
<Element name="Bit28" visiblename="Bit28" onlineaccess="read" />
<Element name="Bit29" visiblename="Bit29" onlineaccess="read" />
<Element name="Bit30" visiblename="Bit30" onlineaccess="read" />
<Element name="Bit31" visiblename="Bit31" onlineaccess="read" />
</Value>
<Name>digital outputs (GPIO0..GPIO31)</Name>
</Parameter>
</HostParameterSet>
</Connector>
<DeviceParameterSet />
</DeviceType>
</Device>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>c7df40cf-dd71-49cc-884e-da60380b281f</ObjectId>
</data>
</addData>
</configuration>
<configuration name="Onewire">
<addData>
<data name="ExplicitConnector" handleUnknown="discard">
<ExplicitConnector connectorID="5" />
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>0eb84072-e333-448b-813e-8f056c9a8546</ObjectId>
</data>
</addData>
</configuration>
<configuration name="Camera device">
<addData>
<data name="ExplicitConnector" handleUnknown="discard">
<ExplicitConnector connectorID="6" />
</data>
<data name="configurations" handleUnknown="discard">
<configurations>
<configuration name="&lt;Empty&gt;">
<addData>
<data name="Device" handleUnknown="discard" />
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>a8097a53-d058-4a24-8e7c-6089b12339a5</ObjectId>
</data>
</addData>
</configuration>
</configurations>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>b0ed7030-3e60-4d19-92fd-ee0aff87edce</ObjectId>
</data>
</addData>
</configuration>
<configuration name="SPI">
<addData>
<data name="ExplicitConnector" handleUnknown="discard">
<ExplicitConnector connectorID="7" />
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>ef13dee9-edef-4424-b52f-18b5351b41ec</ObjectId>
</data>
</addData>
</configuration>
<configuration name="I²C">
<addData>
<data name="ExplicitConnector" handleUnknown="discard">
<ExplicitConnector connectorID="8" />
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>a80e9ace-eecf-4c2c-bd98-a61be6bcbe9a</ObjectId>
</data>
</addData>
</configuration>
</configurations>
</data>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>1ee8292d-a19d-42d2-81fa-be6780352c78</ObjectId>
</data>
</addData>
</configuration>
</configurations>
</instances>
<addData>
<data name="http://www.3s-software.com/plcopenxml/projectstructure" handleUnknown="discard">
<ProjectStructure>
<Object Name="Device" ObjectId="1ee8292d-a19d-42d2-81fa-be6780352c78">
<Object Name="Application" ObjectId="f3dbc36e-55ca-4db9-9102-23c620462976">
<Object Name="Library Manager" ObjectId="b1ec021d-10b7-40f3-b70a-d614deb11161" />
<Object Name="PLC_PRG" ObjectId="c1697c60-6d42-4018-a153-529895285013" />
<Object Name="MainTask" ObjectId="bb1f590e-d5d6-4295-b9b3-51d413a73bce" />
<Object Name="EtherCAT_Task" ObjectId="67a503be-f916-4998-9fff-3218277184dc" />
<Folder Name="3.Function Blocks">
<Object Name="fb_toogleButton" ObjectId="cf0df642-1e17-40fd-b1f0-224d3b6e3c4c" />
<Object Name="fb_switch" ObjectId="e544b836-a8ce-4383-901a-74dd83328157" />
</Folder>
<Folder Name="1.Variables">
<Object Name="NVL_Sender" ObjectId="f02f055a-927a-435b-92a0-726ff2d83e19" />
</Folder>
<Folder Name="4.Programs">
<Object Name="Lights" ObjectId="00ad2a33-ae6a-414d-b176-acceec6d2332" />
</Folder>
<Folder Name="0.Structures">
<Object Name="struct_switches" ObjectId="4ab142d1-86f9-410e-be51-fd7046e9831a" />
<Object Name="struct_lights" ObjectId="86a75a44-5e8c-4ea7-9f3f-d742efded0c2" />
</Folder>
</Object>
<Object Name="SoftMotion General Axis Pool" ObjectId="11aa2f39-1323-4205-9173-b9a7edc53804" />
<Object Name="GPIOs_A_B" ObjectId="c7df40cf-dd71-49cc-884e-da60380b281f" />
<Object Name="Onewire" ObjectId="0eb84072-e333-448b-813e-8f056c9a8546" />
<Object Name="Camera device" ObjectId="b0ed7030-3e60-4d19-92fd-ee0aff87edce">
<Object Name="&lt;Empty&gt;" ObjectId="a8097a53-d058-4a24-8e7c-6089b12339a5" />
</Object>
<Object Name="SPI" ObjectId="ef13dee9-edef-4424-b52f-18b5351b41ec" />
<Object Name="I²C" ObjectId="a80e9ace-eecf-4c2c-bd98-a61be6bcbe9a" />
<Object Name="EtherCAT_Master" ObjectId="d47e6685-420f-4cdb-a125-2247fd4093b1">
<Object Name="EK1100" ObjectId="5c30775a-816d-4c5b-b726-f8399f2f70d3">
<Object Name="K1" ObjectId="ed439180-d027-4371-9e14-e527c6e228c2" />
<Object Name="K2" ObjectId="00fd5649-cc00-4581-95e4-9caf3c2a7f20" />
<Object Name="K3" ObjectId="16c3fd7e-5d76-4d5a-8a82-0e8939ec6b54" />
<Object Name="K4" ObjectId="2c2aa2ba-3cc6-49e4-a9ed-264afede32c6" />
</Object>
</Object>
</Object>
</ProjectStructure>
</data>
</addData>
</project>