Opc.Ua.Machinery.NodeSet2.xml 88 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. * Copyright (c) 2005-2021 The OPC Foundation, Inc. All rights reserved.
  4. *
  5. * OPC Foundation MIT License 1.00
  6. *
  7. * Permission is hereby granted, free of charge, to any person
  8. * obtaining a copy of this software and associated documentation
  9. * files (the "Software"), to deal in the Software without
  10. * restriction, including without limitation the rights to use,
  11. * copy, modify, merge, publish, distribute, sublicense, and/or sell
  12. * copies of the Software, and to permit persons to whom the
  13. * Software is furnished to do so, subject to the following
  14. * conditions:
  15. *
  16. * The above copyright notice and this permission notice shall be
  17. * included in all copies or substantial portions of the Software.
  18. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  19. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  20. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  21. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  22. * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  23. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  24. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  25. * OTHER DEALINGS IN THE SOFTWARE.
  26. *
  27. * The complete license agreement can be found here:
  28. * http://opcfoundation.org/License/MIT/1.00/
  29. -->
  30. <UANodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
  31. <NamespaceUris>
  32. <Uri>http://opcfoundation.org/UA/Machinery/</Uri>
  33. <Uri>http://opcfoundation.org/UA/DI/</Uri>
  34. </NamespaceUris>
  35. <Models>
  36. <Model ModelUri="http://opcfoundation.org/UA/Machinery/" Version="1.02.0" PublicationDate="2022-05-01T00:00:00Z">
  37. <RequiredModel ModelUri="http://opcfoundation.org/UA/" Version="1.04.7" PublicationDate="2020-07-15T00:00:00Z" />
  38. <RequiredModel ModelUri="http://opcfoundation.org/UA/DI/" Version="1.02.2" PublicationDate="2020-06-02T00:00:00Z" />
  39. </Model>
  40. </Models>
  41. <Aliases>
  42. <Alias Alias="Boolean">i=1</Alias>
  43. <Alias Alias="Byte">i=3</Alias>
  44. <Alias Alias="UInt16">i=5</Alias>
  45. <Alias Alias="UInt32">i=7</Alias>
  46. <Alias Alias="String">i=12</Alias>
  47. <Alias Alias="DateTime">i=13</Alias>
  48. <Alias Alias="QualifiedName">i=20</Alias>
  49. <Alias Alias="LocalizedText">i=21</Alias>
  50. <Alias Alias="Organizes">i=35</Alias>
  51. <Alias Alias="HasModellingRule">i=37</Alias>
  52. <Alias Alias="HasTypeDefinition">i=40</Alias>
  53. <Alias Alias="HasSubtype">i=45</Alias>
  54. <Alias Alias="HasProperty">i=46</Alias>
  55. <Alias Alias="HasComponent">i=47</Alias>
  56. <Alias Alias="FromState">i=51</Alias>
  57. <Alias Alias="ToState">i=52</Alias>
  58. <Alias Alias="IdType">i=256</Alias>
  59. <Alias Alias="NumericRange">i=291</Alias>
  60. <Alias Alias="HasInterface">i=17603</Alias>
  61. <Alias Alias="HasAddIn">i=17604</Alias>
  62. </Aliases>
  63. <Extensions>
  64. <Extension>
  65. <ua:ModelInfo Tool="UaModeler" Hash="W1uBeN514QKvs05UXZDJ3Q==" Version="1.6.5" xmlns:ua="http://unifiedautomation.com/Configuration/NodeSet.xsd" />
  66. </Extension>
  67. </Extensions>
  68. <UAObjectType NodeId="ns=1;i=1011" BrowseName="1:IMachineTagNameplateType" IsAbstract="true">
  69. <DisplayName>IMachineTagNameplateType</DisplayName>
  70. <Description Locale="en">Interface containing information of the identification of a machine set by the customer</Description>
  71. <Category>Machinery Machine Identification</Category>
  72. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/8.5</Documentation>
  73. <References>
  74. <Reference ReferenceType="HasSubtype" IsForward="false">ns=2;i=15048</Reference>
  75. <Reference ReferenceType="HasProperty">ns=1;i=6028</Reference>
  76. <Reference ReferenceType="HasInterface" IsForward="false">ns=1;i=1012</Reference>
  77. </References>
  78. </UAObjectType>
  79. <UAVariable NodeId="ns=1;i=6028" BrowseName="1:Location" ParentNodeId="ns=1;i=1011" DataType="String" AccessLevel="3">
  80. <DisplayName>Location</DisplayName>
  81. <Description Locale="en">To be used by end users to store the location of the machine in a scheme specific to the end user Servers shall support at least 60 Unicode characters for the clients writing this value, this means clients can expect to be able to write strings with a length of 60 Unicode characters into that field.</Description>
  82. <References>
  83. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1011</Reference>
  84. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  85. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  86. </References>
  87. </UAVariable>
  88. <UAObjectType NodeId="ns=1;i=1003" BrowseName="1:IMachineryItemVendorNameplateType" IsAbstract="true">
  89. <DisplayName>IMachineryItemVendorNameplateType</DisplayName>
  90. <Description Locale="en">Interface containing identification and nameplate information for a MachineryItem provided by the vendor</Description>
  91. <Category>Machinery Machine Identification</Category>
  92. <Category>Machinery Component Identification</Category>
  93. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/8.2</Documentation>
  94. <References>
  95. <Reference ReferenceType="HasSubtype" IsForward="false">ns=2;i=15035</Reference>
  96. <Reference ReferenceType="HasProperty">ns=1;i=6027</Reference>
  97. <Reference ReferenceType="HasProperty">ns=1;i=6022</Reference>
  98. <Reference ReferenceType="HasProperty">ns=1;i=6026</Reference>
  99. <Reference ReferenceType="HasProperty">ns=1;i=6024</Reference>
  100. <Reference ReferenceType="HasProperty">ns=1;i=6025</Reference>
  101. <Reference ReferenceType="HasInterface" IsForward="false">ns=1;i=1004</Reference>
  102. </References>
  103. </UAObjectType>
  104. <UAVariable NodeId="ns=1;i=6027" BrowseName="1:InitialOperationDate" ParentNodeId="ns=1;i=1003" DataType="DateTime">
  105. <DisplayName>InitialOperationDate</DisplayName>
  106. <Description Locale="en">The date, when the MachineryItem was switched on the first time after it has left the manufacturer plant.</Description>
  107. <References>
  108. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1003</Reference>
  109. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  110. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  111. </References>
  112. </UAVariable>
  113. <UAVariable NodeId="ns=1;i=6022" BrowseName="2:Manufacturer" ParentNodeId="ns=1;i=1003" DataType="LocalizedText">
  114. <DisplayName>Manufacturer</DisplayName>
  115. <Description Locale="en">A human-readable, localized name of the manufacturer of the MachineryItem.</Description>
  116. <References>
  117. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  118. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1003</Reference>
  119. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  120. </References>
  121. </UAVariable>
  122. <UAVariable NodeId="ns=1;i=6026" BrowseName="1:MonthOfConstruction" ParentNodeId="ns=1;i=1003" DataType="Byte">
  123. <DisplayName>MonthOfConstruction</DisplayName>
  124. <Description Locale="en">The month in which the manufacturing process of the MachineryItem has been completed. It shall be a number between 1 and 12, representing the month from January to December.</Description>
  125. <References>
  126. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1003</Reference>
  127. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  128. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  129. </References>
  130. </UAVariable>
  131. <UAVariable NodeId="ns=1;i=6024" BrowseName="2:SerialNumber" ParentNodeId="ns=1;i=1003" DataType="String">
  132. <DisplayName>SerialNumber</DisplayName>
  133. <Description Locale="en">A string containing a unique production number of the manufacturer of the MachineryItem. The global uniqueness of the serial number is only given in the context of the manufacturer, and potentially the model. The value shall not change during the life-cycle of the MachineryItem.</Description>
  134. <References>
  135. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  136. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  137. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1003</Reference>
  138. </References>
  139. </UAVariable>
  140. <UAVariable NodeId="ns=1;i=6025" BrowseName="1:YearOfConstruction" ParentNodeId="ns=1;i=1003" DataType="UInt16">
  141. <DisplayName>YearOfConstruction</DisplayName>
  142. <Description Locale="en">The year (Gregorian calendar) in which the manufacturing process of the MachineryItem has been completed. It shall be a four-digit number and never change during the life-cycle of a MachineryItem.</Description>
  143. <References>
  144. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  145. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  146. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1003</Reference>
  147. </References>
  148. </UAVariable>
  149. <UAObjectType NodeId="ns=1;i=1010" BrowseName="1:IMachineVendorNameplateType" IsAbstract="true">
  150. <DisplayName>IMachineVendorNameplateType</DisplayName>
  151. <Description Locale="en">Interface containing identification and nameplate information for a machine provided by the machine vendor</Description>
  152. <Category>Machinery Machine Identification</Category>
  153. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/8.4</Documentation>
  154. <References>
  155. <Reference ReferenceType="HasSubtype" IsForward="false">ns=1;i=1003</Reference>
  156. <Reference ReferenceType="HasProperty">ns=1;i=6023</Reference>
  157. <Reference ReferenceType="HasInterface" IsForward="false">ns=1;i=1012</Reference>
  158. </References>
  159. </UAObjectType>
  160. <UAVariable NodeId="ns=1;i=6023" BrowseName="2:ProductInstanceUri" ParentNodeId="ns=1;i=1010" DataType="String">
  161. <DisplayName>ProductInstanceUri</DisplayName>
  162. <Description Locale="en">A globally unique resource identifier provided by the manufacturer of the machine</Description>
  163. <References>
  164. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  165. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1010</Reference>
  166. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  167. </References>
  168. </UAVariable>
  169. <UAObjectType NodeId="ns=1;i=1004" BrowseName="1:MachineryItemIdentificationType" IsAbstract="true">
  170. <DisplayName>MachineryItemIdentificationType</DisplayName>
  171. <Description Locale="en">Contains information about the identification and nameplate of a MachineryItem</Description>
  172. <Category>Machinery Machine Identification</Category>
  173. <Category>Machinery Component Identification</Category>
  174. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/8.3</Documentation>
  175. <References>
  176. <Reference ReferenceType="HasProperty">ns=1;i=6013</Reference>
  177. <Reference ReferenceType="HasProperty">ns=1;i=6014</Reference>
  178. <Reference ReferenceType="HasProperty">ns=1;i=6012</Reference>
  179. <Reference ReferenceType="HasProperty">ns=1;i=6010</Reference>
  180. <Reference ReferenceType="HasInterface">ns=1;i=1003</Reference>
  181. <Reference ReferenceType="HasProperty">ns=1;i=6006</Reference>
  182. <Reference ReferenceType="HasInterface">ns=2;i=15048</Reference>
  183. <Reference ReferenceType="HasSubtype" IsForward="false">ns=2;i=1005</Reference>
  184. <Reference ReferenceType="HasProperty">ns=1;i=6002</Reference>
  185. <Reference ReferenceType="HasProperty">ns=1;i=6007</Reference>
  186. <Reference ReferenceType="HasProperty">ns=1;i=6008</Reference>
  187. <Reference ReferenceType="HasProperty">ns=1;i=6005</Reference>
  188. <Reference ReferenceType="HasProperty">ns=1;i=6009</Reference>
  189. <Reference ReferenceType="HasProperty">ns=1;i=6001</Reference>
  190. <Reference ReferenceType="HasProperty">ns=1;i=6003</Reference>
  191. <Reference ReferenceType="HasProperty">ns=1;i=6011</Reference>
  192. <Reference ReferenceType="HasProperty">ns=1;i=6004</Reference>
  193. </References>
  194. </UAObjectType>
  195. <UAVariable NodeId="ns=1;i=6013" BrowseName="2:AssetId" ParentNodeId="ns=1;i=1004" DataType="String" AccessLevel="3">
  196. <DisplayName>AssetId</DisplayName>
  197. <Description Locale="en">To be used by end users to store a unique identification in the context of their overall application. Servers shall support at least 40 Unicode characters for the clients writing this value, this means clients can expect to be able to write strings with a length of 40 Unicode characters into that field.</Description>
  198. <References>
  199. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  200. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  201. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  202. </References>
  203. <Value>
  204. <uax:String xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd"></uax:String>
  205. </Value>
  206. </UAVariable>
  207. <UAVariable NodeId="ns=1;i=6014" BrowseName="2:ComponentName" ParentNodeId="ns=1;i=1004" DataType="LocalizedText" AccessLevel="3">
  208. <DisplayName>ComponentName</DisplayName>
  209. <Description Locale="en">To be used by end users to store a human-readable localized text for the MachineryItem. The minimum number of locales supported for this property shall be two. Servers shall support at least 40 Unicode characters for the clients writing the text part of each locale, this means clients can expect to be able to write texts with a length of 40 Unicode characters into that field.</Description>
  210. <References>
  211. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  212. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  213. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  214. </References>
  215. <Value>
  216. <uax:LocalizedText xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd" />
  217. </Value>
  218. </UAVariable>
  219. <UAVariable NodeId="ns=1;i=6012" BrowseName="2:DeviceClass" ParentNodeId="ns=1;i=1004" DataType="String">
  220. <DisplayName>DeviceClass</DisplayName>
  221. <Description Locale="en">Indicates in which domain or for what purpose the MachineryItem is used.</Description>
  222. <References>
  223. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  224. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  225. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  226. </References>
  227. </UAVariable>
  228. <UAVariable NodeId="ns=1;i=6010" BrowseName="2:HardwareRevision" ParentNodeId="ns=1;i=1004" DataType="String">
  229. <DisplayName>HardwareRevision</DisplayName>
  230. <Description Locale="en">A string representation of the revision level of the hardware of a MachineryItem. Hardware is physical equipment, as opposed to programs, procedures, rules and associated documentation. Many machines will not provide such information due to the modular and configurable nature of the machine.</Description>
  231. <References>
  232. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  233. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  234. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  235. </References>
  236. </UAVariable>
  237. <UAVariable NodeId="ns=1;i=6006" BrowseName="1:InitialOperationDate" ParentNodeId="ns=1;i=1004" DataType="DateTime">
  238. <DisplayName>InitialOperationDate</DisplayName>
  239. <Description Locale="en">The date, when the MachineryItem was switched on the first time after it has left the manufacturer plant.</Description>
  240. <References>
  241. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  242. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  243. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  244. </References>
  245. </UAVariable>
  246. <UAVariable NodeId="ns=1;i=6002" BrowseName="2:Manufacturer" ParentNodeId="ns=1;i=1004" DataType="LocalizedText">
  247. <DisplayName>Manufacturer</DisplayName>
  248. <Description Locale="en">A human-readable, localized name of the manufacturer of the MachineryItem.</Description>
  249. <References>
  250. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  251. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  252. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  253. </References>
  254. </UAVariable>
  255. <UAVariable NodeId="ns=1;i=6007" BrowseName="2:ManufacturerUri" ParentNodeId="ns=1;i=1004" DataType="String">
  256. <DisplayName>ManufacturerUri</DisplayName>
  257. <Description Locale="en">A globally unique identifier of the manufacturer of the MachineryItem.</Description>
  258. <References>
  259. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  260. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  261. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  262. </References>
  263. </UAVariable>
  264. <UAVariable NodeId="ns=1;i=6008" BrowseName="2:Model" ParentNodeId="ns=1;i=1004" DataType="LocalizedText">
  265. <DisplayName>Model</DisplayName>
  266. <Description Locale="en">A human-readable, localized name of the model of the MachineryItem.</Description>
  267. <References>
  268. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  269. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  270. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  271. </References>
  272. </UAVariable>
  273. <UAVariable NodeId="ns=1;i=6005" BrowseName="1:MonthOfConstruction" ParentNodeId="ns=1;i=1004" DataType="Byte">
  274. <DisplayName>MonthOfConstruction</DisplayName>
  275. <Description Locale="en">The month in which the manufacturing process of the MachineryItem has been completed. It shall be a number between 1 and 12, representing the month from January to December.</Description>
  276. <References>
  277. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  278. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  279. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  280. </References>
  281. </UAVariable>
  282. <UAVariable NodeId="ns=1;i=6009" BrowseName="2:ProductCode" ParentNodeId="ns=1;i=1004" DataType="String">
  283. <DisplayName>ProductCode</DisplayName>
  284. <Description Locale="en">A machine-readable string of the model of the MachineryItem, that might include options like the hardware configuration of the model. This information might be provided by the ERP system of the vendor. For example, it can be used as order information.</Description>
  285. <References>
  286. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  287. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  288. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  289. </References>
  290. </UAVariable>
  291. <UAVariable NodeId="ns=1;i=6001" BrowseName="2:ProductInstanceUri" ParentNodeId="ns=1;i=1004" DataType="String">
  292. <DisplayName>ProductInstanceUri</DisplayName>
  293. <Description Locale="en">A globally unique resource identifier provided by the manufacturer of the MachineryItem.</Description>
  294. <References>
  295. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  296. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  297. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  298. </References>
  299. </UAVariable>
  300. <UAVariable NodeId="ns=1;i=6003" BrowseName="2:SerialNumber" ParentNodeId="ns=1;i=1004" DataType="String">
  301. <DisplayName>SerialNumber</DisplayName>
  302. <Description Locale="en">A string containing a unique production number of the manufacturer of the MachineryItem. The global uniqueness of the serial number is only given in the context of the manufacturer, and potentially the model. The value shall not change during the life-cycle of the MachineryItem.</Description>
  303. <References>
  304. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  305. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  306. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  307. </References>
  308. </UAVariable>
  309. <UAVariable NodeId="ns=1;i=6011" BrowseName="2:SoftwareRevision" ParentNodeId="ns=1;i=1004" DataType="String">
  310. <DisplayName>SoftwareRevision</DisplayName>
  311. <Description Locale="en">A string representation of the revision level of a MachineryItem. In most cases, MachineryItems consist of several software components. In that case, information about the software components might be provided as additional information in the address space, including individual revision information. In that case, this property is either not provided or provides an overall software revision level. The value might change during the life-cycle of a MachineryItem.</Description>
  312. <References>
  313. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  314. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  315. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  316. </References>
  317. </UAVariable>
  318. <UAVariable NodeId="ns=1;i=6004" BrowseName="1:YearOfConstruction" ParentNodeId="ns=1;i=1004" DataType="UInt16">
  319. <DisplayName>YearOfConstruction</DisplayName>
  320. <Description Locale="en">The year (Gregorian calendar) in which the manufacturing process of the MachineryItem has been completed. It shall be a four-digit number and never change during the life-cycle of a MachineryItem.</Description>
  321. <References>
  322. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  323. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  324. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1004</Reference>
  325. </References>
  326. </UAVariable>
  327. <UAObjectType NodeId="ns=1;i=1012" BrowseName="1:MachineIdentificationType">
  328. <DisplayName>MachineIdentificationType</DisplayName>
  329. <Description Locale="en">Contains information about the identification and nameplate of a machine</Description>
  330. <Category>Machinery Machine Identification</Category>
  331. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/8.6</Documentation>
  332. <References>
  333. <Reference ReferenceType="HasProperty">ns=1;i=6030</Reference>
  334. <Reference ReferenceType="HasInterface">ns=1;i=1011</Reference>
  335. <Reference ReferenceType="HasInterface">ns=1;i=1010</Reference>
  336. <Reference ReferenceType="HasProperty">ns=1;i=6029</Reference>
  337. <Reference ReferenceType="HasSubtype" IsForward="false">ns=1;i=1004</Reference>
  338. <Reference ReferenceType="HasProperty">ns=1;i=6015</Reference>
  339. </References>
  340. </UAObjectType>
  341. <UAVariable NodeId="ns=1;i=6030" BrowseName="DefaultInstanceBrowseName" ParentNodeId="ns=1;i=1012" DataType="QualifiedName">
  342. <DisplayName>DefaultInstanceBrowseName</DisplayName>
  343. <Description Locale="en">The default BrowseName for instances of the type.</Description>
  344. <References>
  345. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1012</Reference>
  346. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  347. </References>
  348. <Value>
  349. <uax:QualifiedName xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
  350. <uax:NamespaceIndex>2</uax:NamespaceIndex>
  351. <uax:Name>Identification</uax:Name>
  352. </uax:QualifiedName>
  353. </Value>
  354. </UAVariable>
  355. <UAVariable NodeId="ns=1;i=6029" BrowseName="1:Location" ParentNodeId="ns=1;i=1012" DataType="String" AccessLevel="3">
  356. <DisplayName>Location</DisplayName>
  357. <Description Locale="en">To be used by end users to store the location of the machine in a scheme specific to the end user. Servers shall support at least 60 Unicode characters for the clients writing this value, this means clients can expect to be able to write strings with a length of 60 Unicode characters into that field.</Description>
  358. <References>
  359. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1012</Reference>
  360. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  361. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  362. </References>
  363. </UAVariable>
  364. <UAVariable NodeId="ns=1;i=6015" BrowseName="2:ProductInstanceUri" ParentNodeId="ns=1;i=1012" DataType="String">
  365. <DisplayName Locale="en">ProductInstanceUri</DisplayName>
  366. <Description Locale="en">A globally unique resource identifier provided by the manufacturer of the machine</Description>
  367. <References>
  368. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  369. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1012</Reference>
  370. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  371. </References>
  372. </UAVariable>
  373. <UAObjectType NodeId="ns=1;i=1005" BrowseName="1:MachineryComponentIdentificationType">
  374. <DisplayName>MachineryComponentIdentificationType</DisplayName>
  375. <Description Locale="en">Contains information about the identification and nameplate of a component</Description>
  376. <Category>Machinery Component Identification</Category>
  377. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/10.2</Documentation>
  378. <References>
  379. <Reference ReferenceType="HasProperty">ns=1;i=6016</Reference>
  380. <Reference ReferenceType="HasProperty">ns=1;i=6017</Reference>
  381. <Reference ReferenceType="HasSubtype" IsForward="false">ns=1;i=1004</Reference>
  382. </References>
  383. </UAObjectType>
  384. <UAVariable NodeId="ns=1;i=6016" BrowseName="DefaultInstanceBrowseName" ParentNodeId="ns=1;i=1005" DataType="QualifiedName" AccessLevel="3">
  385. <DisplayName>DefaultInstanceBrowseName</DisplayName>
  386. <Description Locale="en">The default BrowseName for instances of the type.</Description>
  387. <References>
  388. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1005</Reference>
  389. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  390. </References>
  391. <Value>
  392. <uax:QualifiedName xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
  393. <uax:NamespaceIndex>2</uax:NamespaceIndex>
  394. <uax:Name>Identification</uax:Name>
  395. </uax:QualifiedName>
  396. </Value>
  397. </UAVariable>
  398. <UAVariable NodeId="ns=1;i=6017" BrowseName="2:DeviceRevision" ParentNodeId="ns=1;i=1005" DataType="String">
  399. <DisplayName>DeviceRevision</DisplayName>
  400. <Description Locale="en">A string representation of the overall revision level of the component. Often, it is increased when either the SoftwareRevision and / or the HardwareRevision of the component is increased. As an example, it can be used in ERP systems together with the ProductCode.</Description>
  401. <References>
  402. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1005</Reference>
  403. <Reference ReferenceType="HasModellingRule">i=80</Reference>
  404. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  405. </References>
  406. </UAVariable>
  407. <UAObjectType NodeId="ns=1;i=1006" BrowseName="1:MachineComponentsType">
  408. <DisplayName>MachineComponentsType</DisplayName>
  409. <Description Locale="en">Contains all identifiable components of a machine</Description>
  410. <Category>Machinery Find Components of Machines</Category>
  411. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/11.2</Documentation>
  412. <References>
  413. <Reference ReferenceType="HasComponent">ns=1;i=5002</Reference>
  414. <Reference ReferenceType="HasProperty">ns=1;i=6018</Reference>
  415. <Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
  416. </References>
  417. </UAObjectType>
  418. <UAObject NodeId="ns=1;i=5002" BrowseName="1:&lt;Component&gt;" SymbolicName="Component" ParentNodeId="ns=1;i=1006">
  419. <DisplayName>&lt;Component&gt;</DisplayName>
  420. <Description Locale="en">Represents the identifiable components of a machine.</Description>
  421. <References>
  422. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1006</Reference>
  423. <Reference ReferenceType="HasTypeDefinition">i=58</Reference>
  424. <Reference ReferenceType="HasAddIn">ns=1;i=5003</Reference>
  425. <Reference ReferenceType="HasModellingRule">i=11508</Reference>
  426. </References>
  427. </UAObject>
  428. <UAObject NodeId="ns=1;i=5003" BrowseName="2:Identification" ParentNodeId="ns=1;i=5002">
  429. <DisplayName>Identification</DisplayName>
  430. <Description Locale="en">Contains information about the identification and nameplate of a MachineryItem</Description>
  431. <References>
  432. <Reference ReferenceType="HasAddIn" IsForward="false">ns=1;i=5002</Reference>
  433. <Reference ReferenceType="HasTypeDefinition">ns=1;i=1004</Reference>
  434. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  435. <Reference ReferenceType="HasProperty">ns=1;i=6019</Reference>
  436. <Reference ReferenceType="HasProperty">ns=1;i=6020</Reference>
  437. </References>
  438. </UAObject>
  439. <UAVariable NodeId="ns=1;i=6019" BrowseName="2:Manufacturer" ParentNodeId="ns=1;i=5003" DataType="LocalizedText">
  440. <DisplayName>Manufacturer</DisplayName>
  441. <Description Locale="en">A human-readable, localized name of the manufacturer of the MachineryItem.</Description>
  442. <References>
  443. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  444. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5003</Reference>
  445. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  446. </References>
  447. </UAVariable>
  448. <UAVariable NodeId="ns=1;i=6020" BrowseName="2:SerialNumber" ParentNodeId="ns=1;i=5003" DataType="String">
  449. <DisplayName>SerialNumber</DisplayName>
  450. <Description Locale="en">A string containing a unique production number of the manufacturer of the MachineryItem. The global uniqueness of the serial number is only given in the context of the manufacturer, and potentially the model. The value shall not change during the life-cycle of the MachineryItem.</Description>
  451. <References>
  452. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  453. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  454. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5003</Reference>
  455. </References>
  456. </UAVariable>
  457. <UAVariable NodeId="ns=1;i=6018" BrowseName="DefaultInstanceBrowseName" ParentNodeId="ns=1;i=1006" DataType="QualifiedName" AccessLevel="3">
  458. <DisplayName>DefaultInstanceBrowseName</DisplayName>
  459. <Description Locale="en">The default BrowseName for instances of the type.</Description>
  460. <References>
  461. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1006</Reference>
  462. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  463. </References>
  464. <Value>
  465. <uax:QualifiedName xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
  466. <uax:NamespaceIndex>1</uax:NamespaceIndex>
  467. <uax:Name>Components</uax:Name>
  468. </uax:QualifiedName>
  469. </Value>
  470. </UAVariable>
  471. <UAObjectType NodeId="ns=1;i=1002" BrowseName="1:MachineryItemState_StateMachineType">
  472. <DisplayName>MachineryItemState_StateMachineType</DisplayName>
  473. <Description>State machine representing the state of a machinery item</Description>
  474. <Category>Machinery MachineryItem State</Category>
  475. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/12.2</Documentation>
  476. <References>
  477. <Reference ReferenceType="HasProperty">ns=1;i=6021</Reference>
  478. <Reference ReferenceType="HasComponent">ns=1;i=5006</Reference>
  479. <Reference ReferenceType="HasComponent">ns=1;i=5023</Reference>
  480. <Reference ReferenceType="HasComponent">ns=1;i=5020</Reference>
  481. <Reference ReferenceType="HasComponent">ns=1;i=5022</Reference>
  482. <Reference ReferenceType="HasComponent">ns=1;i=5021</Reference>
  483. <Reference ReferenceType="HasComponent">ns=1;i=5010</Reference>
  484. <Reference ReferenceType="HasComponent">ns=1;i=5011</Reference>
  485. <Reference ReferenceType="HasComponent">ns=1;i=5009</Reference>
  486. <Reference ReferenceType="HasComponent">ns=1;i=5008</Reference>
  487. <Reference ReferenceType="HasComponent">ns=1;i=5018</Reference>
  488. <Reference ReferenceType="HasComponent">ns=1;i=5016</Reference>
  489. <Reference ReferenceType="HasComponent">ns=1;i=5019</Reference>
  490. <Reference ReferenceType="HasComponent">ns=1;i=5017</Reference>
  491. <Reference ReferenceType="HasComponent">ns=1;i=5014</Reference>
  492. <Reference ReferenceType="HasComponent">ns=1;i=5012</Reference>
  493. <Reference ReferenceType="HasComponent">ns=1;i=5013</Reference>
  494. <Reference ReferenceType="HasComponent">ns=1;i=5015</Reference>
  495. <Reference ReferenceType="HasSubtype" IsForward="false">i=2771</Reference>
  496. <Reference ReferenceType="HasComponent">ns=1;i=5005</Reference>
  497. <Reference ReferenceType="HasComponent">ns=1;i=5007</Reference>
  498. <Reference ReferenceType="HasComponent">ns=1;i=5004</Reference>
  499. </References>
  500. </UAObjectType>
  501. <UAVariable NodeId="ns=1;i=6021" BrowseName="DefaultInstanceBrowseName" ParentNodeId="ns=1;i=1002" DataType="QualifiedName" AccessLevel="3">
  502. <DisplayName>DefaultInstanceBrowseName</DisplayName>
  503. <Description>The default BrowseName for instances of the type</Description>
  504. <References>
  505. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1002</Reference>
  506. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  507. </References>
  508. <Value>
  509. <uax:QualifiedName xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
  510. <uax:NamespaceIndex>1</uax:NamespaceIndex>
  511. <uax:Name>MachineryItemState</uax:Name>
  512. </uax:QualifiedName>
  513. </Value>
  514. </UAVariable>
  515. <UAObject NodeId="ns=1;i=5006" BrowseName="1:Executing" ParentNodeId="ns=1;i=1002">
  516. <DisplayName>Executing</DisplayName>
  517. <Description>The machine is available &amp; functional and is actively performing an activity (pursues a purpose)</Description>
  518. <References>
  519. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  520. <Reference ReferenceType="HasProperty">ns=1;i=6040</Reference>
  521. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  522. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5010</Reference>
  523. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5014</Reference>
  524. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5018</Reference>
  525. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5020</Reference>
  526. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5021</Reference>
  527. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5022</Reference>
  528. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5023</Reference>
  529. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5023</Reference>
  530. </References>
  531. </UAObject>
  532. <UAVariable NodeId="ns=1;i=6040" BrowseName="StateNumber" ParentNodeId="ns=1;i=5006" DataType="UInt32">
  533. <DisplayName>StateNumber</DisplayName>
  534. <References>
  535. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  536. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  537. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5006</Reference>
  538. </References>
  539. <Value>
  540. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">3</uax:UInt32>
  541. </Value>
  542. </UAVariable>
  543. <UAObject NodeId="ns=1;i=5023" BrowseName="1:FromExecutingToExecuting" ParentNodeId="ns=1;i=1002">
  544. <DisplayName>FromExecutingToExecuting</DisplayName>
  545. <Description>Transition from state Executing to state Executing</Description>
  546. <References>
  547. <Reference ReferenceType="FromState">ns=1;i=5006</Reference>
  548. <Reference ReferenceType="ToState">ns=1;i=5006</Reference>
  549. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  550. <Reference ReferenceType="HasProperty">ns=1;i=6057</Reference>
  551. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  552. </References>
  553. </UAObject>
  554. <UAVariable NodeId="ns=1;i=6057" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5023" DataType="UInt32">
  555. <DisplayName>TransitionNumber</DisplayName>
  556. <References>
  557. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  558. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  559. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5023</Reference>
  560. </References>
  561. <Value>
  562. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">14</uax:UInt32>
  563. </Value>
  564. </UAVariable>
  565. <UAObject NodeId="ns=1;i=5020" BrowseName="1:FromExecutingToNotAvailable" ParentNodeId="ns=1;i=1002">
  566. <DisplayName>FromExecutingToNotAvailable</DisplayName>
  567. <Description>Transition from state Executing to state NotAvailable</Description>
  568. <References>
  569. <Reference ReferenceType="FromState">ns=1;i=5006</Reference>
  570. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  571. <Reference ReferenceType="ToState">ns=1;i=5005</Reference>
  572. <Reference ReferenceType="HasProperty">ns=1;i=6054</Reference>
  573. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  574. </References>
  575. </UAObject>
  576. <UAVariable NodeId="ns=1;i=6054" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5020" DataType="UInt32">
  577. <DisplayName>TransitionNumber</DisplayName>
  578. <References>
  579. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  580. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  581. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5020</Reference>
  582. </References>
  583. <Value>
  584. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">6</uax:UInt32>
  585. </Value>
  586. </UAVariable>
  587. <UAObject NodeId="ns=1;i=5022" BrowseName="1:FromExecutingToNotExecuting" ParentNodeId="ns=1;i=1002">
  588. <DisplayName>FromExecutingToNotExecuting</DisplayName>
  589. <Description>Transition from state Executing to state NotExecuting</Description>
  590. <References>
  591. <Reference ReferenceType="FromState">ns=1;i=5006</Reference>
  592. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  593. <Reference ReferenceType="ToState">ns=1;i=5007</Reference>
  594. <Reference ReferenceType="HasProperty">ns=1;i=6056</Reference>
  595. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  596. </References>
  597. </UAObject>
  598. <UAVariable NodeId="ns=1;i=6056" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5022" DataType="UInt32">
  599. <DisplayName>TransitionNumber</DisplayName>
  600. <References>
  601. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  602. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  603. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5022</Reference>
  604. </References>
  605. <Value>
  606. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">8</uax:UInt32>
  607. </Value>
  608. </UAVariable>
  609. <UAObject NodeId="ns=1;i=5021" BrowseName="1:FromExecutingToOutOfService" ParentNodeId="ns=1;i=1002">
  610. <DisplayName>FromExecutingToOutOfService</DisplayName>
  611. <Description>Transition from state Executing to state OutOfService</Description>
  612. <References>
  613. <Reference ReferenceType="FromState">ns=1;i=5006</Reference>
  614. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  615. <Reference ReferenceType="ToState">ns=1;i=5004</Reference>
  616. <Reference ReferenceType="HasProperty">ns=1;i=6055</Reference>
  617. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  618. </References>
  619. </UAObject>
  620. <UAVariable NodeId="ns=1;i=6055" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5021" DataType="UInt32">
  621. <DisplayName>TransitionNumber</DisplayName>
  622. <References>
  623. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  624. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  625. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5021</Reference>
  626. </References>
  627. <Value>
  628. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">7</uax:UInt32>
  629. </Value>
  630. </UAVariable>
  631. <UAObject NodeId="ns=1;i=5010" BrowseName="1:FromNotAvailableToExecuting" ParentNodeId="ns=1;i=1002">
  632. <DisplayName>FromNotAvailableToExecuting</DisplayName>
  633. <Description>Transition from state NotAvailable to state Executing</Description>
  634. <References>
  635. <Reference ReferenceType="ToState">ns=1;i=5006</Reference>
  636. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  637. <Reference ReferenceType="FromState">ns=1;i=5005</Reference>
  638. <Reference ReferenceType="HasProperty">ns=1;i=6044</Reference>
  639. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  640. </References>
  641. </UAObject>
  642. <UAVariable NodeId="ns=1;i=6044" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5010" DataType="UInt32">
  643. <DisplayName>TransitionNumber</DisplayName>
  644. <References>
  645. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  646. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  647. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5010</Reference>
  648. </References>
  649. <Value>
  650. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">1</uax:UInt32>
  651. </Value>
  652. </UAVariable>
  653. <UAObject NodeId="ns=1;i=5011" BrowseName="1:FromNotAvailableToNotAvailable" ParentNodeId="ns=1;i=1002">
  654. <DisplayName>FromNotAvailableToNotAvailable</DisplayName>
  655. <Description>Transition from state NotAvailable to state NotAvailable</Description>
  656. <References>
  657. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  658. <Reference ReferenceType="FromState">ns=1;i=5005</Reference>
  659. <Reference ReferenceType="ToState">ns=1;i=5005</Reference>
  660. <Reference ReferenceType="HasProperty">ns=1;i=6045</Reference>
  661. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  662. </References>
  663. </UAObject>
  664. <UAVariable NodeId="ns=1;i=6045" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5011" DataType="UInt32">
  665. <DisplayName>TransitionNumber</DisplayName>
  666. <References>
  667. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  668. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  669. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5011</Reference>
  670. </References>
  671. <Value>
  672. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">12</uax:UInt32>
  673. </Value>
  674. </UAVariable>
  675. <UAObject NodeId="ns=1;i=5009" BrowseName="1:FromNotAvailableToNotExecuting" ParentNodeId="ns=1;i=1002">
  676. <DisplayName>FromNotAvailableToNotExecuting</DisplayName>
  677. <Description>Transition from state NotAvailable to state NotExecuting</Description>
  678. <References>
  679. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  680. <Reference ReferenceType="FromState">ns=1;i=5005</Reference>
  681. <Reference ReferenceType="ToState">ns=1;i=5007</Reference>
  682. <Reference ReferenceType="HasProperty">ns=1;i=6043</Reference>
  683. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  684. </References>
  685. </UAObject>
  686. <UAVariable NodeId="ns=1;i=6043" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5009" DataType="UInt32">
  687. <DisplayName>TransitionNumber</DisplayName>
  688. <References>
  689. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  690. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  691. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5009</Reference>
  692. </References>
  693. <Value>
  694. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">2</uax:UInt32>
  695. </Value>
  696. </UAVariable>
  697. <UAObject NodeId="ns=1;i=5008" BrowseName="1:FromNotAvailableToOutOfService" ParentNodeId="ns=1;i=1002">
  698. <DisplayName>FromNotAvailableToOutOfService</DisplayName>
  699. <Description>Transition from state NotAvailable to state OutOfService</Description>
  700. <References>
  701. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  702. <Reference ReferenceType="FromState">ns=1;i=5005</Reference>
  703. <Reference ReferenceType="ToState">ns=1;i=5004</Reference>
  704. <Reference ReferenceType="HasProperty">ns=1;i=6042</Reference>
  705. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  706. </References>
  707. </UAObject>
  708. <UAVariable NodeId="ns=1;i=6042" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5008" DataType="UInt32">
  709. <DisplayName>TransitionNumber</DisplayName>
  710. <References>
  711. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  712. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  713. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5008</Reference>
  714. </References>
  715. <Value>
  716. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">0</uax:UInt32>
  717. </Value>
  718. </UAVariable>
  719. <UAObject NodeId="ns=1;i=5018" BrowseName="1:FromNotExecutingToExecuting" ParentNodeId="ns=1;i=1002">
  720. <DisplayName>FromNotExecutingToExecuting</DisplayName>
  721. <Description>Transition from state NotExecuting to state Executing</Description>
  722. <References>
  723. <Reference ReferenceType="ToState">ns=1;i=5006</Reference>
  724. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  725. <Reference ReferenceType="FromState">ns=1;i=5007</Reference>
  726. <Reference ReferenceType="HasProperty">ns=1;i=6052</Reference>
  727. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  728. </References>
  729. </UAObject>
  730. <UAVariable NodeId="ns=1;i=6052" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5018" DataType="UInt32">
  731. <DisplayName>TransitionNumber</DisplayName>
  732. <References>
  733. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  734. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  735. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5018</Reference>
  736. </References>
  737. <Value>
  738. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">11</uax:UInt32>
  739. </Value>
  740. </UAVariable>
  741. <UAObject NodeId="ns=1;i=5016" BrowseName="1:FromNotExecutingToNotAvailable" ParentNodeId="ns=1;i=1002">
  742. <DisplayName>FromNotExecutingToNotAvailable</DisplayName>
  743. <Description>Transition from state NotExecuting to state NotAvailable</Description>
  744. <References>
  745. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  746. <Reference ReferenceType="ToState">ns=1;i=5005</Reference>
  747. <Reference ReferenceType="FromState">ns=1;i=5007</Reference>
  748. <Reference ReferenceType="HasProperty">ns=1;i=6050</Reference>
  749. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  750. </References>
  751. </UAObject>
  752. <UAVariable NodeId="ns=1;i=6050" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5016" DataType="UInt32">
  753. <DisplayName>TransitionNumber</DisplayName>
  754. <References>
  755. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  756. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  757. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5016</Reference>
  758. </References>
  759. <Value>
  760. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">9</uax:UInt32>
  761. </Value>
  762. </UAVariable>
  763. <UAObject NodeId="ns=1;i=5019" BrowseName="1:FromNotExecutingToNotExecuting" ParentNodeId="ns=1;i=1002">
  764. <DisplayName>FromNotExecutingToNotExecuting</DisplayName>
  765. <Description>Transition from state NotExecuting to state NotExecuting</Description>
  766. <References>
  767. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  768. <Reference ReferenceType="FromState">ns=1;i=5007</Reference>
  769. <Reference ReferenceType="ToState">ns=1;i=5007</Reference>
  770. <Reference ReferenceType="HasProperty">ns=1;i=6053</Reference>
  771. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  772. </References>
  773. </UAObject>
  774. <UAVariable NodeId="ns=1;i=6053" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5019" DataType="UInt32">
  775. <DisplayName>TransitionNumber</DisplayName>
  776. <References>
  777. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  778. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  779. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5019</Reference>
  780. </References>
  781. <Value>
  782. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">15</uax:UInt32>
  783. </Value>
  784. </UAVariable>
  785. <UAObject NodeId="ns=1;i=5017" BrowseName="1:FromNotExecutingToOutOfService" ParentNodeId="ns=1;i=1002">
  786. <DisplayName>FromNotExecutingToOutOfService</DisplayName>
  787. <Description>Transition from state NotExecuting to state OutOfService</Description>
  788. <References>
  789. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  790. <Reference ReferenceType="FromState">ns=1;i=5007</Reference>
  791. <Reference ReferenceType="ToState">ns=1;i=5004</Reference>
  792. <Reference ReferenceType="HasProperty">ns=1;i=6051</Reference>
  793. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  794. </References>
  795. </UAObject>
  796. <UAVariable NodeId="ns=1;i=6051" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5017" DataType="UInt32">
  797. <DisplayName>TransitionNumber</DisplayName>
  798. <References>
  799. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  800. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  801. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5017</Reference>
  802. </References>
  803. <Value>
  804. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">10</uax:UInt32>
  805. </Value>
  806. </UAVariable>
  807. <UAObject NodeId="ns=1;i=5014" BrowseName="1:FromOutOfServiceToExecuting" ParentNodeId="ns=1;i=1002">
  808. <DisplayName>FromOutOfServiceToExecuting</DisplayName>
  809. <Description>Transition from state OutOfService to state Executing</Description>
  810. <References>
  811. <Reference ReferenceType="ToState">ns=1;i=5006</Reference>
  812. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  813. <Reference ReferenceType="FromState">ns=1;i=5004</Reference>
  814. <Reference ReferenceType="HasProperty">ns=1;i=6048</Reference>
  815. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  816. </References>
  817. </UAObject>
  818. <UAVariable NodeId="ns=1;i=6048" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5014" DataType="UInt32">
  819. <DisplayName>TransitionNumber</DisplayName>
  820. <References>
  821. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  822. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  823. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5014</Reference>
  824. </References>
  825. <Value>
  826. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">4</uax:UInt32>
  827. </Value>
  828. </UAVariable>
  829. <UAObject NodeId="ns=1;i=5012" BrowseName="1:FromOutOfServiceToNotAvailable" ParentNodeId="ns=1;i=1002">
  830. <DisplayName>FromOutOfServiceToNotAvailable</DisplayName>
  831. <Description>Transition from state OutOfService to state NotAvailable</Description>
  832. <References>
  833. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  834. <Reference ReferenceType="ToState">ns=1;i=5005</Reference>
  835. <Reference ReferenceType="FromState">ns=1;i=5004</Reference>
  836. <Reference ReferenceType="HasProperty">ns=1;i=6046</Reference>
  837. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  838. </References>
  839. </UAObject>
  840. <UAVariable NodeId="ns=1;i=6046" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5012" DataType="UInt32">
  841. <DisplayName>TransitionNumber</DisplayName>
  842. <References>
  843. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  844. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  845. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5012</Reference>
  846. </References>
  847. <Value>
  848. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">3</uax:UInt32>
  849. </Value>
  850. </UAVariable>
  851. <UAObject NodeId="ns=1;i=5013" BrowseName="1:FromOutOfServiceToNotExecuting" ParentNodeId="ns=1;i=1002">
  852. <DisplayName>FromOutOfServiceToNotExecuting</DisplayName>
  853. <Description>Transition from state OutOfService to state NotExecuting</Description>
  854. <References>
  855. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  856. <Reference ReferenceType="ToState">ns=1;i=5007</Reference>
  857. <Reference ReferenceType="FromState">ns=1;i=5004</Reference>
  858. <Reference ReferenceType="HasProperty">ns=1;i=6047</Reference>
  859. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  860. </References>
  861. </UAObject>
  862. <UAVariable NodeId="ns=1;i=6047" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5013" DataType="UInt32">
  863. <DisplayName>TransitionNumber</DisplayName>
  864. <References>
  865. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  866. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  867. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5013</Reference>
  868. </References>
  869. <Value>
  870. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">5</uax:UInt32>
  871. </Value>
  872. </UAVariable>
  873. <UAObject NodeId="ns=1;i=5015" BrowseName="1:FromOutOfServiceToOutOfService" ParentNodeId="ns=1;i=1002">
  874. <DisplayName>FromOutOfServiceToOutOfService</DisplayName>
  875. <Description>Transition from state OutOfService to state OutOfService</Description>
  876. <References>
  877. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  878. <Reference ReferenceType="FromState">ns=1;i=5004</Reference>
  879. <Reference ReferenceType="ToState">ns=1;i=5004</Reference>
  880. <Reference ReferenceType="HasProperty">ns=1;i=6049</Reference>
  881. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  882. </References>
  883. </UAObject>
  884. <UAVariable NodeId="ns=1;i=6049" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5015" DataType="UInt32">
  885. <DisplayName>TransitionNumber</DisplayName>
  886. <References>
  887. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  888. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  889. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5015</Reference>
  890. </References>
  891. <Value>
  892. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">13</uax:UInt32>
  893. </Value>
  894. </UAVariable>
  895. <UAObject NodeId="ns=1;i=5005" BrowseName="1:NotAvailable" ParentNodeId="ns=1;i=1002">
  896. <DisplayName>NotAvailable</DisplayName>
  897. <Description>The machine is not available and does not perform any activity (e.g., switched off, in energy saving mode)</Description>
  898. <References>
  899. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  900. <Reference ReferenceType="HasProperty">ns=1;i=6039</Reference>
  901. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  902. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5008</Reference>
  903. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5009</Reference>
  904. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5010</Reference>
  905. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5011</Reference>
  906. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5011</Reference>
  907. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5012</Reference>
  908. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5016</Reference>
  909. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5020</Reference>
  910. </References>
  911. </UAObject>
  912. <UAVariable NodeId="ns=1;i=6039" BrowseName="StateNumber" ParentNodeId="ns=1;i=5005" DataType="UInt32">
  913. <DisplayName>StateNumber</DisplayName>
  914. <References>
  915. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  916. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  917. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5005</Reference>
  918. </References>
  919. <Value>
  920. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">0</uax:UInt32>
  921. </Value>
  922. </UAVariable>
  923. <UAObject NodeId="ns=1;i=5007" BrowseName="1:NotExecuting" ParentNodeId="ns=1;i=1002">
  924. <DisplayName>NotExecuting</DisplayName>
  925. <Description>The machine is available &amp; functional and does not perform any activity. It waits for an action from outside to start or restart an activity</Description>
  926. <References>
  927. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  928. <Reference ReferenceType="HasProperty">ns=1;i=6041</Reference>
  929. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  930. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5009</Reference>
  931. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5013</Reference>
  932. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5016</Reference>
  933. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5017</Reference>
  934. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5018</Reference>
  935. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5019</Reference>
  936. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5019</Reference>
  937. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5022</Reference>
  938. </References>
  939. </UAObject>
  940. <UAVariable NodeId="ns=1;i=6041" BrowseName="StateNumber" ParentNodeId="ns=1;i=5007" DataType="UInt32">
  941. <DisplayName>StateNumber</DisplayName>
  942. <References>
  943. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  944. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  945. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5007</Reference>
  946. </References>
  947. <Value>
  948. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">2</uax:UInt32>
  949. </Value>
  950. </UAVariable>
  951. <UAObject NodeId="ns=1;i=5004" BrowseName="1:OutOfService" ParentNodeId="ns=1;i=1002">
  952. <DisplayName>OutOfService</DisplayName>
  953. <Description>The machine is not functional and does not perform any activity (e.g., error, blocked)</Description>
  954. <References>
  955. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1002</Reference>
  956. <Reference ReferenceType="HasProperty">ns=1;i=6038</Reference>
  957. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  958. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5008</Reference>
  959. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5012</Reference>
  960. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5013</Reference>
  961. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5014</Reference>
  962. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5015</Reference>
  963. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5015</Reference>
  964. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5017</Reference>
  965. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5021</Reference>
  966. </References>
  967. </UAObject>
  968. <UAVariable NodeId="ns=1;i=6038" BrowseName="StateNumber" ParentNodeId="ns=1;i=5004" DataType="UInt32">
  969. <DisplayName>StateNumber</DisplayName>
  970. <References>
  971. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  972. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  973. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5004</Reference>
  974. </References>
  975. <Value>
  976. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">1</uax:UInt32>
  977. </Value>
  978. </UAVariable>
  979. <UAObjectType NodeId="ns=1;i=1008" BrowseName="1:MachineryOperationModeStateMachineType">
  980. <DisplayName>MachineryOperationModeStateMachineType</DisplayName>
  981. <Description>State machine representing the operation mode of a MachineryItem</Description>
  982. <Category>Machinery Operation Mode</Category>
  983. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/13.2</Documentation>
  984. <References>
  985. <Reference ReferenceType="HasProperty">ns=1;i=6058</Reference>
  986. <Reference ReferenceType="HasComponent">ns=1;i=5035</Reference>
  987. <Reference ReferenceType="HasComponent">ns=1;i=5032</Reference>
  988. <Reference ReferenceType="HasComponent">ns=1;i=5034</Reference>
  989. <Reference ReferenceType="HasComponent">ns=1;i=5033</Reference>
  990. <Reference ReferenceType="HasComponent">ns=1;i=5028</Reference>
  991. <Reference ReferenceType="HasComponent">ns=1;i=5031</Reference>
  992. <Reference ReferenceType="HasComponent">ns=1;i=5030</Reference>
  993. <Reference ReferenceType="HasComponent">ns=1;i=5029</Reference>
  994. <Reference ReferenceType="HasComponent">ns=1;i=5041</Reference>
  995. <Reference ReferenceType="HasComponent">ns=1;i=5040</Reference>
  996. <Reference ReferenceType="HasComponent">ns=1;i=5043</Reference>
  997. <Reference ReferenceType="HasComponent">ns=1;i=5042</Reference>
  998. <Reference ReferenceType="HasComponent">ns=1;i=5037</Reference>
  999. <Reference ReferenceType="HasComponent">ns=1;i=5036</Reference>
  1000. <Reference ReferenceType="HasComponent">ns=1;i=5038</Reference>
  1001. <Reference ReferenceType="HasComponent">ns=1;i=5039</Reference>
  1002. <Reference ReferenceType="HasSubtype" IsForward="false">i=2771</Reference>
  1003. <Reference ReferenceType="HasComponent">ns=1;i=5025</Reference>
  1004. <Reference ReferenceType="HasComponent">ns=1;i=5024</Reference>
  1005. <Reference ReferenceType="HasComponent">ns=1;i=5026</Reference>
  1006. <Reference ReferenceType="HasComponent">ns=1;i=5027</Reference>
  1007. </References>
  1008. </UAObjectType>
  1009. <UAVariable NodeId="ns=1;i=6058" BrowseName="DefaultInstanceBrowseName" ParentNodeId="ns=1;i=1008" DataType="QualifiedName" AccessLevel="3">
  1010. <DisplayName>DefaultInstanceBrowseName</DisplayName>
  1011. <Description>The default BrowseName for instances of the type</Description>
  1012. <References>
  1013. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=1008</Reference>
  1014. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1015. </References>
  1016. <Value>
  1017. <uax:QualifiedName xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
  1018. <uax:NamespaceIndex>1</uax:NamespaceIndex>
  1019. <uax:Name>MachineryOperationMode</uax:Name>
  1020. </uax:QualifiedName>
  1021. </Value>
  1022. </UAVariable>
  1023. <UAObject NodeId="ns=1;i=5035" BrowseName="1:FromMaintenanceToMaintenance" ParentNodeId="ns=1;i=1008">
  1024. <DisplayName>FromMaintenanceToMaintenance</DisplayName>
  1025. <Description>Transition from state Maintenance to state Maintenance</Description>
  1026. <References>
  1027. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1028. <Reference ReferenceType="FromState">ns=1;i=5025</Reference>
  1029. <Reference ReferenceType="ToState">ns=1;i=5025</Reference>
  1030. <Reference ReferenceType="HasProperty">ns=1;i=6070</Reference>
  1031. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1032. </References>
  1033. </UAObject>
  1034. <UAVariable NodeId="ns=1;i=6070" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5035" DataType="UInt32">
  1035. <DisplayName>TransitionNumber</DisplayName>
  1036. <References>
  1037. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1038. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1039. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5035</Reference>
  1040. </References>
  1041. <Value>
  1042. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">13</uax:UInt32>
  1043. </Value>
  1044. </UAVariable>
  1045. <UAObject NodeId="ns=1;i=5032" BrowseName="1:FromMaintenanceToNone" ParentNodeId="ns=1;i=1008">
  1046. <DisplayName>FromMaintenanceToNone</DisplayName>
  1047. <Description>Transition from state Maintenance to state None</Description>
  1048. <References>
  1049. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1050. <Reference ReferenceType="FromState">ns=1;i=5025</Reference>
  1051. <Reference ReferenceType="ToState">ns=1;i=5024</Reference>
  1052. <Reference ReferenceType="HasProperty">ns=1;i=6067</Reference>
  1053. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1054. </References>
  1055. </UAObject>
  1056. <UAVariable NodeId="ns=1;i=6067" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5032" DataType="UInt32">
  1057. <DisplayName>TransitionNumber</DisplayName>
  1058. <References>
  1059. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1060. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1061. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5032</Reference>
  1062. </References>
  1063. <Value>
  1064. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">3</uax:UInt32>
  1065. </Value>
  1066. </UAVariable>
  1067. <UAObject NodeId="ns=1;i=5034" BrowseName="1:FromMaintenanceToProcessing" ParentNodeId="ns=1;i=1008">
  1068. <DisplayName>FromMaintenanceToProcessing</DisplayName>
  1069. <Description>Transition from state Maintenance to state Processing</Description>
  1070. <References>
  1071. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1072. <Reference ReferenceType="FromState">ns=1;i=5025</Reference>
  1073. <Reference ReferenceType="ToState">ns=1;i=5026</Reference>
  1074. <Reference ReferenceType="HasProperty">ns=1;i=6069</Reference>
  1075. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1076. </References>
  1077. </UAObject>
  1078. <UAVariable NodeId="ns=1;i=6069" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5034" DataType="UInt32">
  1079. <DisplayName>TransitionNumber</DisplayName>
  1080. <References>
  1081. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1082. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1083. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5034</Reference>
  1084. </References>
  1085. <Value>
  1086. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">4</uax:UInt32>
  1087. </Value>
  1088. </UAVariable>
  1089. <UAObject NodeId="ns=1;i=5033" BrowseName="1:FromMaintenanceToSetup" ParentNodeId="ns=1;i=1008">
  1090. <DisplayName>FromMaintenanceToSetup</DisplayName>
  1091. <Description>Transition from state Maintenance to state Setup</Description>
  1092. <References>
  1093. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1094. <Reference ReferenceType="FromState">ns=1;i=5025</Reference>
  1095. <Reference ReferenceType="ToState">ns=1;i=5027</Reference>
  1096. <Reference ReferenceType="HasProperty">ns=1;i=6068</Reference>
  1097. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1098. </References>
  1099. </UAObject>
  1100. <UAVariable NodeId="ns=1;i=6068" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5033" DataType="UInt32">
  1101. <DisplayName>TransitionNumber</DisplayName>
  1102. <References>
  1103. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1104. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1105. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5033</Reference>
  1106. </References>
  1107. <Value>
  1108. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">5</uax:UInt32>
  1109. </Value>
  1110. </UAVariable>
  1111. <UAObject NodeId="ns=1;i=5028" BrowseName="1:FromNoneToMaintenance" ParentNodeId="ns=1;i=1008">
  1112. <DisplayName>FromNoneToMaintenance</DisplayName>
  1113. <Description>Transition from state None to state Maintenance</Description>
  1114. <References>
  1115. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1116. <Reference ReferenceType="ToState">ns=1;i=5025</Reference>
  1117. <Reference ReferenceType="FromState">ns=1;i=5024</Reference>
  1118. <Reference ReferenceType="HasProperty">ns=1;i=6063</Reference>
  1119. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1120. </References>
  1121. </UAObject>
  1122. <UAVariable NodeId="ns=1;i=6063" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5028" DataType="UInt32">
  1123. <DisplayName>TransitionNumber</DisplayName>
  1124. <References>
  1125. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1126. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1127. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5028</Reference>
  1128. </References>
  1129. <Value>
  1130. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">0</uax:UInt32>
  1131. </Value>
  1132. </UAVariable>
  1133. <UAObject NodeId="ns=1;i=5031" BrowseName="1:FromNoneToNone" ParentNodeId="ns=1;i=1008">
  1134. <DisplayName>FromNoneToNone</DisplayName>
  1135. <Description>Transition from state None to state None</Description>
  1136. <References>
  1137. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1138. <Reference ReferenceType="FromState">ns=1;i=5024</Reference>
  1139. <Reference ReferenceType="ToState">ns=1;i=5024</Reference>
  1140. <Reference ReferenceType="HasProperty">ns=1;i=6066</Reference>
  1141. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1142. </References>
  1143. </UAObject>
  1144. <UAVariable NodeId="ns=1;i=6066" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5031" DataType="UInt32">
  1145. <DisplayName>TransitionNumber</DisplayName>
  1146. <References>
  1147. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1148. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1149. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5031</Reference>
  1150. </References>
  1151. <Value>
  1152. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">12</uax:UInt32>
  1153. </Value>
  1154. </UAVariable>
  1155. <UAObject NodeId="ns=1;i=5030" BrowseName="1:FromNoneToProcessing" ParentNodeId="ns=1;i=1008">
  1156. <DisplayName>FromNoneToProcessing</DisplayName>
  1157. <Description>Transition from state None to state Processing</Description>
  1158. <References>
  1159. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1160. <Reference ReferenceType="FromState">ns=1;i=5024</Reference>
  1161. <Reference ReferenceType="ToState">ns=1;i=5026</Reference>
  1162. <Reference ReferenceType="HasProperty">ns=1;i=6065</Reference>
  1163. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1164. </References>
  1165. </UAObject>
  1166. <UAVariable NodeId="ns=1;i=6065" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5030" DataType="UInt32">
  1167. <DisplayName>TransitionNumber</DisplayName>
  1168. <References>
  1169. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1170. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1171. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5030</Reference>
  1172. </References>
  1173. <Value>
  1174. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">1</uax:UInt32>
  1175. </Value>
  1176. </UAVariable>
  1177. <UAObject NodeId="ns=1;i=5029" BrowseName="1:FromNoneToSetup" ParentNodeId="ns=1;i=1008">
  1178. <DisplayName>FromNoneToSetup</DisplayName>
  1179. <Description>Transition from state None to state Setup</Description>
  1180. <References>
  1181. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1182. <Reference ReferenceType="FromState">ns=1;i=5024</Reference>
  1183. <Reference ReferenceType="ToState">ns=1;i=5027</Reference>
  1184. <Reference ReferenceType="HasProperty">ns=1;i=6064</Reference>
  1185. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1186. </References>
  1187. </UAObject>
  1188. <UAVariable NodeId="ns=1;i=6064" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5029" DataType="UInt32">
  1189. <DisplayName>TransitionNumber</DisplayName>
  1190. <References>
  1191. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1192. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1193. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5029</Reference>
  1194. </References>
  1195. <Value>
  1196. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">2</uax:UInt32>
  1197. </Value>
  1198. </UAVariable>
  1199. <UAObject NodeId="ns=1;i=5041" BrowseName="1:FromProcessingToMaintenance" ParentNodeId="ns=1;i=1008">
  1200. <DisplayName>FromProcessingToMaintenance</DisplayName>
  1201. <Description>Transition from state Processing to state Maintenance</Description>
  1202. <References>
  1203. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1204. <Reference ReferenceType="ToState">ns=1;i=5025</Reference>
  1205. <Reference ReferenceType="FromState">ns=1;i=5026</Reference>
  1206. <Reference ReferenceType="HasProperty">ns=1;i=6076</Reference>
  1207. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1208. </References>
  1209. </UAObject>
  1210. <UAVariable NodeId="ns=1;i=6076" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5041" DataType="UInt32">
  1211. <DisplayName>TransitionNumber</DisplayName>
  1212. <References>
  1213. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1214. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1215. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5041</Reference>
  1216. </References>
  1217. <Value>
  1218. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">7</uax:UInt32>
  1219. </Value>
  1220. </UAVariable>
  1221. <UAObject NodeId="ns=1;i=5040" BrowseName="1:FromProcessingToNone" ParentNodeId="ns=1;i=1008">
  1222. <DisplayName>FromProcessingToNone</DisplayName>
  1223. <Description>Transition from state Processing to state None</Description>
  1224. <References>
  1225. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1226. <Reference ReferenceType="ToState">ns=1;i=5024</Reference>
  1227. <Reference ReferenceType="FromState">ns=1;i=5026</Reference>
  1228. <Reference ReferenceType="HasProperty">ns=1;i=6075</Reference>
  1229. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1230. </References>
  1231. </UAObject>
  1232. <UAVariable NodeId="ns=1;i=6075" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5040" DataType="UInt32">
  1233. <DisplayName>TransitionNumber</DisplayName>
  1234. <References>
  1235. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1236. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1237. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5040</Reference>
  1238. </References>
  1239. <Value>
  1240. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">6</uax:UInt32>
  1241. </Value>
  1242. </UAVariable>
  1243. <UAObject NodeId="ns=1;i=5043" BrowseName="1:FromProcessingToProcessing" ParentNodeId="ns=1;i=1008">
  1244. <DisplayName>FromProcessingToProcessing</DisplayName>
  1245. <Description>Transition from state Processing to state Processing</Description>
  1246. <References>
  1247. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1248. <Reference ReferenceType="FromState">ns=1;i=5026</Reference>
  1249. <Reference ReferenceType="ToState">ns=1;i=5026</Reference>
  1250. <Reference ReferenceType="HasProperty">ns=1;i=6078</Reference>
  1251. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1252. </References>
  1253. </UAObject>
  1254. <UAVariable NodeId="ns=1;i=6078" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5043" DataType="UInt32">
  1255. <DisplayName>TransitionNumber</DisplayName>
  1256. <References>
  1257. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1258. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1259. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5043</Reference>
  1260. </References>
  1261. <Value>
  1262. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">14</uax:UInt32>
  1263. </Value>
  1264. </UAVariable>
  1265. <UAObject NodeId="ns=1;i=5042" BrowseName="1:FromProcessingToSetup" ParentNodeId="ns=1;i=1008">
  1266. <DisplayName>FromProcessingToSetup</DisplayName>
  1267. <Description>Transition from state Processing to state Setup</Description>
  1268. <References>
  1269. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1270. <Reference ReferenceType="FromState">ns=1;i=5026</Reference>
  1271. <Reference ReferenceType="ToState">ns=1;i=5027</Reference>
  1272. <Reference ReferenceType="HasProperty">ns=1;i=6077</Reference>
  1273. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1274. </References>
  1275. </UAObject>
  1276. <UAVariable NodeId="ns=1;i=6077" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5042" DataType="UInt32">
  1277. <DisplayName>TransitionNumber</DisplayName>
  1278. <References>
  1279. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1280. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1281. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5042</Reference>
  1282. </References>
  1283. <Value>
  1284. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">8</uax:UInt32>
  1285. </Value>
  1286. </UAVariable>
  1287. <UAObject NodeId="ns=1;i=5037" BrowseName="1:FromSetupToMaintenance" ParentNodeId="ns=1;i=1008">
  1288. <DisplayName>FromSetupToMaintenance</DisplayName>
  1289. <Description>Transition from state Setup to state Maintenance</Description>
  1290. <References>
  1291. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1292. <Reference ReferenceType="ToState">ns=1;i=5025</Reference>
  1293. <Reference ReferenceType="FromState">ns=1;i=5027</Reference>
  1294. <Reference ReferenceType="HasProperty">ns=1;i=6072</Reference>
  1295. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1296. </References>
  1297. </UAObject>
  1298. <UAVariable NodeId="ns=1;i=6072" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5037" DataType="UInt32">
  1299. <DisplayName>TransitionNumber</DisplayName>
  1300. <References>
  1301. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1302. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1303. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5037</Reference>
  1304. </References>
  1305. <Value>
  1306. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">10</uax:UInt32>
  1307. </Value>
  1308. </UAVariable>
  1309. <UAObject NodeId="ns=1;i=5036" BrowseName="1:FromSetupToNone" ParentNodeId="ns=1;i=1008">
  1310. <DisplayName>FromSetupToNone</DisplayName>
  1311. <Description>Transition from state Setup to state None</Description>
  1312. <References>
  1313. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1314. <Reference ReferenceType="ToState">ns=1;i=5024</Reference>
  1315. <Reference ReferenceType="FromState">ns=1;i=5027</Reference>
  1316. <Reference ReferenceType="HasProperty">ns=1;i=6071</Reference>
  1317. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1318. </References>
  1319. </UAObject>
  1320. <UAVariable NodeId="ns=1;i=6071" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5036" DataType="UInt32">
  1321. <DisplayName>TransitionNumber</DisplayName>
  1322. <References>
  1323. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1324. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1325. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5036</Reference>
  1326. </References>
  1327. <Value>
  1328. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">9</uax:UInt32>
  1329. </Value>
  1330. </UAVariable>
  1331. <UAObject NodeId="ns=1;i=5038" BrowseName="1:FromSetupToProcessing" ParentNodeId="ns=1;i=1008">
  1332. <DisplayName>FromSetupToProcessing</DisplayName>
  1333. <Description>Transition from state Setup to state Processing</Description>
  1334. <References>
  1335. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1336. <Reference ReferenceType="ToState">ns=1;i=5026</Reference>
  1337. <Reference ReferenceType="FromState">ns=1;i=5027</Reference>
  1338. <Reference ReferenceType="HasProperty">ns=1;i=6073</Reference>
  1339. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1340. </References>
  1341. </UAObject>
  1342. <UAVariable NodeId="ns=1;i=6073" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5038" DataType="UInt32">
  1343. <DisplayName>TransitionNumber</DisplayName>
  1344. <References>
  1345. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1346. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1347. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5038</Reference>
  1348. </References>
  1349. <Value>
  1350. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">11</uax:UInt32>
  1351. </Value>
  1352. </UAVariable>
  1353. <UAObject NodeId="ns=1;i=5039" BrowseName="1:FromSetupToSetup" ParentNodeId="ns=1;i=1008">
  1354. <DisplayName>FromSetupToSetup</DisplayName>
  1355. <Description>Transition from state Setup to state Setup</Description>
  1356. <References>
  1357. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1358. <Reference ReferenceType="FromState">ns=1;i=5027</Reference>
  1359. <Reference ReferenceType="ToState">ns=1;i=5027</Reference>
  1360. <Reference ReferenceType="HasProperty">ns=1;i=6074</Reference>
  1361. <Reference ReferenceType="HasTypeDefinition">i=2310</Reference>
  1362. </References>
  1363. </UAObject>
  1364. <UAVariable NodeId="ns=1;i=6074" BrowseName="TransitionNumber" ParentNodeId="ns=1;i=5039" DataType="UInt32">
  1365. <DisplayName>TransitionNumber</DisplayName>
  1366. <References>
  1367. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1368. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1369. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5039</Reference>
  1370. </References>
  1371. <Value>
  1372. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">15</uax:UInt32>
  1373. </Value>
  1374. </UAVariable>
  1375. <UAObject NodeId="ns=1;i=5025" BrowseName="1:Maintenance" ParentNodeId="ns=1;i=1008">
  1376. <DisplayName>Maintenance</DisplayName>
  1377. <Description>MachineryItem is set into maintenance mode with the intention to carry out maintenance or servicing activities</Description>
  1378. <References>
  1379. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1380. <Reference ReferenceType="HasProperty">ns=1;i=6060</Reference>
  1381. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  1382. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5028</Reference>
  1383. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5032</Reference>
  1384. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5033</Reference>
  1385. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5034</Reference>
  1386. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5035</Reference>
  1387. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5035</Reference>
  1388. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5037</Reference>
  1389. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5041</Reference>
  1390. </References>
  1391. </UAObject>
  1392. <UAVariable NodeId="ns=1;i=6060" BrowseName="StateNumber" ParentNodeId="ns=1;i=5025" DataType="UInt32">
  1393. <DisplayName>StateNumber</DisplayName>
  1394. <References>
  1395. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1396. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1397. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5025</Reference>
  1398. </References>
  1399. <Value>
  1400. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">1</uax:UInt32>
  1401. </Value>
  1402. </UAVariable>
  1403. <UAObject NodeId="ns=1;i=5024" BrowseName="1:None" ParentNodeId="ns=1;i=1008">
  1404. <DisplayName>None</DisplayName>
  1405. <Description>There is currently no operation mode available</Description>
  1406. <References>
  1407. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1408. <Reference ReferenceType="HasProperty">ns=1;i=6059</Reference>
  1409. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  1410. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5028</Reference>
  1411. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5029</Reference>
  1412. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5030</Reference>
  1413. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5031</Reference>
  1414. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5031</Reference>
  1415. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5032</Reference>
  1416. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5036</Reference>
  1417. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5040</Reference>
  1418. </References>
  1419. </UAObject>
  1420. <UAVariable NodeId="ns=1;i=6059" BrowseName="StateNumber" ParentNodeId="ns=1;i=5024" DataType="UInt32">
  1421. <DisplayName>StateNumber</DisplayName>
  1422. <References>
  1423. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1424. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1425. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5024</Reference>
  1426. </References>
  1427. <Value>
  1428. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">0</uax:UInt32>
  1429. </Value>
  1430. </UAVariable>
  1431. <UAObject NodeId="ns=1;i=5026" BrowseName="1:Processing" ParentNodeId="ns=1;i=1008">
  1432. <DisplayName>Processing</DisplayName>
  1433. <Description>MachineryItem is set into processing mode with the intention to carry out the value adding activities</Description>
  1434. <References>
  1435. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1436. <Reference ReferenceType="HasProperty">ns=1;i=6061</Reference>
  1437. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  1438. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5030</Reference>
  1439. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5034</Reference>
  1440. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5038</Reference>
  1441. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5040</Reference>
  1442. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5041</Reference>
  1443. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5042</Reference>
  1444. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5043</Reference>
  1445. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5043</Reference>
  1446. </References>
  1447. </UAObject>
  1448. <UAVariable NodeId="ns=1;i=6061" BrowseName="StateNumber" ParentNodeId="ns=1;i=5026" DataType="UInt32">
  1449. <DisplayName>StateNumber</DisplayName>
  1450. <References>
  1451. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1452. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1453. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5026</Reference>
  1454. </References>
  1455. <Value>
  1456. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">3</uax:UInt32>
  1457. </Value>
  1458. </UAVariable>
  1459. <UAObject NodeId="ns=1;i=5027" BrowseName="1:Setup" ParentNodeId="ns=1;i=1008">
  1460. <DisplayName>Setup</DisplayName>
  1461. <Description>MachineryItem is set into setup mode with the intention to carry out setup, preparation or postprocessing activities of a production process</Description>
  1462. <References>
  1463. <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1008</Reference>
  1464. <Reference ReferenceType="HasProperty">ns=1;i=6062</Reference>
  1465. <Reference ReferenceType="HasTypeDefinition">i=2307</Reference>
  1466. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5029</Reference>
  1467. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5033</Reference>
  1468. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5036</Reference>
  1469. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5037</Reference>
  1470. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5038</Reference>
  1471. <Reference ReferenceType="FromState" IsForward="false">ns=1;i=5039</Reference>
  1472. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5039</Reference>
  1473. <Reference ReferenceType="ToState" IsForward="false">ns=1;i=5042</Reference>
  1474. </References>
  1475. </UAObject>
  1476. <UAVariable NodeId="ns=1;i=6062" BrowseName="StateNumber" ParentNodeId="ns=1;i=5027" DataType="UInt32">
  1477. <DisplayName>StateNumber</DisplayName>
  1478. <References>
  1479. <Reference ReferenceType="HasModellingRule">i=78</Reference>
  1480. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1481. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5027</Reference>
  1482. </References>
  1483. <Value>
  1484. <uax:UInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">2</uax:UInt32>
  1485. </Value>
  1486. </UAVariable>
  1487. <UAObject NodeId="ns=1;i=1001" BrowseName="1:Machines" EventNotifier="1">
  1488. <DisplayName>Machines</DisplayName>
  1489. <Description Locale="en">This object is the entry point to machines managed in the server. All machines are directly referenced by this object.</Description>
  1490. <Category>Machinery Find Machines</Category>
  1491. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/9.2</Documentation>
  1492. <References>
  1493. <Reference ReferenceType="HasTypeDefinition">i=61</Reference>
  1494. <Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
  1495. </References>
  1496. </UAObject>
  1497. <UAObject NodeId="ns=1;i=5001" BrowseName="1:http://opcfoundation.org/UA/Machinery/" SymbolicName="http___opcfoundation_org_UA_Machinery_">
  1498. <DisplayName>http://opcfoundation.org/UA/Machinery/</DisplayName>
  1499. <Documentation>https://reference.opcfoundation.org/v104/Machinery/v101/docs/15.1</Documentation>
  1500. <References>
  1501. <Reference ReferenceType="HasProperty">ns=1;i=6031</Reference>
  1502. <Reference ReferenceType="HasTypeDefinition">i=11616</Reference>
  1503. <Reference ReferenceType="HasComponent" IsForward="false">i=11715</Reference>
  1504. <Reference ReferenceType="HasProperty">ns=1;i=6032</Reference>
  1505. <Reference ReferenceType="HasProperty">ns=1;i=6033</Reference>
  1506. <Reference ReferenceType="HasProperty">ns=1;i=6034</Reference>
  1507. <Reference ReferenceType="HasProperty">ns=1;i=6035</Reference>
  1508. <Reference ReferenceType="HasProperty">ns=1;i=6036</Reference>
  1509. <Reference ReferenceType="HasProperty">ns=1;i=6037</Reference>
  1510. </References>
  1511. </UAObject>
  1512. <UAVariable NodeId="ns=1;i=6031" BrowseName="IsNamespaceSubset" ParentNodeId="ns=1;i=5001" DataType="Boolean">
  1513. <DisplayName>IsNamespaceSubset</DisplayName>
  1514. <References>
  1515. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1516. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1517. </References>
  1518. <Value>
  1519. <uax:Boolean xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">false</uax:Boolean>
  1520. </Value>
  1521. </UAVariable>
  1522. <UAVariable NodeId="ns=1;i=6032" BrowseName="NamespacePublicationDate" ParentNodeId="ns=1;i=5001" DataType="DateTime">
  1523. <DisplayName>NamespacePublicationDate</DisplayName>
  1524. <References>
  1525. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1526. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1527. </References>
  1528. <Value>
  1529. <uax:DateTime xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">2022-05-01T00:00:00Z</uax:DateTime>
  1530. </Value>
  1531. </UAVariable>
  1532. <UAVariable NodeId="ns=1;i=6033" BrowseName="NamespaceUri" ParentNodeId="ns=1;i=5001" DataType="String">
  1533. <DisplayName>NamespaceUri</DisplayName>
  1534. <References>
  1535. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1536. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1537. </References>
  1538. <Value>
  1539. <uax:String xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">http://opcfoundation.org/UA/Machinery/</uax:String>
  1540. </Value>
  1541. </UAVariable>
  1542. <UAVariable NodeId="ns=1;i=6034" BrowseName="NamespaceVersion" ParentNodeId="ns=1;i=5001" DataType="String">
  1543. <DisplayName>NamespaceVersion</DisplayName>
  1544. <References>
  1545. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1546. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1547. </References>
  1548. <Value>
  1549. <uax:String xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">1.02.0</uax:String>
  1550. </Value>
  1551. </UAVariable>
  1552. <UAVariable NodeId="ns=1;i=6035" BrowseName="StaticNodeIdTypes" ParentNodeId="ns=1;i=5001" DataType="IdType" ValueRank="1" ArrayDimensions="0">
  1553. <DisplayName>StaticNodeIdTypes</DisplayName>
  1554. <References>
  1555. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1556. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1557. </References>
  1558. <Value>
  1559. <uax:ListOfInt32 xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
  1560. <uax:Int32>0</uax:Int32>
  1561. </uax:ListOfInt32>
  1562. </Value>
  1563. </UAVariable>
  1564. <UAVariable NodeId="ns=1;i=6036" BrowseName="StaticNumericNodeIdRange" ParentNodeId="ns=1;i=5001" DataType="NumericRange" ValueRank="1" ArrayDimensions="0">
  1565. <DisplayName>StaticNumericNodeIdRange</DisplayName>
  1566. <References>
  1567. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1568. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1569. </References>
  1570. </UAVariable>
  1571. <UAVariable NodeId="ns=1;i=6037" BrowseName="StaticStringNodeIdPattern" ParentNodeId="ns=1;i=5001" DataType="String">
  1572. <DisplayName>StaticStringNodeIdPattern</DisplayName>
  1573. <References>
  1574. <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
  1575. <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5001</Reference>
  1576. </References>
  1577. </UAVariable>
  1578. </UANodeSet>