Re: [kepler-dev] ptolemy text attribute question

2005-08-22 Thread Edward A. Lee
___ Kepler-dev mailing list [EMAIL PROTECTED] http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev Edward A. Lee Professor, Chair of the EE Division, Associate Chair of EECS 231 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0253 or 510-642-0455, fax

Re: modal models

2004-06-07 Thread Edward A Lee
found. Thanks, Tim Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone

Re: Constraints with assignment to parameters

2004-05-21 Thread Edward A Lee
assigning a value to a element of this array (set action RAM[c]=value, where c is a parameter with integer value). The expression says that it requires INTEGER instead of c. Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739

Re: Add an extra button to Ptolemy/Vergil

2004-03-29 Thread Edward A Lee
. * @param controller The associated graph controller. * @return A new node controller. */ public NamedObjController create(GraphController controller) { return new ChicController(controller); } } Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley

Re: Firing by events

2004-02-18 Thread Edward A Lee
). This has been on the to do list for some time... But it's not entirely clear what it should do... replace the current image in the web page? Open a window? Go to a new page? I'm inclined to think it should go to a new page, so the back button takes you back... Edward Edward A. Lee

Re: VersionAttribute equals false problem

2004-01-29 Thread Edward A Lee
] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http://ptolemy.eecs.berkeley.edu/~eal Posted to the ptolemy-hackers mailing list. Please

Re: [Ptolemy] Re: how to set icon locations

2004-01-14 Thread Edward A Lee
/ It uses a parameter of class ptolemy.actor.parameters.LocationParameter whic can have a value that is an expression that depends on other parameters in the model. In that example, the location is changed dynamically. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley

Re: Need to delay execution by 1 clk...

2003-12-03 Thread Edward A Lee
clock and then give it out to the next stage of execution. - kiran - Original Message - From: Edward A Lee [EMAIL PROTECTED] Date: Tue, 02 Dec 2003 15:23:31 -0800 To: Kiran SB [EMAIL PROTECTED] Subject: Re: Need to delay execution by 1 clk... Will the TimedDelay actor do what you need

Re: Need to delay execution by 1 clk...

2003-12-02 Thread Edward A Lee
Will the TimedDelay actor do what you need? Edward Lee At 04:06 PM 11/27/2003 +0500, Kiran SB wrote: Hi I am new to ptolemy (6 months). Currently I am using PTII 3.0.2 for building(simulating) custom actors in the DE domain, which are basically executional elements (of a reconfigurable device

Re: removing and readding actors to a model

2003-11-24 Thread Edward A Lee
the actorLibrary and the model that the edit request came from). Is there an easier way to get the models to update with the new actor information? thanks, chad Edward A Lee wrote: Shouldn't removing the actor also be done in a ChangeRequest? This seems like a very puzzling thing to do... What are you trying

Re: [Ptolemy] Re: Implementing high level queues

2003-11-22 Thread Edward A Lee
responds. Why not just make your event a record token? Then you can have named fields of arbitrary type and manipulate them independently. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: removing and readding actors to a model

2003-11-22 Thread Edward A Lee
list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http://ptolemy.eecs.berkeley.edu/~eal

Re: Ptolemy modeling of complex distributed software systems

2003-11-21 Thread Edward A Lee
be made non-persistent by calling setPersistent(false). This prevents the attribute from cluttering the MoML file. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http://ptolemy.eecs.berkeley.edu

Re: extending the type system

2003-10-14 Thread Edward A Lee
] Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: Cancelling an Event in the DE Domain

2003-09-28 Thread Edward A Lee
an additional input port labelled cancel which cancelled the pending event. Thanks! Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee

Re: icon editor

2003-09-24 Thread Edward A Lee
] --- Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: dynamically reloading the treeview in vergil

2003-08-14 Thread Edward A Lee
them to the XML file), then they will appear in the tree view. Edward Lee At 10:09 AM 8/7/2003 -0700, Chad Berkley wrote: Hello, I'm working on a project in which I am writing out and compiling actors dynamically at runtime. I would like these actors to then show up in the treeview on the left side

Re: Using Listen to actor for debugging.

