Beckhoffcfg.xml 94 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BeckhoffCfg>
  3. <Controller Name="MASTER" IPAddress="169.254.180.196.1.1" PortAddress="301">
  4. <!-- Need to have at least one input and one output before Axis stuff -->
  5. <!-- All inputs first, then all outputs -->
  6. <!--////////////////////////////////////////////////// ALL INPUTS START //////////////////////////////////////////////////-->
  7. <!-- Safety inputs start -->
  8. <Input Name="r_EtherCat_State" Address="Task 2.Inputs.EtherCAT_State" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  9. <Input Name="r_Safety_ComErr" Address="Task 2.Inputs.Safety_ComErr" Invert="false" Type="Digital" DataType="bool"/>
  10. <Input Name="r_Safety_FbErr" Address="Task 2.Inputs.Safety_FbErr" Invert="false" Type="Digital" DataType="bool"/>
  11. <Input Name="r_EtherCat_State_HotConnect_VPW" Address="Task 2.Inputs.EtherCat_State_HotConnect_VPW" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  12. <Input Name="r_Safety_ComErr_VPW" Address="Task 2.Inputs.Safety_ComErr_VPW" Invert="false" Type="Digital" DataType="bool"/>
  13. <Input Name="r_Safety_FbErr_VPW" Address="Task 2.Inputs.Safety_FbErr_VPW" Invert="false" Type="Digital" DataType="bool"/>
  14. <Input Name="r_EtherCat_State_HotConnect_RES1_2" Address="Task 2.Inputs.EtherCat_State_HotConnect_RES1_2" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  15. <Input Name="r_Safety_ComErr_RES1_2" Address="Task 2.Inputs.Safety_ComErr_RES1_2" Invert="false" Type="Digital" DataType="bool"/>
  16. <Input Name="r_Safety_FbErr_RES1_2" Address="Task 2.Inputs.Safety_FbErr_RES1_2" Invert="false" Type="Digital" DataType="bool"/>
  17. <Input Name="r_EtherCat_State_HotConnect_RES3_4" Address="Task 2.Inputs.EtherCat_State_HotConnect_RES3_4" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  18. <Input Name="r_Safety_ComErr_RES3_4" Address="Task 2.Inputs.Safety_ComErr_RES3_4" Invert="false" Type="Digital" DataType="bool"/>
  19. <Input Name="r_Safety_FbErr_RES3_4" Address="Task 2.Inputs.Safety_FbErr_RES3_4" Invert="false" Type="Digital" DataType="bool"/>
  20. <Input Name="r_EtherCat_State_HotConnect_Facility" Address="Task 2.Inputs.EtherCat_State_HotConnect_Facility" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  21. <Input Name="r_Safety_ComErr_Facility" Address="Task 2.Inputs.Safety_ComErr_Facility" Invert="false" Type="Digital" DataType="bool"/>
  22. <Input Name="r_Safety_FbErr_Facility" Address="Task 2.Inputs.Safety_FbErr_Facility" Invert="false" Type="Digital" DataType="bool"/>
  23. <Input Name="r_EtherCat_State_HotConnect_PlatingCell1_2" Address="Task 2.Inputs.EtherCat_State_HotConnect_PlatingCell1_2" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  24. <Input Name="r_Safety_ComErr_PlatingCell1_2" Address="Task 2.Inputs.Safety_ComErr_PlatingCell1_2" Invert="false" Type="Digital" DataType="bool"/>
  25. <Input Name="r_Safety_FbErr_PlatingCell1_2" Address="Task 2.Inputs.Safety_FbErr_PlatingCell1_2" Invert="false" Type="Digital" DataType="bool"/>
  26. <Input Name="r_EtherCat_State_HotConnect_PlatingCell3_4" Address="Task 2.Inputs.EtherCat_State_HotConnect_PlatingCell3_4" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  27. <Input Name="r_Safety_ComErr_PlatingCell3_4" Address="Task 2.Inputs.Safety_ComErr_PlatingCell3_4" Invert="false" Type="Digital" DataType="bool"/>
  28. <Input Name="r_Safety_FbErr_PlatingCell3_4" Address="Task 2.Inputs.Safety_FbErr_PlatingCell3_4" Invert="false" Type="Digital" DataType="bool"/>
  29. <Input Name="r_EtherCat_State_HotConnect_SRD" Address="Task 2.Inputs.EtherCat_State_HotConnect_SRD" Invert="false" Type="Analog" Scaling="0=0,1=1" DataType="uint"/>
  30. <Input Name="r_Safety_ComErr_SRD" Address="Task 2.Inputs.Safety_ComErr_SRD" Invert="false" Type="Digital" DataType="bool"/>
  31. <Input Name="r_Safety_FbErr_SRD" Address="Task 2.Inputs.Safety_FbErr_SRD" Invert="false" Type="Digital" DataType="bool"/>
  32. <Input Name="r_Cell1_2_Doors_Left_Locked" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS100_1" Invert="false" Type="Digital" DataType="bool"/>
  33. <Input Name="r_Cell1_2_Doors_Right_Locked" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS100_2" Invert="false" Type="Digital" DataType="bool"/>
  34. <Input Name="r_Cell3_4_Doors_Left_Locked" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS100_3" Invert="false" Type="Digital" DataType="bool"/>
  35. <Input Name="r_Cell3_4_Doors_Right_Locked" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS100_4" Invert="false" Type="Digital" DataType="bool"/>
  36. <Input Name="r_Aligner_Door_Closed" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS101_1" Invert="false" Type="Digital" DataType="bool"/>
  37. <Input Name="r_Cassette_Doors_Left_Locked" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS101_2" Invert="false" Type="Digital" DataType="bool"/>
  38. <Input Name="r_Cassette_Doors_Right_Locked" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS101_3" Invert="false" Type="Digital" DataType="bool"/>
  39. <Input Name="r_RES1_2_Door_Closed" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS101_4" Invert="false" Type="Digital" DataType="bool"/>
  40. <Input Name="r_RES3_4_Door_Closed" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS102_1" Invert="false" Type="Digital" DataType="bool"/>
  41. <Input Name="r_VPW_Door_Closed" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS102_2" Invert="false" Type="Digital" DataType="bool"/>
  42. <Input Name="r_Plumbing_Door_Closed" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS102_3" Invert="false" Type="Digital" DataType="bool"/>
  43. <Input Name="r_SRD_Panel_Closed" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS102_4" Invert="false" Type="Digital" DataType="bool"/>
  44. <Input Name="r_Halt_Button_Left" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS103_1" Invert="true" Type="Digital" DataType="bool"/>
  45. <Input Name="r_Halt_Button_Right" Address="Task 2.Inputs.Safety_SDI_CHANNEL_EL1904_NS103_2" Invert="true" Type="Digital" DataType="bool"/>
  46. <Input Name="r_VPW_LEAK_DETECT" Address="Task 2.Inputs.VPW_DI_16CHANNEL_EL1819_N100_3" Invert="false" Type="Digital" DataType="bool"/>
  47. <Input Name="r_PlatingCell1_2_Leak_Detected" Address="Task 2.Inputs.RES1_2_DI_16CHANNEL_4_20MA_EL1819_N200_7" Invert="false" Type="Digital" DataType="bool"/>
  48. <Input Name="r_PlatingCell3_4_Leak_Detected" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_4_20MA_EL1008_N230_7" Invert="false" Type="Digital" DataType="bool"/>
  49. <Input Name="r_SAMPLE_SYS1_FLUID_PRESENT" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_1" Invert="false" Type="Digital" DataType="bool"/>
  50. <Input Name="r_SAMPLE_SYS2_FLUID_PRESENT" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_2" Invert="false" Type="Digital" DataType="bool"/>
  51. <Input Name="r_CONTAINMENT_FLUID" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_10" Invert="false" Type="Digital" DataType="bool"/>
  52. <Input Name="r_RES1_2_Pump_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS401_1" Invert="false" Type="Digital" DataType="bool"/>
  53. <Input Name="r_RES3_4_Pump_EDM" Address="Task 2.Inputs.RES3_4_SDI_4CHANNEL_EL1904_NS431_1" Invert="false" Type="Digital" DataType="bool"/>
  54. <Input Name="r_Degas1_Pump_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS400_1" Invert="false" Type="Digital" DataType="bool"/>
  55. <Input Name="r_Degas2_Pump_EDM" Address="Task 2.Inputs.RES3_4_SDI_4CHANNEL_EL1904_NS430_1" Invert="false" Type="Digital" DataType="bool"/>
  56. <Input Name="r_Vacuum_Pump_STO_EDM" Address="Task 2.Inputs.VPW_SDI_4CHANNEL_EL1904_NS300_2" Invert="false" Type="Digital" DataType="bool"/>
  57. <Input Name="r_Booster_Pump_STO_EDM" Address="Task 2.Inputs.VPW_SDI_4CHANNEL_EL1904_NS300_2" Invert="false" Type="Digital" DataType="bool"/>
  58. <Input Name="r_External_Fluid_EDM" Address="Task 2.Inputs.Facility_SDI_4CHANNEL_EL1904_NS200_1" Invert="false" Type="Digital" DataType="bool"/>
  59. <Input Name="r_RES1_High_High" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS400_2" Invert="false" Type="Digital" DataType="bool"/>
  60. <Input Name="r_RES2_High_High" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS400_3" Invert="false" Type="Digital" DataType="bool"/>
  61. <Input Name="r_RES3_High_High" Address="Task 2.Inputs.RES3_4_SDI_4CHANNEL_EL1904_NS430_2" Invert="false" Type="Digital" DataType="bool"/>
  62. <Input Name="r_RES4_High_High" Address="Task 2.Inputs.RES3_4_SDI_4CHANNEL_EL1904_NS430_3" Invert="false" Type="Digital" DataType="bool"/>
  63. <Input Name="r_VPW1_Rotate_STO_EDM" Address="Task 2.Inputs.VPW_SDI_4CHANNEL_EL1904_NS300_1" Invert="false" Type="Digital" DataType="bool"/>
  64. <Input Name="r_VPW2_Rotate_STO_EDM" Address="Task 2.Inputs.VPW_SDI_4CHANNEL_EL1904_NS300_4" Invert="false" Type="Digital" DataType="bool"/>
  65. <Input Name="r_PlatingCell1_2_Left_STO_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS500_2" Invert="false" Type="Digital" DataType="bool"/>
  66. <Input Name="r_PlatingCell1_2_Right_STO_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS500_3" Invert="false" Type="Digital" DataType="bool"/>
  67. <Input Name="r_PlatingCell3_4_Left_STO_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS531_2" Invert="false" Type="Digital" DataType="bool"/>
  68. <Input Name="r_PlatingCell3_4_Right_STO_EDM" Address="Task 2.Inputs.RES3_4_SDI_4CHANNEL_EL1904_NS531_1" Invert="false" Type="Digital" DataType="bool"/>
  69. <Input Name="r_PlatingCell1_2_Vertical_STO_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS500_1" Invert="false" Type="Digital" DataType="bool"/>
  70. <Input Name="r_PlatingCell3_4_Vertical_STO_EDM" Address="Task 2.Inputs.RES1_2_SDI_4CHANNEL_EL1904_NS531_1" Invert="false" Type="Digital" DataType="bool"/>
  71. <Input Name="r_SRD1_ROTATE_STO_EDM" Address="Task 2.Inputs.SRD1_SDI_4CHANNEL_EL1904_NS600_1" Invert="false" Type="Digital" DataType="bool"/>
  72. <Input Name="r_SRD2_ROTATE_STO_EDM" Address="Task 2.Inputs.SRD2_SDI_4CHANNEL_EL1904_NS600_2" Invert="false" Type="Digital" DataType="bool"/>
  73. <!-- Safety inputs end -->
  74. <!-- facility inputs start -->
  75. <Input Name="r_SAMPLE_SYS_1_FLUID_PRESENT" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_1" Invert="false" Type="Digital" DataType="bool"/>
  76. <Input Name="r_SAMPLE_SYS_2_FLUID_PRESENT" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_2" Invert="false" Type="Digital" DataType="bool"/>
  77. <Input Name="r_CONTAINMENT_FLUID" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_10" Invert="false" Type="Digital" DataType="bool"/>
  78. <Input Name="r_pH3" Address="Task 2.Inputs.Facility_AI_8CHANNEL_4_20mA_EL3058_N005_1" Scaling="0=0, 40=32767" Type="Analog" DataType="int"/>
  79. <Input Name="r_DIWRETURN_FLOW" Address="Task 2.Inputs.Facility_AI_8CHANNEL_4_20mA_EL3058_N006_106" Scaling="0=0, 40=32767" Type="Analog" DataType="int"/>
  80. <Input Name="r_HCW_FLOW" Address="Task 2.Inputs.Facility_AI_8CHANNEL_4_20mA_EL3058_N005_5" Scaling="0=0, 40=32767" Type="Analog" DataType="int"/>
  81. <Input Name="r_SYSTEM_EXHAUST_1" Address="Task 2.Inputs.Facility_AI_8CHANNEL_4_20mA_EL3058_N006_1" Scaling="0=0, 2=32767" Type="Analog" DataType="int"/>
  82. <Input Name="r_SYSTEM_EXHAUST_2" Address="Task 2.Inputs.Facility_AI_8CHANNEL_4_20mA_EL3058_N006_2" Scaling="0=0, 2=32767" Type="Analog" DataType="int"/>
  83. <Input Name="r_DI_WATER_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_4_20mA_EL3058_N006_5" Scaling="0=0, 100=32767" Type="Analog" DataType="int"/>
  84. <Input Name="r_N2_1B_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_1" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  85. <Input Name="r_N2_1A_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_2" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  86. <Input Name="r_N2_2B_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_3" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  87. <Input Name="r_N2_2A_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_4" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  88. <Input Name="r_CDA_2_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_5" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  89. <Input Name="r_CDA_1_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_6" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  90. <Input Name="r_CDA_EXTERNAL_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_7" Scaling="0=3276.7, 145=16383.5" Type="Analog" DataType="int"/>
  91. <Input Name="r_SYSTEM_VACUUM" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_8" Scaling="-750=3276.7, 750=16383.5" Type="Analog" DataType="int"/>
  92. <Input Name="r_N2_BLANKET_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N008_1" Scaling="-14.5=3276.7, 14.5=16383.5" Type="Analog" DataType="int"/>
  93. <Input Name="r_N2_OVERFLOW_PRESSURE" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N008_2" Scaling="-14.5=3276.7, 14.5=16383.5" Type="Analog" DataType="int"/>
  94. <Input Name="r_CLAMSHELL_CYLINDER_PRESSURE" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_0_10V_EL3068_N402_3" Scaling="0=0, 100=32767" Type="Analog" DataType="udint"/>
  95. <Input Name="r_TILT_CYLINDER_PRESSURE" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_0_10V_EL3068_N402_4" Scaling="0=0, 100=32767" Type="Analog" DataType="udint"/>
  96. <!-- facility inputs end -->
  97. <!--SRD inputs Start-->
  98. <Input Name="r_SRD_FLUID_LEVEL" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_1" Invert="false" Type="Digital" DataType="bool"/>
  99. <Input Name="r_SRD_SUPPLY_WATER_PRESS" Address="Task 2.Inputs.SRD_AI_8CHANNEL_4_20mA_EL3058_604_3" Scaling="758=0,100=32767" Type="Analog" DataType="int"/>
  100. <!--SRD inputs End-->
  101. <!--SRD1 inputs Start-->
  102. <Input Name="r_SRD1_SHUTTER_CLOSED" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_7" Invert="false" Type="Digital" DataType="bool"/>
  103. <Input Name="r_SRD1_SHUTTER_OPEN" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_6" Invert="false" Type="Digital" DataType="bool"/>
  104. <Input Name="r_SRD1_CHUCK_VAC_OK" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_2" Invert="false" Type="Digital" DataType="bool"/>
  105. <Input Name="r_SRD1_WAFER_PRESENT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_3" Invert="false" Type="Digital" DataType="bool"/>
  106. <Input Name="r_SRD1_LIFT_UP" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_4" Invert="false" Type="Digital" DataType="bool"/>
  107. <Input Name="r_SRD1_150_FLIPPER1_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_8" Invert="false" Type="Digital" DataType="bool"/>
  108. <Input Name="r_SRD1_150_FLIPPER2_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_9" Invert="false" Type="Digital" DataType="bool"/>
  109. <Input Name="r_SRD1_150_FLIPPER3_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_10" Invert="false" Type="Digital" DataType="bool"/>
  110. <Input Name="r_SRD1_200_FLIPPER1_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_11" Invert="false" Type="Digital" DataType="bool"/>
  111. <Input Name="r_SRD1_200_FLIPPER2_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_12" Invert="false" Type="Digital" DataType="bool"/>
  112. <Input Name="r_SRD1_200_FLIPPER3_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N600_13" Invert="false" Type="Digital" DataType="bool"/>
  113. <Input Name="r_SRD1_CHUCK_VACUUM_anlg" Address="Task 2.Inputs.SRD_AI_8CHANNEL_0_10V_EL3058_6N05_1" Scaling="-0=3276.7,145=16383.5" Type="Analog" DataType="int"/>
  114. <Input Name="r_SRD1_WATER_FLOW" Address="Task 2.Inputs.SRD_AI_8CHANNEL_4_20mA_EL3058_N604_1" Scaling="0=0,8=32767" Type="Analog" DataType="int"/>
  115. <!--SRD1 inputs End-->
  116. <!--SRD2 inputs Start-->
  117. <Input Name="r_SRD2_SHUTTER_CLOSED" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_6" Invert="false" Type="Digital" DataType="bool"/>
  118. <Input Name="r_SRD2_SHUTTER_OPEN" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_5" Invert="false" Type="Digital" DataType="bool"/>
  119. <Input Name="r_SRD2_CHUCK_VAC_OK" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_1" Invert="false" Type="Digital" DataType="bool"/>
  120. <Input Name="r_SRD2_WAFER_PRESENT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_2" Invert="false" Type="Digital" DataType="bool"/>
  121. <Input Name="r_SRD2_LIFT_UP" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_3" Invert="false" Type="Digital" DataType="bool"/>
  122. <Input Name="r_SRD2_150_FLIPPER1_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_7" Invert="false" Type="Digital" DataType="bool"/>
  123. <Input Name="r_SRD2_150_FLIPPER2_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_8" Invert="false" Type="Digital" DataType="bool"/>
  124. <Input Name="r_SRD2_150_FLIPPER3_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_9" Invert="false" Type="Digital" DataType="bool"/>
  125. <Input Name="r_SRD2_200_FLIPPER1_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_10" Invert="false" Type="Digital" DataType="bool"/>
  126. <Input Name="r_SRD2_200_FLIPPER2_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_11" Invert="false" Type="Digital" DataType="bool"/>
  127. <Input Name="r_SRD2_200_FLIPPER3_OUT" Address="Task 2.Inputs.SRD_DI_16CHANNEL_EL1819_N601_12" Invert="false" Type="Digital" DataType="bool"/>
  128. <Input Name="r_SRD2_CHUCK_VACUUM_anlg" Address="Task 2.Inputs.SRD_AI_8CHANNEL_0_10V_EL3068_N605_2" Scaling="-0=3276.7,145=16383.5" Type="Analog" DataType="int"/>
  129. <Input Name="r_SRD2_WATER_FLOW" Address="Task 2.Inputs.SRD_AI_8CHANNEL_4_20mA_EL3058_N604_1" Scaling="0=0,8=32767" Type="Analog" DataType="int"/>
  130. <!--SRD2 inputs End-->
  131. <!--PlatingCell1 inputs Start-->
  132. <Input Name="r_PlatingCell1_2_HEAD_TILTED" Address="Task 2.Inputs.PlatingCell1_2_DI_16CHANNEL_EL1819_N400_4" Invert="false" Type="Digital" DataType="bool"/>
  133. <Input Name="r_PlatingCell1_2_HEAD_VERTICAL" Address="Task 2.Inputs.PlatingCell1_2_DI_16CHANNEL_EL1819_N400_5" Invert="false" Type="Digital" DataType="bool"/>
  134. <Input Name="r_CELL1_CLAMSHELL_DISTANCE" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_0_10V_EL3068_N402_1" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  135. <Input Name="r_CLAMSHELL_CYLINDER_PRESSURE" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_0_10V_EL3068_N402_3" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  136. <Input Name="r_CELL1_OVERFLOW_LEVEL" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_4_20MA_EL3058_N403_1" Scaling="4=0,20=32767" Type="Analog" DataType="int"/>
  137. <!--PlatingCell1 inputs End-->
  138. <!--PlatingCell2 inputs Start-->
  139. <Input Name="r_CELL2_CLAMSHELL_DISTANCE" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_0_10V_EL3068_N402_2" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  140. <Input Name="r_CELL2_OVERFLOW_LEVEL" Address="Task 2.Inputs.PlatingCell1_2_AI_8CHANNEL_4_20MA_EL3058_N403_2" Scaling="4=0,20=32767" Type="Analog" DataType="int"/>
  141. <!--PlatingCell2 inputs End-->
  142. <!--PlatingCell3 inputs Start-->
  143. <Input Name="r_PlatingCell3_4_HEAD_TILTED" Address="Task 2.Inputs.PlatingCell3_4_DI_16CHANNEL_EL1819_N430_4" Invert="false" Type="Digital" DataType="bool"/>
  144. <Input Name="r_PlatingCell3_4_HEAD_VERTICAL" Address="Task 2.Inputs.PlatingCell3_4_DI_16CHANNEL_EL1819_N430_5" Invert="false" Type="Digital" DataType="bool"/>
  145. <Input Name="r_CELL3_CLAMSHELL_DISTANCE" Address="Task 2.Inputs.PlatingCell3_4_AI_8CHANNEL_0_10V_EL3068_N432_1" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  146. <Input Name="r_CELL3_OVERFLOW_LEVEL" Address="Task 2.Inputs.PlatingCell3_4_AI_8CHANNEL_4_20MA_EL3058_N433_1" Scaling="4=0,20=32767" Type="Analog" DataType="int"/>
  147. <!--PlatingCell3 inputs End-->
  148. <!--PlatingCell4 inputs Start-->
  149. <Input Name="r_CELL4_CLAMSHELL_DISTANCE" Address="Task 2.Inputs.PlatingCell3_4_AI_8CHANNEL_0_10V_EL3068_N432_2" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  150. <Input Name="r_CELL4_OVERFLOW_LEVEL" Address="Task 2.Inputs.PlatingCell3_4_AI_8CHANNEL_4_20MA_EL3058_N433_2" Scaling="4=0,20=32767" Type="Analog" DataType="int"/>
  151. <!--PlatingCell4 inputs End-->
  152. <!--Reservoir1 inputs Start-->
  153. <Input Name="r_RES1_CA_PUMP" Address="Task 2.Inputs.RES1_2_DI_8CHANNEL_EL1008_N200_1" Invert="false" Type="Digital" DataType="bool"/>
  154. <Input Name="r_RES1_AN_TOWER_HIGH" Address="Task 2.Inputs.RES1_2_DI_8CHANNEL_EL1008_N200_3" Invert="false" Type="Digital" DataType="bool"/>
  155. <Input Name="r_RES1_AN_TOWER_LOW" Address="Task 2.Inputs.RES1_2_DI_8CHANNEL_EL1008_N200_4" Invert="false" Type="Digital" DataType="bool"/>
  156. <Input Name="r_CELL1_AN_FLOW" Address="Task 2.Inputs.RES1_2_AI_8CHANNEL_4_20MA_EL3058_N202_1" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  157. <Input Name="r_CELL1_CA_FLOW" Address="Task 2.Inputs.RES1_2_AI_8CHANNEL_4_20MA_EL3058_N202_3" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  158. <Input Name="r_RES1_CA_LEVEL_RAW" Address="Task 2.Inputs.RES1_2_AI_8CHANNEL_4_20MA_EL3058_N202_5" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  159. <!--Reservoir1 inputs End-->
  160. <!--Reservoir2 inputs Start-->
  161. <Input Name="r_RES2_CA_PUMP" Address="Task 2.Inputs.RES1_2_DI_8CHANNEL_EL1008_N200_2" Invert="false" Type="Digital" DataType="bool"/>
  162. <Input Name="r_RES2_AN_TOWER_HIGH" Address="Task 2.Inputs.RES1_2_DI_8CHANNEL_EL1008_N200_5" Invert="false" Type="Digital" DataType="bool"/>
  163. <Input Name="r_RES2_AN_TOWER_LOW" Address="Task 2.Inputs.RES1_2_DI_8CHANNEL_EL1008_N200_6" Invert="false" Type="Digital" DataType="bool"/>
  164. <Input Name="r_CELL2_AN_FLOW" Address="Task 2.Inputs.RES1_2_AI_8CHANNEL_4_20MA_EL3058_N202_2" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  165. <Input Name="r_CELL2_CA_FLOW" Address="Task 2.Inputs.RES1_2_AI_8CHANNEL_4_20MA_EL3058_N202_4" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  166. <Input Name="r_RES2_CA_LEVEL_RAW" Address="Task 2.Inputs.RES1_2_AI_8CHANNEL_4_20MA_EL3058_N202_6" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  167. <!--Reservoir2 inputs End-->
  168. <!--Reservoir3 inputs Start-->
  169. <Input Name="r_RES3_CA_PUMP" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_EL1008_N230_1" Invert="false" Type="Digital" DataType="bool"/>
  170. <Input Name="r_RES3_AN_TOWER_HIGH" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_EL1008_N230_3" Invert="false" Type="Digital" DataType="bool"/>
  171. <Input Name="r_RES3_AN_TOWER_LOW" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_EL1008_N230_4" Invert="false" Type="Digital" DataType="bool"/>
  172. <Input Name="r_CELL3_AN_FLOW" Address="Task 2.Inputs.RES3_4_AI_8CHANNEL_4_20MA_EL3058_N232_1" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  173. <Input Name="r_CELL3_CA_FLOW" Address="Task 2.Inputs.RES3_4_AI_8CHANNEL_4_20MA_EL3058_N232_3" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  174. <Input Name="r_RES3_CA_LEVEL_RAW" Address="Task 2.Inputs.RES3_4_AI_8CHANNEL_4_20MA_EL3058_N232_5" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  175. <!--Reservoir3inputs End-->
  176. <!--Reservoir4 inputs Start-->
  177. <Input Name="r_RES4_CA_PUMP" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_EL1008_N230_2" Invert="false" Type="Digital" DataType="bool"/>
  178. <Input Name="r_RES4_AN_TOWER_HIGH" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_EL1008_N230_5" Invert="false" Type="Digital" DataType="bool"/>
  179. <Input Name="r_RES4_AN_TOWER_LOW" Address="Task 2.Inputs.RES3_4_DI_8CHANNEL_EL1008_N230_6" Invert="false" Type="Digital" DataType="bool"/>
  180. <Input Name="r_CELL4_AN_FLOW" Address="Task 2.Inputs.RES3_4_AI_8CHANNEL_4_20MA_EL3058_N232_2" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  181. <Input Name="r_CELL4_CA_FLOW" Address="Task 2.Inputs.RES3_4_AI_8CHANNEL_4_20MA_EL3058_N232_4" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  182. <Input Name="r_RES4_CA_LEVEL_RAW" Address="Task 2.Inputs.RES3_4_AI_8CHANNEL_4_20MA_EL3058_N232_6" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  183. <!--Reservoir4 inputs End-->
  184. <!--VPW Main Start-->
  185. <Input Name="r_VPW_CHAMBER_CLOSED" Address="Task 2.Inputs.VPW_DI_16CHANNEL_EL1819_N100_1" Invert="false" Type="Digital" DataType="bool"/>
  186. <Input Name="r_VPW_CHAMBER_OPENED" Address="Task 2.Inputs.VPW_DI_16CHANNEL_EL1819_N100_2" Invert="false" Type="Digital" DataType="bool"/>
  187. <Input Name="r_VPW_VAC_PUMP_PRESSURE" Address="Task 2.Inputs.VPW_AI_8CHANNEL_4_20mA_EL3058_N102_6" Scaling="758=0,0=32767" Type="Analog" DataType="int"/>
  188. <Input Name="r_VPW_BOOSTER_PUMP_STATUS" Address="Task 2.Inputs.VPW_DI_16CHANNEL_EL1819_N100_9" Invert="true" Type="Digital" DataType="bool"/>
  189. <Input Name="r_VPW_DIW_TOTAL_FLOW" Address="Task 2.Inputs.VPW_AI_8CHANNEL_4_20mA_EL3058_N102_1" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  190. <Input Name="r_VPW_DIW_PRESSURE" Address="Task 2.Inputs.VPW_AI_8CHANNEL_4_20mA_EL3058_N102_4" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  191. <Input Name="r_VPW_DEGAS_PUMP_PRESSURE" Address="Task 2.Inputs.VPW_AI_8CHANNEL_4_20mA_EL3058_N102_5" Scaling="758=0,100=32767" Type="Analog" DataType="int"/>
  192. <!--VPW Main End-->
  193. <!--VPW1 Start-->
  194. <Input Name="r_VPW_DIW_CELL_1_FLOW" Address="Task 2.Inputs.VPW_AI_8CHANNEL_4_20mA_EL3058_N102_2" Scaling="0=0,8=32767" Type="Analog" DataType="int"/>
  195. <Input Name="r_VPW_CELL_1_VAC_PRESSURE" Address="Task 2.Inputs.VPW_AI_8CHANNEL_0_10V_EL3068_N105_1" Scaling="0=0,10=32767" Type="Analog" DataType="int"/>
  196. <!--VPW1 End-->
  197. <!--VPW2 Start-->
  198. <Input Name="r_VPW_DIW_CELL_2_FLOW" Address="Task 2.Inputs.VPW_AI_8CHANNEL_4_20mA_EL3058_N102_3" Scaling="0=0,8=32767" Type="Analog" DataType="int"/>
  199. <Input Name="r_VPW_CELL_2_VAC_PRESSURE" Address="Task 2.Inputs.VPW_AI_8CHANNEL_0_10V_EL3068_N105_2" Scaling="0=0,10=32767" Type="Analog" DataType="int"/>
  200. <!--VPW2 End-->
  201. <!--EFEM Start-->
  202. <Input Name="r_EFEM_VACUUM" Address="Task 2.Inputs.Facility_AI_8CHANNEL_0_10V_EL3068_N007_8" Scaling="-750=3276.7, 750=16383.5" Type="Analog" DataType="int"/>
  203. <Input Name="r_Cassette_A_Present" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_11" Invert="false" Type="Digital" DataType="bool"/>
  204. <Input Name="r_Cassette_A_100MM" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_12" Invert="false" Type="Digital" DataType="bool"/>
  205. <Input Name="r_Cassette_A_200MM" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_13" Invert="false" Type="Digital" DataType="bool"/>
  206. <Input Name="r_Cassette_B_Present" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_14" Invert="false" Type="Digital" DataType="bool"/>
  207. <Input Name="r_Cassette_B_100MM" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_15" Invert="false" Type="Digital" DataType="bool"/>
  208. <Input Name="r_Cassette_B_200MM" Address="Task 2.Inputs.Facility_DI_16CHANNEL_EL1819_N000_16" Invert="false" Type="Digital" DataType="bool"/>
  209. <!--EFEM End-->
  210. <!--////////////////////////////////////////////////// ALL INPUTS END //////////////////////////////////////////////////-->
  211. <!--////////////////////////////////////////////////// ALL COUNTERS BEGIN //////////////////////////////////////////////////-->
  212. <Counter Name="r_DIREPLEN_FLOW" Address="Task 2.Outputs.Facility_COUNTER_2CHANNEL_EL1512_N009_1_Counter_value" DataType="udint" Mode="2" Period="2000" Scaling="0=0,1=22">
  213. <Output Address="Task 2.Outputs.Facility_COUNTER_2CHANNEL_EL1512_N009_1_Set_counter" Type="Start" DataType="bool"/>
  214. <Output Address="Task 2.Outputs.Facility_COUNTER_2CHANNEL_EL1512_N009_1_Inhibit_counter" Type="Stop" DataType="bool"/>
  215. <Output Address="Task 2.Outputs.Facility_COUNTER_2CHANNEL_EL1512_N009_1_Set_counter_value" Type="Reset" DataType="udint"/>
  216. </Counter>
  217. <!--////////////////////////////////////////////////// ALL COUNTERS END //////////////////////////////////////////////////-->
  218. <!--////////////////////////////////////////////////// ALL OUTPUTS BEGIN //////////////////////////////////////////////////-->
  219. <!-- Safety outputs start -->
  220. <Output Name="c_Safety_RunStop" Address="Task 2.Outputs.Safety_RunStop" Type="Digital" DataType="bool"/>
  221. <Output Name="c_Safety_ErrAck" Address="Task 2.Outputs.Safety_ErrAck" Type="Digital" DataType="bool"/>
  222. <Output Name="c_Safety_VPW_STO_EStop_Restart" Address="Task 2.Outputs.Safety_VPW_STO_EStop_Restart" Type="Digital" DataType="bool"/>
  223. <Output Name="c_Safety_RES1_2_STO_EStop_Restart" Address="Task 2.Outputs.Safety_RES1_2_STO_EStop_Restart" Type="Digital" DataType="bool"/>
  224. <Output Name="c_Safety_RES3_4_STO_EStop_Restart" Address="Task 2.Outputs.Safety_RES3_4_STO_EStop_Restart" Type="Digital" DataType="bool"/>
  225. <Output Name="c_Safety_PlatingCell1_2_STO_1_EStop_Restart" Address="Task 2.Outputs.Safety_PlatingCell1_2_STO_1_EStop_Restart" Type="Digital" DataType="bool"/>
  226. <Output Name="c_Safety_PlatingCell1_2_STO_2_EStop_Restart" Address="Task 2.Outputs.Safety_PlatingCell1_2_STO_2_EStop_Restart" Type="Digital" DataType="bool"/>
  227. <Output Name="c_Safety_PlatingCell3_4_STO_1_EStop_Restart" Address="Task 2.Outputs.Safety_PlatingCell3_4_STO_1_EStop_Restart" Type="Digital" DataType="bool"/>
  228. <Output Name="c_Safety_PlatingCell3_4_STO_2_EStop_Restart" Address="Task 2.Outputs.Safety_PlatingCell3_4_STO_2_EStop_Restart" Type="Digital" DataType="bool"/>
  229. <Output Name="c_Safety_Facility_STO_EStop_Restart" Address="Task 2.Outputs.Safety_Facility_STO_EStop_Restart" Type="Digital" DataType="bool"/>
  230. <Output Name="c_Safety_SRD_STO_EStop_Restart" Address="Task 2.Outputs.Safety_SRD_STO_EStop_Restart" Type="Digital" DataType="bool"/>
  231. <Output Name="c_Safety_ReqAlignerDoorsLock" Address="Task 2.Outputs.Safety_ReqAlignerDoorsLock" Type="Digital" DataType="bool"/>
  232. <Output Name="c_Safety_ReqCassetteDoorsLock" Address="Task 2.Outputs.Safety_ReqCassetteDoorsLock" Type="Digital" DataType="bool"/>
  233. <Output Name="c_Safety_ReqCell1_2DoorsLock" Address="Task 2.Outputs.Safety_ReqCell1_2DoorsLock" Type="Digital" DataType="bool"/>
  234. <Output Name="c_Safety_ReqCell3_4DoorsLock" Address="Task 2.Outputs.Safety_ReqCell3_4DoorsLock" Type="Digital" DataType="bool"/>
  235. <!-- Safety outputs end -->
  236. <!-- facility outputs start -->
  237. <Output Name="c_N2_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_1" Type="Digital" DataType="bool"/>
  238. <Output Name="c_CDA_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_2" Type="Digital" DataType="bool"/>
  239. <Output Name="c_EXTERNAL_CDA_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_3" Type="Digital" DataType="bool"/>
  240. <Output Name="c_DI_Task 2.Outputs_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_4" Type="Digital" DataType="bool"/>
  241. <Output Name="c_HCW_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_5" Type="Digital" DataType="bool"/>
  242. <Output Name="c_DI_REPLEN_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_6" Type="Digital" DataType="bool"/>
  243. <Output Name="c_DI_FILL_ENABLE" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N002_7" Type="Digital" DataType="bool"/>
  244. <Output Name="c_SAMPLE_STATION_ENABLE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE2" Type="Digital" BitOperated="true" Bit="5" DataType="byte"/>
  245. <Output Name="c_FILTER_PURGE_ENABLE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE2" Type="Digital" BitOperated="true" Bit="6" DataType="byte"/>
  246. <Output Name="c_DIW_SRD_ENABLE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE2" Type="Digital" BitOperated="true" Bit="7" DataType="byte"/>
  247. <!-- facility outputs end -->
  248. <!--SRD1 outputs Start-->
  249. <Output Name="c_SRD1_Water_Above_Wafer" Address="Task 2.Outputs.c_SRD1_Water_Above_Wafer" Invert="false" Type="Digital" DataType="bool"/>
  250. <Output Name="c_SRD1_Water_Below_Wafer" Address="Task 2.Outputs.c_SRD1_Water_Below_Wafer" Invert="false" Type="Digital" DataType="bool"/>
  251. <Output Name="c_SRD1_Exhaust_Fan_On" Address="Task 2.Outputs.c_SRD1_Exhaust_Fan_On" Invert="false" Type="Digital" DataType="bool"/>
  252. <Output Name="c_SRD1_Shutter_Close" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_4" Invert="false" Type="Digital" DataType="bool"/>
  253. <Output Name="c_SRD1_CHUCK_VACUUM" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_6" Invert="false" Type="Digital" DataType="bool"/>
  254. <Output Name="c_SRD1_CHUCK_ATM_ON" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_8" Invert="false" Type="Digital" DataType="bool"/>
  255. <Output Name="c_SRD1_LIFT_UP" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_1" Invert="false" Type="Digital" DataType="bool"/>
  256. <Output Name="c_SRD1_150_FLIPPERS_IN" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_2" Invert="false" Type="Digital" DataType="bool"/>
  257. <Output Name="c_SRD1_200_FLIPPERS_IN" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_3" Invert="false" Type="Digital" DataType="bool"/>
  258. <Output Name="c_SRD1_WATER_ON" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_5" Invert="false" Type="Digital" DataType="bool"/>
  259. <Output Name="c_SRD1_N2_FLOW_ON" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_7" Invert="false" Type="Digital" DataType="bool"/>
  260. <!--SRD1 outputs End-->
  261. <!--SRD2 outputs Start-->
  262. <Output Name="c_SRD2_Shutter_Close" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_12" Invert="false" Type="Digital" DataType="bool"/>
  263. <Output Name="c_SRD2_CHUCK_VACUUM" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_14" Invert="false" Type="Digital" DataType="bool"/>
  264. <Output Name="c_SRD2_CHUCK_ATM_ON" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_16" Invert="false" Type="Digital" DataType="bool"/>
  265. <Output Name="c_SRD2_LIFT_UP" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_9" Invert="false" Type="Digital" DataType="bool"/>
  266. <Output Name="c_SRD2_150_FLIPPERS_IN" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_10" Invert="false" Type="Digital" DataType="bool"/>
  267. <Output Name="c_SRD2_200_FLIPPERS_IN" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_11" Invert="false" Type="Digital" DataType="bool"/>
  268. <Output Name="c_SRD2_WATER_ON" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_13" Invert="false" Type="Digital" DataType="bool"/>
  269. <Output Name="c_SRD2_N2_FLOW_ON" Address="Task 2.Outputs.SRD_DO_16CHANNEL_EL2809_N602_15" Invert="false" Type="Digital" DataType="bool"/>
  270. <!--SRD2 outputs End-->
  271. <!--PlatingCell1 outputs Start-->
  272. <Output Name="c_CELL1_CLAMSHELL_CLOSE" Address="Task 2.Outputs.PlatingCell1_2_DO_16CHANNEL_EL2809_N401_9" Type="Digital" Invert="false" DataType="bool"/>
  273. <Output Name="c_PlatingCell1_2_HEAD_TILT" Address="Task 2.Outputs.PlatingCell1_2_DO_16CHANNEL_EL2809_N401_13" Type="Digital" Invert="false" DataType="bool"/>
  274. <!--PlatingCell1 outputs End-->
  275. <!--PlatingCell2 outputs Start-->
  276. <Output Name="c_CELL2_CLAMSHELL_CLOSE" Address="Task 2.Outputs.PlatingCell1_2_DO_16CHANNEL_EL2809_N401_10" Type="Digital" Invert="false" DataType="bool"/>
  277. <!--PlatingCell2 outputs End-->
  278. <!--PlatingCell3 outputs Start-->
  279. <Output Name="c_CELL3_CLAMSHELL_CLOSE" Address="Task 2.Outputs.PlatingCell1_2_DO_16CHANNEL_EL2809_N401_11" Type="Digital" Invert="false" DataType="bool"/>
  280. <Output Name="c_PlatingCell3_4_HEAD_TILT" Address="Task 2.Outputs.PlatingCell1_2_DO_16CHANNEL_EL2809_N401_14" Type="Digital" Invert="false" DataType="bool"/>
  281. <!--PlatingCell3 outputs End-->
  282. <!--PlatingCell4 outputs Start-->
  283. <Output Name="c_CELL4_CLAMSHELL_CLOSE" Address="Task 2.Outputs.PlatingCell1_2_DO_16CHANNEL_EL2809_N401_12" Type="Digital" Invert="false" DataType="bool"/>
  284. <!--PlatingCell4 outputs End-->
  285. <!--Reservoir1 output Start-->
  286. <Output Name="c_RES1_AN_PUMP_ENABLE" Address="Task 2.Outputs.RES1_DO_16CHANNEL_EL2809_N201_1" Type="Digital" Invert="false" DataType="bool"/>
  287. <Output Name="c_RES1_CA_PUMP_ENABLE" Address="Task 2.Outputs.RES1_DO_16CHANNEL_EL2809_N201_3" Type="Digital" Invert="false" DataType="bool"/>
  288. <Output Name="c_RES1_AN_PUMP_SPEED" Address="Task 2.Outputs.RES1_2_AO_8CHANNEL_0_10V_EL4008_N204_1" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  289. <Output Name="c_RES1_CA_PUMP_SPEED" Address="Task 2.Outputs.RES1_2_AO_4CHANNEL_4_20mA_EL4024_N205_1" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  290. <Output Name="c_RES1_RETURN_VALVE_OPENING" Address="Task 2.Outputs.RES1_2_AO_4CHANNEL_4_20mA_EL4024_N205_3" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  291. <Output Name="c_RES1_CA_DIW_REPLEN" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  292. <Output Name="c_RES1_SAMPLE_OUT" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  293. <Output Name="c_RES1_DEGAS_ENABLE" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="2" DataType="byte"/>
  294. <Output Name="c_CELL1_CA_ISOLATION" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="3" DataType="byte"/>
  295. <Output Name="c_RES1_AN_DIW_REPLEN" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="4" DataType="byte"/>
  296. <Output Name="c_CELL1_AN_ISOLATION" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="5" DataType="byte"/>
  297. <!--Reservoir1 output End-->
  298. <!--Reservoir2 outputs Start-->
  299. <Output Name="c_RES2_AN_PUMP_ENABLE" Address="Task 2.Outputs.RES1_2_DO_16CHANNEL_EL2809_N201_2" Type="Digital" Invert="false" DataType="bool"/>
  300. <Output Name="c_RES2_CA_PUMP_ENABLE" Address="Task 2.Outputs.RES1_2_DO_16CHANNEL_EL2809_N201_4" Type="Digital" Invert="false" DataType="bool"/>
  301. <Output Name="c_RES2_AN_PUMP_SPEED" Address="Task 2.Outputs.RES1_2_AO_8CHANNEL_0_10V_EL4008_N204_2" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  302. <Output Name="c_RES2_CA_PUMP_SPEED" Address="Task 2.Outputs.RES1_2_AO_4CHANNEL_4_20mA_EL4024_N205_2" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  303. <Output Name="c_RES2_RETURN_VALVE_OPENING" Address="Task 2.Outputs.RES1_2_AO_4CHANNEL_4_20mA_EL4024_N205_4" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  304. <Output Name="c_RES2_CA_DIW_REPLEN" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="6" DataType="byte"/>
  305. <Output Name="c_RES2_SAMPLE_OUT" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="7" DataType="byte"/>
  306. <Output Name="c_RES2_DEGAS_ENABLE" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  307. <Output Name="c_CELL2_CA_ISOLATION" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  308. <Output Name="c_RES2_AN_DIW_REPLEN" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="2" DataType="byte"/>
  309. <Output Name="c_CELL2_AN_ISOLATION" Address="Task 2.Outputs.RES1_2_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="3" DataType="byte"/>
  310. <!--Reservoir2 outputs End-->
  311. <!--Reservoir3 outputs Start-->
  312. <Output Name="c_RES3_AN_PUMP_ENABLE" Address="Task 2.Outputs.RES3_4_DO_16CHANNEL_EL2809_N231_1" Type="Digital" Invert="false" DataType="bool"/>
  313. <Output Name="c_RES3_CA_PUMP_ENABLE" Address="Task 2.Outputs.RES3_4_DO_16CHANNEL_EL2809_N231_3" Type="Digital" Invert="false" DataType="bool"/>
  314. <Output Name="c_RES3_AN_PUMP_SPEED" Address="Task 2.Outputs.RES3_4_AO_8CHANNEL_0_10V_EL4008_N234_1" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  315. <Output Name="c_RES3_CA_PUMP_SPEED" Address="Task 2.Outputs.RES3_4_AO_4CHANNEL_4_20mA_EL4024_N235_1" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  316. <Output Name="c_RES3_RETURN_VALVE_OPENING" Address="Task 2.Outputs.RES3_4_AO_4CHANNEL_4_20mA_EL4024_N235_3" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  317. <Output Name="c_RES3_CA_DIW_REPLEN" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  318. <Output Name="c_RES3_SAMPLE_OUT" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  319. <Output Name="c_RES3_DEGAS_ENABLE" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="2" DataType="byte"/>
  320. <Output Name="c_CELL3_CA_ISOLATION" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="3" DataType="byte"/>
  321. <Output Name="c_RES3_AN_DIW_REPLEN" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="4" DataType="byte"/>
  322. <Output Name="c_CELL3_AN_ISOLATION" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="5" DataType="byte"/>
  323. <!--Reservoir3 outputs End-->
  324. <!--Reservoir4 outputs Start-->
  325. <Output Name="c_RES4_AN_PUMP_ENABLE" Address="Task 2.Outputs.RES3_4_DO_16CHANNEL_EL2809_N231_2" Type="Digital" Invert="false" DataType="bool"/>
  326. <Output Name="c_RES4_CA_PUMP_ENABLE" Address="Task 2.Outputs.RES3_4_DO_16CHANNEL_EL2809_N231_4" Type="Digital" Invert="false" DataType="bool"/>
  327. <Output Name="c_RES4_AN_PUMP_SPEED" Address="Task 2.Outputs.RES3_4_AO_8CHANNEL_0_10V_EL4008_N234_2" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  328. <Output Name="c_RES4_CA_PUMP_SPEED" Address="Task 2.Outputs.RES3_4_AO_4CHANNEL_4_20mA_EL4024_N235_2" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  329. <Output Name="c_RES4_RETURN_VALVE_OPENING" Address="Task 2.Outputs.RES3_4_AO_4CHANNEL_4_20mA_EL4024_N235_4" Scaling="0=0,100=32767" Type="Analog" DataType="int"/>
  330. <Output Name="c_RES4_CA_DIW_REPLEN" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="6" DataType="byte"/>
  331. <Output Name="c_RES4_SAMPLE_OUT" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V01_V04" Type="Digital" BitOperated="true" Bit="7" DataType="byte"/>
  332. <Output Name="c_RES4_DEGAS_ENABLE" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  333. <Output Name="c_CELL4_CA_ISOLATION" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  334. <Output Name="c_RES4_AN_DIW_REPLEN" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="2" DataType="byte"/>
  335. <Output Name="c_CELL4_AN_ISOLATION" Address="Task 2.Outputs.RES3_4_PNEU_SMC_EX260_V05_V08" Type="Digital" BitOperated="true" Bit="3" DataType="byte"/>
  336. <!--Reservoir4 outputs End-->
  337. <!--VPW Main Start-->
  338. <Output Name="c_VPW_CHAMBER_CLOSE" Address="Task 2.Outputs.MOTION_DO_16CHANNEL_EL2809_N401_15" Type="Digital" Invert="true" DataType="bool"/>
  339. <Output Name="c_VPW_VACUUM_PUMP_POWER" Address="Task 2.Outputs.VPW_DO_16CHANNEL_EL2809_N101_5" Type="Digital" Invert="false" DataType="bool"/>
  340. <Output Name="c_VPW_DEGAS_PUMP_ENABLE" Address="Task 2.Outputs.VPW_DO_16CHANNEL_EL2809_N101_6" Type="Digital" Invert="false" DataType="bool"/>
  341. <Output Name="c_VPW_BOOSTER_PUMP_ENABLE" Address="Task 2.Outputs.VPW_DO_16CHANNEL_EL2809_N101_7" Type="Digital" Invert="false" DataType="bool"/>
  342. <Output Name="c_VPW_VACUUM_PUMP_ENABLE" Address="Task 2.Outputs.MAIN_IO_RELAY_4CHANNEL_EL2624_N106_1" Type="Digital" Invert="false" DataType="bool"/>
  343. <Output Name="c_VPW_VACUUM_PUMP_SPEED_ENABLE" Address="Task 2.Outputs.MAIN_IO_RELAY_4CHANNEL_EL2624_N106_2" Type="Digital" Invert="false" DataType="bool"/>
  344. <Output Name="c_VPW_VACUUM_PUMP_SPEED" Address="Task 2.Outputs.VPW_AO_8CHANNEL_0_10V_EL4008_N104_1" Scaling="0=0,20=32767" Type="Analog" DataType="int"/>
  345. <Output Name="c_VPW_BOOSTER_PUMP_SPPED" Address="Task 2.Outputs.VPW_AO_8CHANNEL_0_10V_EL4008_N104_5" Scaling="300=0,10000=32767" Type="Analog" DataType="int"/>
  346. <Output Name="c_VPW_DIW_ENABLE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  347. <Output Name="c_VPW_DIW_PROCESS" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  348. <Output Name="c_VPW_DIW_DEGAS" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  349. <Output Name="c_VPW_DEGAS_ADJUST" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  350. <Output Name="c_VPW_DEGAS_PURGE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="2" DataType="byte"/>
  351. <!--VPW Main End-->
  352. <!--VPW1 Start-->
  353. <Output Name="c_VPW_1_FLOW_DRIP" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="2" DataType="byte"/>
  354. <Output Name="c_VPW_1_FLOW_SMALL" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="3" DataType="byte"/>
  355. <Output Name="c_VPW_1_FLOW_LARGE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="4" DataType="byte"/>
  356. <Output Name="c_VPW_1_VACUUM_VALVE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="3" DataType="byte"/>
  357. <Output Name="c_VPW_1_VENT_VALVE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="5" DataType="byte"/>
  358. <Output Name="c_VPW_1_DIW_DRAIN" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_V09_V12" Type="Digital" BitOperated="true" Bit="0" DataType="byte"/>
  359. <!--VPW1 End-->
  360. <!--VPW2 Start-->
  361. <Output Name="c_VPW_2_FLOW_DRIP" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="5" DataType="byte"/>
  362. <Output Name="c_VPW_2_FLOW_SMALL" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="6" DataType="byte"/>
  363. <Output Name="c_VPW_2_FLOW_LARGE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE0" Type="Digital" BitOperated="true" Bit="7" DataType="byte"/>
  364. <Output Name="c_VPW_2_VACUUM_VALVE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="4" DataType="byte"/>
  365. <Output Name="c_VPW_2_VENT_VALVE" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_BYTE1" Type="Digital" BitOperated="true" Bit="6" DataType="byte"/>
  366. <Output Name="c_VPW_2_DIW_DRAIN" Address="Task 2.Outputs.VPW_PNEU_SMC_EX260_V09_V12" Type="Digital" BitOperated="true" Bit="1" DataType="byte"/>
  367. <!--VPW2 End-->
  368. <!--EFEM Start-->
  369. <Output Name="c_System_Alarm" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N003_1" Type="Digital" DataType="bool"/>
  370. <Output Name="c_Pole_Red" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N003_2" Type="Digital" DataType="bool"/>
  371. <Output Name="c_Pole_Amber" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N003_3" Type="Digital" DataType="bool"/>
  372. <Output Name="c_Pole_Green" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N003_4" Type="Digital" DataType="bool"/>
  373. <Output Name="c_Pole_Blue" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N003_5" Type="Digital" DataType="bool"/>
  374. <Output Name="c_System_Alarm2" Address="Task 2.Outputs.Facility_DO_16CHANNEL_EL2809_N003_6" Type="Digital" DataType="bool"/>
  375. <!--EFEM End-->
  376. <!--////////////////////////////////////////////////// ALL OUTPUTS END //////////////////////////////////////////////////-->
  377. <!--////////////////////////////////////////////////// ALL COUNTERS BEGIN //////////////////////////////////////////////////-->
  378. <!--////////////////////////////////////////////////// ALL COUNTERS END //////////////////////////////////////////////////-->
  379. <!--////////////////////////////////////////////////// ALL AXIS BEGIN //////////////////////////////////////////////////-->
  380. <Axis Name="VPW1.Rotation" MotorType="Kollmorgen" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  381. <Input Address="Task 2.Inputs.VPW1RotationStatusWord" Type="StatusWord" DataType="uint"/>
  382. <Input Address="Task 2.Inputs.VPW1RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  383. <Input Address="Task 2.Inputs.VPW1RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  384. <Input Address="Task 2.Inputs.VPW1RotationPositionError" Type="PositionError" DataType="dint"/>
  385. <Input Address="Task 2.Inputs.VPW1RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  386. <Input Address="Task 2.Inputs.VPW1RotationActualTorque" Type="ActualTorque" DataType="int"/>
  387. <!-- Input Address="Task 2.Inputs.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  388. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  389. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  390. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  391. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  392. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  393. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  394. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  395. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  396. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  397. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  398. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  399. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  400. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  401. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  402. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  403. <Output Address="Task 2.Outputs.VPW1RotationControlWord" Type="ControlWord" DataType="uint"/>
  404. <Output Address="Task 2.Outputs.VPW1RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  405. <Output Address="Task 2.Outputs.VPW1RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  406. <Output Address="Task 2.Outputs.VPW1RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  407. <Output Address="Task 2.Outputs.VPW1RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  408. <Output Address="Task 2.Outputs.VPW1RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  409. <!-- Output Address="Task 2.Inputs.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  410. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  411. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  412. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  413. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  414. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  415. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  416. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  417. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  418. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  419. <MotorType>Servo</MotorType>
  420. <MotorDriveDirection>0</MotorDriveDirection>
  421. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  422. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  423. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  424. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  425. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  426. <HomingMethod>24</HomingMethod>
  427. <HomeConfig>0</HomeConfig>
  428. <HomingOffset>0</HomingOffset>
  429. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  430. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  431. <HomingAccelDecel>10000000</HomingAccelDecel>
  432. <HomingTimeOut>60000</HomingTimeOut>
  433. <ProportionalGain>0</ProportionalGain>
  434. <IntegralGain>0</IntegralGain>
  435. <DerivativeGain>0</DerivativeGain>
  436. <IntegralLimit>0</IntegralLimit>
  437. <ErrorLimit>0</ErrorLimit>
  438. <VoltageOffset>0</VoltageOffset>
  439. <!-- -193 degrees * 169161 = -32648073 -->
  440. <ReverseSoftwareLimit>0</ReverseSoftwareLimit>
  441. <!-- 13 degrees * 169161 = 2199093 -->
  442. <ForwardSoftwareLimit>0</ForwardSoftwareLimit>
  443. <Speed>360</Speed>
  444. <Acceleration>1000</Acceleration>
  445. <Deceleration>1000</Deceleration>
  446. <Jerk>0</Jerk>
  447. <FeedforwardVelocity>0</FeedforwardVelocity>
  448. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  449. <OffOnError>0</OffOnError>
  450. </Axis>
  451. <Axis Name="VPW2.Rotation" MotorType="Yaskawa" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  452. <Input Address="Task 2.Inputs.VPW2RotationStatusWord" Type="StatusWord" DataType="uint"/>
  453. <Input Address="Task 2.Inputs.VPW2RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  454. <Input Address="Task 2.Inputs.VPW2RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  455. <Input Address="Task 2.Inputs.VPW2RotationPositionError" Type="PositionError" DataType="dint"/>
  456. <Input Address="Task 2.Inputs.VPW2RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  457. <Input Address="Task 2.Inputs.VPW2RotationActualTorque" Type="ActualTorque" DataType="int"/>
  458. <!-- Input Address="Task 2.Inputs.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  459. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  460. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  461. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  462. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  463. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  464. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  465. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  466. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  467. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  468. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  469. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  470. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  471. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  472. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  473. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  474. <Output Address="Task 2.Outputs.VPW2RotationControlWord" Type="ControlWord" DataType="uint"/>
  475. <Output Address="Task 2.Outputs.VPW2RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  476. <Output Address="Task 2.Outputs.VPW2RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  477. <Output Address="Task 2.Outputs.VPW2RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  478. <Output Address="Task 2.Outputs.VPW2RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  479. <Output Address="Task 2.Outputs.VPW2RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  480. <!-- Output Address="Task 2.Inputs.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  481. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  482. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  483. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  484. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  485. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  486. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  487. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  488. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  489. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  490. <MotorType>Servo</MotorType>
  491. <MotorDriveDirection>0</MotorDriveDirection>
  492. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  493. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  494. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  495. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  496. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  497. <HomingMethod>24</HomingMethod>
  498. <HomeConfig>0</HomeConfig>
  499. <HomingOffset>0</HomingOffset>
  500. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  501. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  502. <HomingAccelDecel>10000000</HomingAccelDecel>
  503. <HomingTimeOut>60000</HomingTimeOut>
  504. <ProportionalGain>0</ProportionalGain>
  505. <IntegralGain>0</IntegralGain>
  506. <DerivativeGain>0</DerivativeGain>
  507. <IntegralLimit>0</IntegralLimit>
  508. <ErrorLimit>0</ErrorLimit>
  509. <VoltageOffset>0</VoltageOffset>
  510. <!-- -193 degrees * 169161 = -32648073 -->
  511. <ReverseSoftwareLimit>0</ReverseSoftwareLimit>
  512. <!-- 13 degrees * 169161 = 2199093 -->
  513. <ForwardSoftwareLimit>0</ForwardSoftwareLimit>
  514. <Speed>360</Speed>
  515. <Acceleration>1000</Acceleration>
  516. <Deceleration>1000</Deceleration>
  517. <Jerk>0</Jerk>
  518. <FeedforwardVelocity>0</FeedforwardVelocity>
  519. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  520. <OffOnError>0</OffOnError>
  521. </Axis>
  522. <Axis Name="SRD1.Rotation" MotorType="Kollmorgen" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  523. <Input Address="Task 2.Inputs.SRD1RotationStatusWord" Type="StatusWord" DataType="uint"/>
  524. <Input Address="Task 2.Inputs.SRD1RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  525. <Input Address="Task 2.Inputs.SRD1RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  526. <Input Address="Task 2.Inputs.SRD1RotationPositionError" Type="PositionError" DataType="dint"/>
  527. <Input Address="Task 2.Inputs.SRD1RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  528. <Input Address="Task 2.Inputs.SRD1RotationActualTorque" Type="ActualTorque" DataType="int"/>
  529. <!-- Input Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  530. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  531. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  532. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  533. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  534. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  535. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  536. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  537. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  538. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  539. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  540. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  541. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  542. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  543. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  544. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  545. <Output Address="Task 2.Outputs.SRD1RotationControlWord" Type="ControlWord" DataType="uint"/>
  546. <Output Address="Task 2.Outputs.SRD1RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  547. <Output Address="Task 2.Outputs.SRD1RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  548. <Output Address="Task 2.Outputs.SRD1RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  549. <Output Address="Task 2.Outputs.SRD1RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  550. <Output Address="Task 2.Outputs.SRD1RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  551. <!-- Output Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  552. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  553. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  554. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  555. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  556. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  557. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  558. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  559. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  560. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  561. <MotorType>Servo</MotorType>
  562. <MotorDriveDirection>0</MotorDriveDirection>
  563. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  564. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  565. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  566. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  567. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  568. <HomingMethod>24</HomingMethod>
  569. <HomeConfig>0</HomeConfig>
  570. <HomingOffset>0</HomingOffset>
  571. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  572. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  573. <HomingAccelDecel>10000000</HomingAccelDecel>
  574. <HomingTimeOut>60000</HomingTimeOut>
  575. <ProportionalGain>0</ProportionalGain>
  576. <IntegralGain>0</IntegralGain>
  577. <DerivativeGain>0</DerivativeGain>
  578. <IntegralLimit>0</IntegralLimit>
  579. <ErrorLimit>6766</ErrorLimit>
  580. <VoltageOffset>0</VoltageOffset>
  581. <!-- -193 degrees * 169161 = -32648073 -->
  582. <ReverseSoftwareLimit>0</ReverseSoftwareLimit>
  583. <!-- 13 degrees * 169161 = 2199093 -->
  584. <ForwardSoftwareLimit>0</ForwardSoftwareLimit>
  585. <Speed>360</Speed>
  586. <Acceleration>1000</Acceleration>
  587. <Deceleration>1000</Deceleration>
  588. <Jerk>0</Jerk>
  589. <FeedforwardVelocity>0</FeedforwardVelocity>
  590. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  591. <OffOnError>0</OffOnError>
  592. </Axis>
  593. <Axis Name="SRD2.Rotation" MotorType="Kollmorgen" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  594. <Input Address="Task 2.Inputs.SRD2RotationStatusWord" Type="StatusWord" DataType="uint"/>
  595. <Input Address="Task 2.Inputs.vSRD2RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  596. <Input Address="Task 2.Inputs.SRD2RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  597. <Input Address="Task 2.Inputs.SRD2RotationPositionError" Type="PositionError" DataType="dint"/>
  598. <Input Address="Task 2.Inputs.SRD2RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  599. <Input Address="Task 2.Inputs.SRD2RotationActualTorque" Type="ActualTorque" DataType="int"/>
  600. <!-- Input Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  601. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  602. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  603. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  604. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  605. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  606. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  607. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  608. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  609. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  610. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  611. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  612. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  613. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  614. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  615. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  616. <Output Address="Task 2.Outputs.SRD2RotationControlWord" Type="ControlWord" DataType="uint"/>
  617. <Output Address="Task 2.Outputs.SRD2RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  618. <Output Address="Task 2.Outputs.SRD2RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  619. <Output Address="Task 2.Outputs.SRD2RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  620. <Output Address="Task 2.Outputs.SRD2RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  621. <Output Address="Task 2.Outputs.SRD2RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  622. <!-- Output Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  623. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  624. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  625. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  626. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  627. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  628. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  629. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  630. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  631. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  632. <MotorType>Servo</MotorType>
  633. <MotorDriveDirection>0</MotorDriveDirection>
  634. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  635. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  636. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  637. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  638. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  639. <HomingMethod>24</HomingMethod>
  640. <HomeConfig>0</HomeConfig>
  641. <HomingOffset>0</HomingOffset>
  642. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  643. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  644. <HomingAccelDecel>10000000</HomingAccelDecel>
  645. <HomingTimeOut>60000</HomingTimeOut>
  646. <ProportionalGain>0</ProportionalGain>
  647. <IntegralGain>0</IntegralGain>
  648. <DerivativeGain>0</DerivativeGain>
  649. <IntegralLimit>0</IntegralLimit>
  650. <ErrorLimit>6766</ErrorLimit>
  651. <VoltageOffset>0</VoltageOffset>
  652. <!-- -193 degrees * 169161 = -32648073 -->
  653. <ReverseSoftwareLimit>0</ReverseSoftwareLimit>
  654. <!-- 13 degrees * 169161 = 2199093 -->
  655. <ForwardSoftwareLimit>0</ForwardSoftwareLimit>
  656. <Speed>360</Speed>
  657. <Acceleration>1000</Acceleration>
  658. <Deceleration>1000</Deceleration>
  659. <Jerk>0</Jerk>
  660. <FeedforwardVelocity>0</FeedforwardVelocity>
  661. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  662. <OffOnError>0</OffOnError>
  663. </Axis>
  664. <Axis Name="PlatingCell1_2.Vertical" MotorType="Yaskawa" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  665. <Input Address="Task 2.Inputs.PlatingCell1_2Vertical_StatusWord" Type="StatusWord" DataType="uint"/>
  666. <Input Address="Task 2.Inputs.PlatingCell1_2Vertical_DigitalInputs" Type="DigitalInputs" DataType="udint"/>
  667. <Input Address="Task 2.Inputs.PlatingCell1_2Vertical_ActualMotorPosition" Type="MotorPosition" DataType="dint"/>
  668. <Input Address="Task 2.Inputs.PlatingCell1_2Vertical_FollowingErrorActualValue" Type="PositionError" DataType="dint"/>
  669. <Input Address="Task 2.Inputs.PlatingCell1_2Vertical_VelocityActualValue" Type="ActualVelocity" DataType="dint"/>
  670. <Input Address="Task 2.Inputs.PlatingCell1_2Vertical_TorqueActualValue" Type="ActualTorque" DataType="short"/>
  671. <Input Address="0x607d:01" Type="SoftwareLimitMinus" DataType="dint"/>
  672. <Input Address="0x607d:02" Type="SoftwareLimitPlus" DataType="dint"/>
  673. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  674. <Input Address="0x607c:00" Type="HomeOffset" DataType="dint"/>
  675. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  676. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  677. <Input Address="0x609a:00" Type="HomingAccel" DataType="dint"/>
  678. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  679. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  680. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  681. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  682. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  683. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  684. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  685. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  686. <Output Address="Task 2.Outputs.PlatingCell1_2Vertical_ControlWord" Type="ControlWord" DataType="uint"/>
  687. <Output Address="Task 2.Outputs.PlatingCell1_2Vertical_TargetPosition" Type="TargetPosition" DataType="dint"/>
  688. <Output Address="Task 2.Outputs.PlatingCell1_2Vertical_ModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  689. <Output Address="Task 2.Outputs.PlatingCell1_2Vertical_ProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  690. <Output Address="Task 2.Outputs.PlatingCell1_2Vertical_ProfileAccel" Type="ProfileAccel" DataType="dint"/>
  691. <Output Address="Task 2.Outputs.PlatingCell1_2Vertical_ProfileDecel" Type="ProfileDecel" DataType="dint"/>
  692. <!-- Output Address="MAIN.LoaderTransporterHorizontal_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  693. <Output Address="0x607d:01" Type="SoftwareLimitMinus" DataType="dint"/>
  694. <Output Address="0x607d:02" Type="SoftwareLimitPlus" DataType="dint"/>
  695. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  696. <Output Address="0x607c:00" Type="HomeOffset" DataType="dint"/>
  697. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  698. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  699. <Output Address="0x609a:00" Type="HomingAccel" DataType="dint"/>
  700. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  701. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  702. <!-- Z axis: 47784 counts/mm -->
  703. <MotorType>Servo</MotorType>
  704. <MotorDriveDirection>0</MotorDriveDirection>
  705. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  706. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  707. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  708. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  709. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  710. <!-- HomingMethod 28 = Home Switch Negative Direction -->
  711. <HomingMethod>28</HomingMethod>
  712. <HomeConfig>0</HomeConfig>
  713. <!--HomingOffset>-662500</HomingOffset-->
  714. <HomingOffset>-398200</HomingOffset>
  715. <!-- HomingVelocity same as HomeSpeedHomeSwitch -->
  716. <!-- HomingSpeedHomeSwitch 57 rev/min = 0.9 rev/sec = 1000000 counts/sec -->
  717. <HomingSpeedHomeSwitch>1000000</HomingSpeedHomeSwitch>
  718. <!--HomingSpeedHomeSwitch>100000</HomingSpeedHomeSwitch-->
  719. <HomingSpeedEncoderIndex>100000</HomingSpeedEncoderIndex>
  720. <!-- HomingAccelDecel 0.05 rev/min/min = 0.0009 rev/sec/sec = 1000 counts/sec/sec -->
  721. <HomingAccelDecel>10000000</HomingAccelDecel>
  722. <HomingTimeOut>120000</HomingTimeOut>
  723. <ProportionalGain>0</ProportionalGain>
  724. <IntegralGain>0</IntegralGain>
  725. <DerivativeGain>0</DerivativeGain>
  726. <IntegralLimit>0</IntegralLimit>
  727. <!--ErrorLimit>0</ErrorLimit-->
  728. <ErrorLimit>2000</ErrorLimit>
  729. <VoltageOffset>0</VoltageOffset>
  730. <ReverseSoftwareLimit>-1190000</ReverseSoftwareLimit>
  731. <ForwardSoftwareLimit>28000000</ForwardSoftwareLimit>
  732. <!-- Speed 1430 rev/min = 23 rev/sec = 25000000 counts/sec -->
  733. <!--Speed>25000000</Speed-->
  734. <Speed>18000000</Speed>
  735. <!--Speed>12000000</Speed-->
  736. <!-- Acceleration/Deceleration 0.78 rev/min/min = 0.01 rev/sec/sec = 13800 counts/sec/sec -->
  737. <Acceleration>138000000</Acceleration>
  738. <Deceleration>138000000</Deceleration>
  739. <!--Acceleration>13800000</Acceleration>
  740. <Deceleration>13800000</Deceleration-->
  741. <Jerk>0</Jerk>
  742. <FeedforwardVelocity>0</FeedforwardVelocity>
  743. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  744. <OffOnError>0</OffOnError>
  745. <NegativeTorqueLimit>130</NegativeTorqueLimit>
  746. <PositiveTorqueLimit>20</PositiveTorqueLimit>
  747. </Axis>
  748. <Axis Name="PlatingCell3_4.Vertical" MotorType="Yaskawa" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  749. <Input Address="Task 2.Inputs.PlatingCell3_4Vertical_StatusWord" Type="StatusWord" DataType="uint"/>
  750. <Input Address="Task 2.Inputs.PlatingCell3_4Vertical_DigitalInputs" Type="DigitalInputs" DataType="udint"/>
  751. <Input Address="Task 2.Inputs.PlatingCell3_4Vertical_ActualMotorPosition" Type="MotorPosition" DataType="dint"/>
  752. <Input Address="Task 2.Inputs.PlatingCell3_4Vertical_FollowingErrorActualValue" Type="PositionError" DataType="dint"/>
  753. <Input Address="Task 2.Inputs.PlatingCell3_4Vertical_VelocityActualValue" Type="ActualVelocity" DataType="dint"/>
  754. <Input Address="Task 2.Inputs.PlatingCell3_4Vertical_TorqueActualValue" Type="ActualTorque" DataType="short"/>
  755. <Input Address="0x607d:01" Type="SoftwareLimitMinus" DataType="dint"/>
  756. <Input Address="0x607d:02" Type="SoftwareLimitPlus" DataType="dint"/>
  757. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  758. <Input Address="0x607c:00" Type="HomeOffset" DataType="dint"/>
  759. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  760. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  761. <Input Address="0x609a:00" Type="HomingAccel" DataType="dint"/>
  762. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  763. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  764. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  765. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  766. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  767. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  768. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  769. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  770. <Output Address="Task 2.Outputs.PlatingCell3_4Vertical_ControlWord" Type="ControlWord" DataType="uint"/>
  771. <Output Address="Task 2.Outputs.PlatingCell3_4Vertical_TargetPosition" Type="TargetPosition" DataType="dint"/>
  772. <Output Address="Task 2.Outputs.PlatingCell3_4Vertical_ModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  773. <Output Address="Task 2.Outputs.PlatingCell3_4Vertical_ProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  774. <Output Address="Task 2.Outputs.PlatingCell3_4Vertical_ProfileAccel" Type="ProfileAccel" DataType="dint"/>
  775. <Output Address="Task 2.Outputs.PlatingCell3_4Vertical_ProfileDecel" Type="ProfileDecel" DataType="dint"/>
  776. <!-- Output Address="MAIN.LoaderTransporterHorizontal_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  777. <Output Address="0x607d:01" Type="SoftwareLimitMinus" DataType="dint"/>
  778. <Output Address="0x607d:02" Type="SoftwareLimitPlus" DataType="dint"/>
  779. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  780. <Output Address="0x607c:00" Type="HomeOffset" DataType="dint"/>
  781. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  782. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  783. <Output Address="0x609a:00" Type="HomingAccel" DataType="dint"/>
  784. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  785. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  786. <!-- Z axis: 47784 counts/mm -->
  787. <MotorType>Servo</MotorType>
  788. <MotorDriveDirection>0</MotorDriveDirection>
  789. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  790. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  791. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  792. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  793. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  794. <!-- HomingMethod 28 = Home Switch Negative Direction -->
  795. <HomingMethod>28</HomingMethod>
  796. <HomeConfig>0</HomeConfig>
  797. <!--HomingOffset>-662500</HomingOffset-->
  798. <HomingOffset>-398200</HomingOffset>
  799. <!-- HomingVelocity same as HomeSpeedHomeSwitch -->
  800. <!-- HomingSpeedHomeSwitch 57 rev/min = 0.9 rev/sec = 1000000 counts/sec -->
  801. <HomingSpeedHomeSwitch>1000000</HomingSpeedHomeSwitch>
  802. <!--HomingSpeedHomeSwitch>100000</HomingSpeedHomeSwitch-->
  803. <HomingSpeedEncoderIndex>100000</HomingSpeedEncoderIndex>
  804. <!-- HomingAccelDecel 0.05 rev/min/min = 0.0009 rev/sec/sec = 1000 counts/sec/sec -->
  805. <HomingAccelDecel>10000000</HomingAccelDecel>
  806. <HomingTimeOut>120000</HomingTimeOut>
  807. <ProportionalGain>0</ProportionalGain>
  808. <IntegralGain>0</IntegralGain>
  809. <DerivativeGain>0</DerivativeGain>
  810. <IntegralLimit>0</IntegralLimit>
  811. <!--ErrorLimit>0</ErrorLimit-->
  812. <ErrorLimit>2000</ErrorLimit>
  813. <VoltageOffset>0</VoltageOffset>
  814. <ReverseSoftwareLimit>-1190000</ReverseSoftwareLimit>
  815. <ForwardSoftwareLimit>28000000</ForwardSoftwareLimit>
  816. <!-- Speed 1430 rev/min = 23 rev/sec = 25000000 counts/sec -->
  817. <!--Speed>25000000</Speed-->
  818. <Speed>18000000</Speed>
  819. <!--Speed>12000000</Speed-->
  820. <!-- Acceleration/Deceleration 0.78 rev/min/min = 0.01 rev/sec/sec = 13800 counts/sec/sec -->
  821. <Acceleration>138000000</Acceleration>
  822. <Deceleration>138000000</Deceleration>
  823. <!--Acceleration>13800000</Acceleration>
  824. <Deceleration>13800000</Deceleration-->
  825. <Jerk>0</Jerk>
  826. <FeedforwardVelocity>0</FeedforwardVelocity>
  827. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  828. <OffOnError>0</OffOnError>
  829. <NegativeTorqueLimit>130</NegativeTorqueLimit>
  830. <PositiveTorqueLimit>20</PositiveTorqueLimit>
  831. </Axis>
  832. <Axis Name="PlatingCell1.Rotation" MotorType="Kollmorgen" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  833. <Input Address="Task 2.Inputs.PlatingCell1_RotationStatusWord" Type="StatusWord" DataType="uint"/>
  834. <Input Address="Task 2.Inputs.PlatingCell1_RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  835. <Input Address="Task 2.Inputs.PlatingCell1_RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  836. <Input Address="Task 2.Inputs.PlatingCell1_RotationPositionError" Type="PositionError" DataType="dint"/>
  837. <Input Address="Task 2.Inputs.PlatingCell1_RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  838. <Input Address="Task 2.Inputs.PlatingCell1_RotationActualTorque" Type="ActualTorque" DataType="int"/>
  839. <!-- Input Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  840. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  841. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  842. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  843. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  844. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  845. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  846. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  847. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  848. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  849. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  850. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  851. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  852. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  853. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  854. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  855. <Output Address="Task 2.Outputs.PlatingCell1_RotationControlWord" Type="ControlWord" DataType="uint"/>
  856. <Output Address="Task 2.Outputs.PlatingCell1_RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  857. <Output Address="Task 2.Outputs.PlatingCell1_RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  858. <Output Address="Task 2.Outputs.PlatingCell1_RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  859. <Output Address="Task 2.Outputs.PlatingCell1_RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  860. <Output Address="Task 2.Outputs.PlatingCell1_RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  861. <!-- Output Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  862. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  863. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  864. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  865. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  866. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  867. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  868. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  869. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  870. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  871. <MotorType>Servo</MotorType>
  872. <MotorDriveDirection>0</MotorDriveDirection>
  873. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  874. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  875. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  876. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  877. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  878. <HomingMethod>24</HomingMethod>
  879. <HomeConfig>0</HomeConfig>
  880. <HomingOffset>0</HomingOffset>
  881. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  882. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  883. <HomingAccelDecel>10000000</HomingAccelDecel>
  884. <HomingTimeOut>60000</HomingTimeOut>
  885. <ProportionalGain>0</ProportionalGain>
  886. <IntegralGain>0</IntegralGain>
  887. <DerivativeGain>0</DerivativeGain>
  888. <IntegralLimit>0</IntegralLimit>
  889. <ErrorLimit>6766</ErrorLimit>
  890. <VoltageOffset>0</VoltageOffset>
  891. <!-- -193 degrees * 169161 = -32648073 -->
  892. <ReverseSoftwareLimit>0</ReverseSoftwareLimit>
  893. <!-- 13 degrees * 169161 = 2199093 -->
  894. <ForwardSoftwareLimit>0</ForwardSoftwareLimit>
  895. <Speed>360</Speed>
  896. <Acceleration>1000</Acceleration>
  897. <Deceleration>1000</Deceleration>
  898. <Jerk>0</Jerk>
  899. <FeedforwardVelocity>0</FeedforwardVelocity>
  900. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  901. <OffOnError>0</OffOnError>
  902. </Axis>
  903. <Axis Name="PlatingCell2.Rotation" MotorType="Kollmorgen" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  904. <Input Address="Task 2.Inputs.PlatingCell2_RotationStatusWord" Type="StatusWord" DataType="uint"/>
  905. <Input Address="Task 2.Inputs.PlatingCell2_RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  906. <Input Address="Task 2.Inputs.PlatingCell2_RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  907. <Input Address="Task 2.Inputs.PlatingCell2_RotationPositionError" Type="PositionError" DataType="dint"/>
  908. <Input Address="Task 2.Inputs.PlatingCell2_RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  909. <Input Address="Task 2.Inputs.PlatingCell2_RotationActualTorque" Type="ActualTorque" DataType="int"/>
  910. <!-- Input Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  911. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  912. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  913. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  914. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  915. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  916. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  917. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  918. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  919. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  920. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  921. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  922. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  923. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  924. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  925. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  926. <Output Address="Task 2.Outputs.PlatingCell2_RotationControlWord" Type="ControlWord" DataType="uint"/>
  927. <Output Address="Task 2.Outputs.PlatingCell2_RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  928. <Output Address="Task 2.Outputs.PlatingCell2_RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  929. <Output Address="Task 2.Outputs.PlatingCell2_RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  930. <Output Address="Task 2.Outputs.PlatingCell2_RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  931. <Output Address="Task 2.Outputs.PlatingCell2_RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  932. <!-- Output Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  933. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  934. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  935. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  936. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  937. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  938. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  939. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  940. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  941. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  942. <MotorType>Servo</MotorType>
  943. <MotorDriveDirection>0</MotorDriveDirection>
  944. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  945. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  946. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  947. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  948. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  949. <HomingMethod>24</HomingMethod>
  950. <HomeConfig>0</HomeConfig>
  951. <HomingOffset>0</HomingOffset>
  952. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  953. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  954. <HomingAccelDecel>10000000</HomingAccelDecel>
  955. <HomingTimeOut>60000</HomingTimeOut>
  956. <ProportionalGain>0</ProportionalGain>
  957. <IntegralGain>0</IntegralGain>
  958. <DerivativeGain>0</DerivativeGain>
  959. <IntegralLimit>0</IntegralLimit>
  960. <ErrorLimit>6766</ErrorLimit>
  961. <VoltageOffset>0</VoltageOffset>
  962. <!-- -193 degrees * 169161 = -32648073 -->
  963. <ReverseSoftwareLimit>0</ReverseSoftwareLimit>
  964. <!-- 13 degrees * 169161 = 2199093 -->
  965. <ForwardSoftwareLimit>0</ForwardSoftwareLimit>
  966. <Speed>360</Speed>
  967. <Acceleration>1000</Acceleration>
  968. <Deceleration>1000</Deceleration>
  969. <Jerk>0</Jerk>
  970. <FeedforwardVelocity>0</FeedforwardVelocity>
  971. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  972. <OffOnError>0</OffOnError>
  973. </Axis>
  974. <Axis Name="PlatingCell3.Rotation" MotorType="Yaskawa" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  975. <Input Address="Task 2.Inputs.PlatingCell3_RotationStatusWord" Type="StatusWord" DataType="uint"/>
  976. <Input Address="Task 2.Inputs.PlatingCell3_RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  977. <Input Address="Task 2.Inputs.PlatingCell3_RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  978. <Input Address="Task 2.Inputs.PlatingCell3_RotationPositionError" Type="PositionError" DataType="dint"/>
  979. <Input Address="Task 2.Inputs.PlatingCell3_RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  980. <Input Address="Task 2.Inputs.PlatingCell3_RotationActualTorque" Type="ActualTorque" DataType="int"/>
  981. <!-- Input Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  982. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  983. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  984. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  985. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  986. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  987. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  988. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  989. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  990. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  991. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  992. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  993. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  994. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  995. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  996. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  997. <Output Address="Task 2.Outputs.PlatingCell3_RotationControlWord" Type="ControlWord" DataType="uint"/>
  998. <Output Address="Task 2.Outputs.PlatingCell3_RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  999. <Output Address="Task 2.Outputs.PlatingCell3_RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  1000. <Output Address="Task 2.Outputs.PlatingCell3_RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  1001. <Output Address="Task 2.Outputs.PlatingCell3_RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  1002. <Output Address="Task 2.Outputs.PlatingCell3_RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  1003. <!-- Output Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  1004. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  1005. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  1006. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  1007. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  1008. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  1009. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  1010. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  1011. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  1012. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  1013. <MotorType>Servo</MotorType>
  1014. <MotorDriveDirection>0</MotorDriveDirection>
  1015. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  1016. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  1017. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  1018. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  1019. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  1020. <HomingMethod>24</HomingMethod>
  1021. <HomeConfig>0</HomeConfig>
  1022. <HomingOffset>0</HomingOffset>
  1023. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  1024. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  1025. <HomingAccelDecel>10000000</HomingAccelDecel>
  1026. <HomingTimeOut>60000</HomingTimeOut>
  1027. <ProportionalGain>0</ProportionalGain>
  1028. <IntegralGain>0</IntegralGain>
  1029. <DerivativeGain>0</DerivativeGain>
  1030. <IntegralLimit>0</IntegralLimit>
  1031. <ErrorLimit>6766</ErrorLimit>
  1032. <VoltageOffset>0</VoltageOffset>
  1033. <!-- -193 degrees * 169161 = -32648073 -->
  1034. <ReverseSoftwareLimit>-46180953</ReverseSoftwareLimit>
  1035. <!-- 13 degrees * 169161 = 2199093 -->
  1036. <ForwardSoftwareLimit>2706576</ForwardSoftwareLimit>
  1037. <Speed>15000000</Speed>
  1038. <Acceleration>10000000</Acceleration>
  1039. <Deceleration>10000000</Deceleration>
  1040. <Jerk>0</Jerk>
  1041. <FeedforwardVelocity>0</FeedforwardVelocity>
  1042. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  1043. <OffOnError>0</OffOnError>
  1044. </Axis>
  1045. <Axis Name="PlatingCell4.Rotation" MotorType="Yaskawa" COEAddress="192.168.0.14.4.1" COEPort="1016" DebugLogging="false">
  1046. <Input Address="Task 2.Inputs.PlatingCell4_RotationStatusWord" Type="StatusWord" DataType="uint"/>
  1047. <Input Address="Task 2.Inputs.PlatingCell4_RotationDigitalInputs" Type="DigitalInputs" DataType="udint"/>
  1048. <Input Address="Task 2.Inputs.PlatingCell4_RotationMotorPosition" Type="MotorPosition" DataType="dint"/>
  1049. <Input Address="Task 2.Inputs.PlatingCell4_RotationPositionError" Type="PositionError" DataType="dint"/>
  1050. <Input Address="Task 2.Inputs.PlatingCell4_RotationActualVelocity" Type="ActualVelocity" DataType="dint"/>
  1051. <Input Address="Task 2.Inputs.PlatingCell4_RotationActualTorque" Type="ActualTorque" DataType="int"/>
  1052. <!-- Input Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  1053. <Input Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  1054. <Input Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  1055. <Input Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  1056. <Input Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  1057. <Input Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  1058. <Input Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  1059. <Input Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  1060. <Input Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  1061. <Input Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  1062. <Input Address="0x6085:00" Type="EStopDecel" DataType="udint"/>
  1063. <Input Address="0x2406:00" Type="EStopTorque" DataType="uint"/>
  1064. <Input Address="0x607F:00" Type="VelocityLimit" DataType="udint"/>
  1065. <Input Address="0x2522:00" Type="PositionWindow" DataType="udint"/>
  1066. <Input Address="0x2520:00" Type="FollowingErrorWindow" DataType="udint"/>
  1067. <Input Address="0x603F:00" Type="ErrorCode" DataType="uint"/>
  1068. <Output Address="Task 2.Outputs.PlatingCell4_RotationControlWord" Type="ControlWord" DataType="uint"/>
  1069. <Output Address="Task 2.Outputs.PlatingCell4_RotationModeOfOperation" Type="ModeOfOperation" DataType="byte"/>
  1070. <Output Address="Task 2.Outputs.PlatingCell4_RotationTargetPosition" Type="TargetPosition" DataType="dint"/>
  1071. <Output Address="Task 2.Outputs.PlatingCell4_RotationProfileVelocity" Type="ProfileVelocity" DataType="dint"/>
  1072. <Output Address="Task 2.Outputs.PlatingCell4_RotationProfileAccel" Type="ProfileAccel" DataType="dint"/>
  1073. <Output Address="Task 2.Outputs.PlatingCell4_RotationProfileDecel" Type="ProfileDecel" DataType="dint"/>
  1074. <!-- Output Address="MAIN.Loader1Rotation_DigitalOutputs" Type="DigitalOutputs" DataType="dint"/ -->
  1075. <Output Address="0x607D:01" Type="SoftwareLimitMinus" DataType="dint"/>
  1076. <Output Address="0x607D:02" Type="SoftwareLimitPlus" DataType="dint"/>
  1077. <Output Address="0x607C:00" Type="HomeOffset" DataType="dint"/>
  1078. <Output Address="0x6098:00" Type="HomingMethod" DataType="byte"/>
  1079. <Output Address="0x6099:01" Type="HomingVelocity" DataType="dint"/>
  1080. <Output Address="0x6099:02" Type="HomingVelocitySlow" DataType="dint"/>
  1081. <Output Address="0x609A:00" Type="HomingAccel" DataType="dint"/>
  1082. <Output Address="0x2403:00" Type="NegativeTorqueLimit" DataType="uint"/>
  1083. <Output Address="0x2402:00" Type="PositiveTorqueLimit" DataType="uint"/>
  1084. <MotorType>Servo</MotorType>
  1085. <MotorDriveDirection>0</MotorDriveDirection>
  1086. <EncoderFeedbackDirectionMValue>0</EncoderFeedbackDirectionMValue>
  1087. <EncoderFeedbackDirectionNValue>0</EncoderFeedbackDirectionNValue>
  1088. <ReverseLimitSwitchPolarity>0</ReverseLimitSwitchPolarity>
  1089. <ForwardLimitSwitchPolarity>0</ForwardLimitSwitchPolarity>
  1090. <HomeSwitchPolarity>0</HomeSwitchPolarity>
  1091. <HomingMethod>24</HomingMethod>
  1092. <HomeConfig>0</HomeConfig>
  1093. <HomingOffset>0</HomingOffset>
  1094. <HomingSpeedHomeSwitch>1500000</HomingSpeedHomeSwitch>
  1095. <HomingSpeedEncoderIndex>0</HomingSpeedEncoderIndex>
  1096. <HomingAccelDecel>10000000</HomingAccelDecel>
  1097. <HomingTimeOut>60000</HomingTimeOut>
  1098. <ProportionalGain>0</ProportionalGain>
  1099. <IntegralGain>0</IntegralGain>
  1100. <DerivativeGain>0</DerivativeGain>
  1101. <IntegralLimit>0</IntegralLimit>
  1102. <ErrorLimit>6766</ErrorLimit>
  1103. <VoltageOffset>0</VoltageOffset>
  1104. <!-- -193 degrees * 169161 = -32648073 -->
  1105. <ReverseSoftwareLimit>-46180953</ReverseSoftwareLimit>
  1106. <!-- 13 degrees * 169161 = 2199093 -->
  1107. <ForwardSoftwareLimit>2706576</ForwardSoftwareLimit>
  1108. <Speed>15000000</Speed>
  1109. <Acceleration>10000000</Acceleration>
  1110. <Deceleration>10000000</Deceleration>
  1111. <Jerk>0</Jerk>
  1112. <FeedforwardVelocity>0</FeedforwardVelocity>
  1113. <FeedforwardAcceleration>0</FeedforwardAcceleration>
  1114. <OffOnError>0</OffOnError>
  1115. </Axis>
  1116. <!--////////////////////////////////////////////////// ALL AXIS END //////////////////////////////////////////////////-->
  1117. </Controller>
  1118. </BeckhoffCfg>