12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- 编辑使用 XMLSpy v2006 U (http://www.altova.com) 由 any (any) -->
- <Document>
- <Version>1.0</Version>
- <ProcessProfile>
- <Item>
- <Type>MecSimulator</Type>
- <ProcessName>ProcMecDemo</ProcessName>
- </Item>
- <Item>
- <Type>PolyconUArm</Type>
- <ProcessName>PolyconUArmProc</ProcessName>
- </Item>
- </ProcessProfile>
- <ProcessData>
- <Process>
- <ProcessName>ProcMecDemo</ProcessName>
- <MaxNum>1</MaxNum>
- </Process>
- <Process>
- <ProcessName>PolyconUArmProc</ProcessName>
- <MaxNum>1</MaxNum>
- </Process>
- </ProcessData>
- </Document>
|