RobotStudio event

Virtual Controller freeze

Problematic.
Always lock the whole system.
Should have an option to load or not the system for
the virtual controller, when loading a station.
When I open the
virtual controller eio.cfg freezes.
Why?
What is the list
of hardware not supported by the virtual controller.
It has something
to do with the operating system, vista or XP?
webwiz/3047/EIO.zip

Comments

  • After much patience and testing. Ouch
    Conclusion:
    DeviceNet network using two different channels at the virtual controller will freeze.
    look in section EIO_BUS: in file EIO.CFG.

          -Name "DeviceNet1" -BusType "DNET" -ConnectorID "PCI1"
          -ConnectorLabel "First DeviceNet"

          -Name "DeviceNet2" -BusType "DNET" -ConnectorID "PCI2"
          -ConnectorLabel "First DeviceNet"

    So below, you will not freeze, but not useful.
    I need two networks.

          -Name "DeviceNet1" -BusType "DNET" -ConnectorID "PCI1"

          -ConnectorLabel "First DeviceNet"



          -Name "DeviceNet2" -BusType "DNET" -ConnectorID
    "PCI1"


          -ConnectorLabel "First DeviceNet"