---> D ---> B / ---> E / A etc. \ \ ---> F ---> C ---> G
vem
and pigiRpc
processes if Ptolemy hangs. You can find a process identification
number on Solaris by executing
ps -auxwww | grep pigiThe process identification number is in the second column. Then, use
kill -9 processId
The schedule will list the firing for each star by a unique name. The unique name is the concatenation of the names of the parent subsystems, the name of the star not including its domain, the parameters used to create the icon, and the instance number of the star in its subsystem. For example,
sinMod.modulator1.Mpy.input=21is the first instance of the multiply star
Mpy
with two inputs (input=2
) in the modulator1
subsystem in the sinMod
system.
The domain is not given in the name.
This is to allow retargetting of one subsystem to another domain
by simply changing the domain.
The domain is given earlier in the schedule.