2003-03-07 Thread Edward A Lee
At 08:22 PM 2/21/2003 -0800, Edward A Lee wrote: At 12:22 PM 2/21/2003 -0800, Jim Kleckner wrote: Could someone explain how Listen to actor should be used for debugging? I would expect it to trace the events into and out of a composite entity but it brings up an empty window for me and it stays

Re: Mixed signal simulation doubts

2003-02-26 Thread Edward A Lee
to achieve successful intergration, or use fairly mature tools. For example, the Ptolemy II interface to Matlab (provided by RIM) is pretty stable, requiring only small changes with new releases of Matlab. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone

Re: Mixed signal simulation doubts

2003-02-25 Thread Edward A Lee
, the Ptolemy II interface to Matlab (provided by RIM) is pretty stable, requiring only small changes with new releases of Matlab. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: about renaming again

2003-02-23 Thread Edward A Lee
, but if you save the model and then reopen it, it will have two ports instead of one, one with the original name and one with the new name. The one with the new name will not be used for anything. Renaming a port on a composite actor works for me... Edward Lee Edward A. Lee, Professor 518

Re: Using Listen to actor for debugging.

2003-02-21 Thread Edward A Lee
methods (prefire(), fire(), postfire()). There are some more complicated actors that do report useful things here (like Clock). You can right click on a port and select listen to port to watch the data in and out of it. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley

Re: Control of contained directors and complete simulations

2003-02-14 Thread Edward A Lee
for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http://ptolemy.eecs.berkeley.edu/~eal Posted

Re: Disable the GUI

2003-01-12 Thread Edward A Lee
list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http://ptolemy.eecs.berkeley.edu/~eal

Re: Two basic questions from a new subscriber

2002-12-09 Thread Edward A. Lee
Quite of a few of the library elements from Ptolemy Classic have not been ported to Ptolemy II, although for most, it would not be hard to do. The one exception is the higher-order functions, which would require a fairly deep understanding of Ptolemy II to port... Edward Lee At 08:16 AM 12/8

NSF ITR

2002-09-27 Thread Edward A. Lee
million in the next five years to Berkeley and its partner institutions (Vanderbilt University and Memphis). The Ptolemy Project team is a major part of this effort. For more information, see our (draft) website: http://chess.eecs.berkeley.edu Edward Lee Edward A. Lee, Professor 518

RE: Port Names

2002-09-17 Thread Edward A. Lee
. -Christopher Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720

Re: [Ptolemy] john m.: Convert parameters to ports

2002-09-03 Thread Edward A. Lee
would not want the associated port to appear. @author Edward A. Lee @version $Id: PortParameter.java,v 1.11 2002/08/30 04:35:22 cxh Exp $ */ public class PortParameter extends Parameter { etc. } Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642

Re: [Ptolemy] Re: Displaying graphs and controlling the layout ofitems upon them

2002-08-09 Thread Edward A. Lee
in the model. I must be missing something here... Edward Lee From: [EMAIL PROTECTED] (Mike Price) Subject: Displaying graphs and controlling the layout of items upon them Date: 9 Aug 2002 02:13:02 -0700 I am trying to display a model as a graph and have been going around in circles in the JavaDoc pages

Re: [Ptolemy] Re: higher order functions in Ptolemy II

2002-07-30 Thread Edward A. Lee
). Also, I would like to explore alternative visual representations... E.g., we could modify Look Inside for the Apply actor so that it shows the most recently seen model. Edward Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510

Re: Points missing

2002-07-01 Thread Edward A. Lee
Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: Installing and Using Ptolemy II under Windows 2000

2002-06-25 Thread Edward A. Lee
:-) Thanks, -- Bill Wood Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720

Re: [vergil] Multiple views - mono view ?

2002-05-16 Thread Edward A. Lee
mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http://ptolemy.eecs.berkeley.edu/~eal

Re: Reasonable Applications of Dataflow Process Networks

2002-05-14 Thread Edward A. Lee
Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: Reasonable Applications of Dataflow Process Networks

2002-05-13 Thread Edward A. Lee
I think it is more common in this application area to use discrete-event modeling (as in the DE domain) and finite state machines (as in the FSM domain). Edward Lee At 02:36 PM 5/13/2002 -0500, Bill Wood wrote: I realize this question is not specifically related to Ptolemy, but I couldn't

