WineHQ
CPN Tools 3.0.3



Category: Main > Programming / Software Engineering > CPN Tools > 3.0.3


NameCPN Tools
Version3.0.3
License Free to use and share
URLhttp://wiki.daimi.au.dk/cpntoo...
Votes  
RatingBronze
Wine Version1.2.2
Maintainers of this version:
No maintainers. Volunteer today!
Description
CPN Tools is a tool for editing, simulating, and analyzing Colored Petri nets.

New Features in Version 3.0:
  • New simulator which is up to twice as fast for both automatic simulation and state space generation
  • Support for prioritized transitions
  • Support for real time
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works

The graphical user interface works. After some tweaking it is possible to load, create, modify and safe petrinets and use the simulation functions.

The steps required to get CPN Tools working are:

  • During the installation, also install the linux simulation server.
  • Open a terminal and do the following: ­
    cd ~/.wine/drive_c/Prog­ram Files/CPN Tools/cpnsim
    chmod +x cpnmld.x86-linux run.x86-linux
    ./cpnmld.x86-linux -d 2098 ./run.x86-linux &
    ­­tail -F cpnmld.log
  • Do not close the terminal
  • Run CPN Tools (using wine)
  • Under Options > Simulator Process
    • Fill the checkbox before remote
    • Host: localhost
    • Port: 2098
    • Runtime: ./
    • Image path: cpn.ML.x86-linux
    • Restart CPN Tools to safe these settings.
  • It is now safe to load or create new petrinets. When you do,­ new output is generated in the terminal of step 2.
  • You can ignore the simulator error: 'exception raised while setting paths'. The simulation functions should work.
­


What does not
The windows build of the simulator does not work. However, the program comes with a linux build of the simulator which can be used.


What was not tested
Use of monitors has not been tested.


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Mar 01 20111.2.2 Yes Yes Bronze Bauke 


Known bugs
Bug # Description Status Resolution Other apps affected

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Using Monitors
by Bauke on Wednesday March 16th 2011, 10:12
Monitors don't work out-of-the-box. One issue is that the output-path must be set to an existing unix-path, as it is the simulator that will create the file.

Second, there seems to be a bug in CPN Tools ( svn.win.tue.nl/trac/cpntools/ticket/21 ) that requires the model-path to be available on the simulator host. To work around this bug, run:

sudo mkdir /cygdrive
sudo ln -s / /cygdrive/Z

This should work as long as your model file isn't under your '.wine' directory.

[post new] [reply to this]




   << Back

Page loaded in 0.1618 seconds.