FrauThes / DigitalTwin-ConveyorBelt

3 stars 1 forks source link

Error: Running simulation #1

Open sabahsuhail opened 3 years ago

sabahsuhail commented 3 years ago

1) what should be the order: s1, hmi, plc? I couldnt see hmi command (hmi.p) 2) I am getting error as attached. Screenshot from 2021-07-28 15-05-46

FrauThes commented 3 years ago

Hi there,

  1. The order should be as follows: s1, plc, hmi (see run.py). Sorry, I forgot the hmi.py command in the readme...
  2. This might be due to the new cpppo-package version. I think you need the older version of the cpppo-package as the newest version does not support ENIP-tags any more. Try installing an older cpppo-version (4.1.x to 4.3.x should work). See also https://github.com/FrauThes/DigitalTwin-SIEM-integration/issues/1
sabahsuhail commented 3 years ago

Hi Thank you so much. It worked. As you mentioned I downgrade cpppo (pip install --force-reinstall cpppo=4.1.0). It was 4.4.2 (pip show cpppo).