Re: [Ptolemy] Re: Keeping track of different instances.

2002-02-02 Thread Edward A. Lee
___ Ptolemy maillist - [EMAIL PROTECTED] http://www.gigascale.org/ptolemy/listinfo/ptolemy Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTECTED], http

Re: Conditional initial state in FSM domain of Ptolemy II

2001-10-31 Thread Edward A. Lee
It is not currently supported, although I agree that it would be a good thing to have... As a workaround, you can have a dummy initial state with guarded transitions out of it. This is not exactly equivalent, of course, because it takes one iteration to make those transitions. Edward Lee

Re: UML model of Ptolemy II

2001-06-01 Thread Edward A. Lee
Sure... The source code is in the distribution. Rose should be able to read it, right (?) Edward Lee At 04:50 PM 6/1/2001 +0200, Vincent Arnould wrote: Hi all, Is it possible to get the UML model of Ptolemy II in a Rose (.mdl) or Rahpsody or another format file? Kind regards, Vincent

Ptolemy Miniconference

2001-03-27 Thread Edward A. Lee
Attendees also received Ptolemy shirts :-) We hope to soon have all presentation materials up on the Ptolemy website... Edward Lee -------- Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-0455, fax: 510-642-2739 [EMAIL PROTEC

Re: Reusing XML Actors

2001-03-27 Thread Edward A. Lee
-- Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee, Professor 518 Cory Hall, UC Berkeley, Berkeley, CA 94720 phone: 510-642-

Re: Creating models on the fly

2001-03-13 Thread Edward A. Lee
behave in a similar way, constructing submodels on the fly. However, there is nothing released yet. If you are coming to the miniconference next week, you might want to talk to Jorn Janneck and Xiaojun Liu about this issue. Edward Lee

Re: First example

2000-12-09 Thread Edward A. Lee
. If not, you need to compile... Edward Lee At 08:52 PM 12/8/2000 -0800, Russ Abbott wrote: When I run the trivial little example at the start of chapter 2 ?xml version="1.0" standalone="no"? !DOCTYPE model PUBLIC "-//UC Berkeley//DTD MoML 1//EN" "http://ptolemy.e

Re: Searching partners for extending Ptolemy II

2000-09-22 Thread Edward A. Lee
lease send me email if you are interested in the details. One key unresolved issue is how we spread our software engineering standards to the community. Although we are not in Europe, please let me know if there is anything we can do to help... Edward Lee Professor At 01:45 PM 9/22/2000 +02

Re: [Ptolemy] Re: Ptolemy domain question

2000-09-19 Thread Edward A. Lee
The dynamic dataflow domain (DDF) will do what you want... Edward Lee From: David Trainor [EMAIL PROTECTED] Subject: Ptolemy domain question Date: Mon, 18 Sep 2000 09:38:23 +0100 Hello, As a newbie to the entire concept of ptolemy, I apologize in advance if this query is covered

Re: MoML

1999-11-28 Thread Edward A. Lee
. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee Professor phone: 510-642-0455 EECS Dept., Cory Hall fax: 510-642-2739 University of California email:[EMAIL PROTECTED] Berkeley

Re: version control and Ptolemy

1999-11-03 Thread Edward A. Lee
f galaxies? Thanks Beth Savoy Corning, Inc Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee

Re: time relation between demos

1999-08-17 Thread Edward A. Lee
It would be useful to have a profile of where the time is being spent here... We haven't done any tuning for speed, so I imagine there is some low hanging fruit to pick to gain some speed. Anybody know offhand how to do that? Edward Lee At 12:27 PM 8/17/99 +0200, you wrote: Hi Ptolemy-hackers

Re: Ptolemy II for Linux

1999-07-16 Thread Edward A. Lee
aybe early 1900 -- oops, sorry, Y2K problem :-). I fully expect JDK 1.2 to be available on many platforms by then (with the possible exception of Macs, which I think still don't even support JDK 1.1). Edward Edward A. Lee Professor phone: 510-642-0455

Re: Poisson's Server

1998-11-10 Thread Edward A. Lee
. Bye Personal: [EMAIL PROTECTED] Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED] Edward A. Lee Professor phone