Help – Simulation has to be executed in small steps

Help – Simulation has to be executed in small steps

…2013 Michael Westergaard (Code and Support Guy, CPN Tools) responded Declined It’s probably because some transition raises an exception. Also, this is no a bug but a support request, so…

Read Me Leave comment

Problem directory for monitors in 3.4.0

Problem directory for monitors in 3.4.0

…The path: d:\Betka\Vyska\5Z\PS\semka\semestralka6.cpn Checked platforms: Windows 7, Windows XP Best wishes, Alzbeta Janosikova and Michal Zarnay September 5, 2013 Michael Westergaard (Code and Support Guy, CPN Tools) responded Planned Reopened…

Read Me Leave comment

Modeling Business Processes

Modeling Business Processes

…(door, cool_down) must be b) p.227, Figure 7.22: arc (stocking_point, repl_delivery) must be replaced by arc (repl_delivery, stocking_point) p.230, Figure 7.23: arc (replenishment-b, repl_delivery) must be replaced by arc (repl_delivery,…

Read Me Leave comment

Access/CPN

Access/CPN

…cosimulation engine, engine.highlevel, model Performs cosimulation between CPN models and Java objects Only if you need to do cosimulation engine.proxy engine, engine.highlevel, model Interact with a model loaded using CPN…

Read Me Leave comment

Exponential

Exponential

Function for generating values from exponential distributions Interface exponential(r:real) : real where r>0.0. Gives a drawing from a exponential distribution with intensity r. Raises Exponential exception, if r<=0.0. Characteristics Mean:…

Read Me Leave comment

Monitors

Monitors

…be used for different purposes, the way the information is extracted is often very similar. A monitor is a mechanism in CPN Tools that is used to observe, inspect, control,…

Read Me Leave comment

Data types for monitored subnets

Data types for monitored subnets

…below. Some places, some transitions datatype BindElem = <pgname_1’transname_1> of int * {var_1_1: type_1_1, …, var_n_1: type_n_1} | … | <pgname_m’transname_m> of int * {var_m_1: type_m_1, …, var_m_j: type_m_j} type…

Read Me Leave comment

Monitoring functions

Monitoring functions

…of the monitor is called and it returns the value true. Observation functions can return any type of values, such as integers, reals, strings, booleans, or functions. Action functions The…

Read Me Leave comment

Breakpoint monitors

Breakpoint monitors

…a simulation when an arbitrary condition is fulfilled. A generic breakpoint monitor can examine any subnet of a CPN, for example, a single node, a group of nodes, or no…

Read Me Leave comment

Breakpoint monitoring functions

Breakpoint monitoring functions

…accessible functions: pred : subnet -> bool For more information about the subnet data type, see Data types for monitored subnets. Examples of monitoring functions All of the following examples

Read Me Leave comment