LinmotCfg-Simulator.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinmotConfig>
  3. <!-- <LinmotDeviceConfig Name="LNM1" BaudRate="9600" Parity="N" Data="8" StopBit="1" Port="com115" SendTimeout="2000" RecvTimeout="2000"> -->
  4. <LinmotDeviceConfig Name="LNM1" BaudRate="9600" Parity="N" Data="8" StopBit="1" Port="com25" SendTimeout="2000" RecvTimeout="2000">
  5. <Device Name="LNM1-1" Address="1" />
  6. <Device Name="LNM1-2" Address="2" />
  7. <Device Name="LNM1-3" Address="3" />
  8. <Device Name="LNM1-4" Address="4" />
  9. </LinmotDeviceConfig>
  10. <!-- <LinmotDeviceConfig Name="LNM2" BaudRate="9600" Parity="N" Data="8" StopBit="1" Port="com116" SendTimeout="2000" RecvTimeout="2000"> -->
  11. <LinmotDeviceConfig Name="LNM2" BaudRate="9600" Parity="N" Data="8" StopBit="1" Port="com27" SendTimeout="2000" RecvTimeout="2000">
  12. <Device Name="LNM2-1" Address="1" />
  13. <Device Name="LNM2-2" Address="2" />
  14. <Device Name="LNM2-3" Address="3" />
  15. <Device Name="LNM2-4" Address="4" />
  16. </LinmotDeviceConfig>
  17. <!-- <LinmotDeviceConfig Name="LNM5" BaudRate="9600" Parity="N" Data="8" StopBit="1" Port="com113" SendTimeout="2000" RecvTimeout="2000"> -->
  18. <LinmotDeviceConfig Name="LNM3" BaudRate="9600" Parity="N" Data="8" StopBit="1" Port="com29" SendTimeout="2000" RecvTimeout="2000">
  19. <Device Name="LNM3-1" Address="1" NoProfile="Y" Drive_A_Mode="M" Drive_B_Mode="S" ModuleName="E200" ModuleSettingMode="0" ModuleAddress="1">
  20. <DeviceData Name="LNM3-1-A">
  21. <TopPosition>-150234.75</TopPosition>
  22. <BottomPosition>0</BottomPosition>
  23. <UpMaxSpeed>22120.26</UpMaxSpeed>
  24. <DownMaxSpeed>28610.25</DownMaxSpeed>
  25. <UpMaxAcceleration>357600</UpMaxAcceleration>
  26. <DownMaxAcceleration>289000</DownMaxAcceleration>
  27. <UpMaxDeceleration>238400</UpMaxDeceleration>
  28. <DownMaxDeceleration>238400</DownMaxDeceleration>
  29. <MotionMode>0</MotionMode>
  30. <CurveId>0</CurveId>
  31. <CurveOffset>0</CurveOffset>
  32. <CurveTime>0</CurveTime>
  33. <CurveScale>0</CurveScale>
  34. <StartMode>0</StartMode>
  35. </DeviceData>
  36. </Device>
  37. </LinmotDeviceConfig>
  38. </LinmotConfig>