IoProviderConfig.xml 1.4 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <IoProviders system="Cluster" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <IoProvider load_condition="0" module="PMA" name="PLC" map_module="PMA" map_file="_ioDefineVenus.xml" class="MECF.Framework.RT.Core.IoProviders.MCProtocolPlc" assembly="MECF.Framework.RT.Core">
  4. <Parameter ip="127.0.0.1" port="6731" network_id="1" station_id="1"></Parameter>
  5. <Blocks>
  6. <Block type="di" offset="0" size="640" value_type=""></Block>
  7. <Block type="do" offset="0" size="640" value_type=""></Block>
  8. <Block type="ai" offset="0" size="640" value_type=""></Block>
  9. <Block type="ao" offset="0" size="640" value_type=""></Block>
  10. </Blocks>
  11. </IoProvider>
  12. <IoProvider load_condition="1" module="PMA" name="PLC" map_module="PMA" map_file="_ioDefineVenus.xml" class="Venus_RT.Devices.FinsPlc" assembly="Venus_RT">
  13. <Parameter ip="192.168.10.11" port="9600"
  14. diBlockType="WR" doBlockType="WR" aiBlockType="D" aoBlockType="D"
  15. diStartPosition="20" doStartPosition="0" aiStartPosition="2000" aoStartPosition="1000" ></Parameter>
  16. <Blocks>
  17. <Block type="di" offset="0" size="128" value_type=""></Block>
  18. <Block type="do" offset="0" size="128" value_type=""></Block>
  19. <Block type="ai" offset="0" size="128" value_type=""></Block>
  20. <Block type="ao" offset="0" size="128" value_type=""></Block>
  21. </Blocks>
  22. </IoProvider>
  23. </IoProviders>