Re: PROBLEM RUNNING A STAR

1999-03-22 Thread Christopher Hylands
The star you are loading has a bug in it that is causing the pigiRpc process to exit. Debugging incrementally loaded stars is tricky, there is some information at: http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/prog/html/extending.doc7.html#1.7 Debugging Ptolemy and Extensions

Re: error trying to use pigiRpc.debug

1999-03-29 Thread Christopher Hylands
Really, there are two parts to this message: warning: Unable to find dynamic linker breakpoint function. warning: GDB will be unable to debug shared library initializers warning: and track explicitly loaded dynamic code. I started seeing the above warning under Solaris2.5.1 after I

Re: lost icons

1998-12-07 Thread Christopher Hylands
Sounds like you might need to use the 'masters' or 'ptfixtree' program to fix some of the data in the facets. See http://ptolemy.eecs.berkeley.edu/papers/almagest/docs/user/html/pigi.doc12.html#2.12.11 Copying and moving designs -Christopher Hi all I created own stars

No Subject

1998-11-10 Thread Christopher Hylands
I'm assuming that you want to be able to load in .o files produced from .c files at runtime. Check out: http://ptolemy.eecs.berkeley.edu/papers/almagest/docs/user/html/install.doc5.html --start-- A.5.10 Dynamic linking and makefiles You may find it easier to use a makefile to build .o files

Re: parallel DE-simulation on several CPU's ??

1998-11-16 Thread Christopher Hylands
of the window system event loop. You may also want to check that you are not running out of memory and paging or swapping to disk. -Christopher -- Christopher Hylands, Ptolemy Project Manager University of California [EMAIL PROTECTED] US Mail: 558 Cory Hall #1770 ph: (510

Re: solaris version

1998-10-17 Thread Christopher Hylands
Ptolemy 0.7.1 can be compiled under Solaris2.6 See the Ptolemy-Hackers logs, available off the Ptolemy website for more information. (I'm on vacation, so I can't send you the URL). If you tell me exactly what sort of problems you are having, I might be able to suggest some solutions. :-)

Re: Problems with making stars

1998-10-22 Thread Christopher Hylands
I'm offsite, so I can't easily test solutions, but below are a few ideas: 1) Be sure that /tmp is really writable and located on the proper partition. If Cygwin32 is installed on d:, then d:/tmp should exist 2) Be sure that /bin/sh.exe exists. I think that sh.exe is a limited shell, you might

Re: Profiling stars

1999-02-01 Thread Christopher Hylands
Define 'Profile' Do you mean timing performance, memory usage, or ?? In the past, we've used Pure Inc's Quantify to measure timing performance. Rational now owns the Quantify product. Getting pigiRpc to build with Quantify can be tricky, but once it is built, the GUI provides useful

Re: problem with exceed6.1

1999-02-02 Thread Christopher Hylands
"Hae-Sock Oh" [EMAIL PROTECTED] writes: I'm a user of Ptolemy.. My OS is Windows NT4.0 with service pack4. and I install Ptolemy to Sun Ultra1.. I use Ptolemy with Exceed6.1 for NTbut.. there's problem with pigi.. Error message is as follows

Re: Ptolemy ITcl and Tcl8.x

1999-02-05 Thread Christopher Hylands
I've been working on building a Ptolemy release that supports Itcl3.0/Tcl8.0.4/Tk8.0.5, and I keep thinking I'm almost done, but then run into further problems. At this point, I have a set of tar files that work reasonably well under Solaris2.5.1. The biggest problem is that parts of Tycho are

Re: Ptolemy (SDF) and PVM

1999-02-08 Thread Christopher Hylands
In comp.soft-sys.ptolemy russell smiley [EMAIL PROTECTED] writes: Is there any information around on using Ptolemy parallel schedulers with PVM (Parallel Virtual Machine)? I have started reading the Almagest, but it does not seem to have the information I need, but then maybe I need to look

Re: VHDL domain

1999-02-12 Thread Christopher Hylands
Sorry, people keep asking me about VHDL, which is something I know very little about, so there is not much I can say. In general, when I don't know the answer, I don't post. :-) If you are having problems with a specific demo, then that would give me something to go on. 'trouble generating

Ptolemy Miniconference in one week

1999-02-12 Thread Christopher Hylands
The Ptolemy Miniconference will be held in one week, on Friday Feb. 19 The conference is quickly filling up, so if you are planning to attend and have not yet registered, you should do so soon. To recover the cost of conducting the conference, we will be charging a fee of $150, payable at the

Re: No PigiRPC with egcs 1.1 and Linux

1999-02-15 Thread Christopher Hylands
If the compilation was error free, then $PTOLEMY/obj.$PTARCH/pigiRpc/pigiRpc should exist If it does, try running 'make install', which should copy the binary to $PTOLEMY/bin.$PTARCH If $PTOLEMY/obj.$PTARCH/pigiRpc/pigiRpc does not exist, then you had errors in your compilation. You should re

Re: Bug(?) Ptolemy 0.7.1

1999-02-23 Thread Christopher Hylands
I expanded your uuencoded file, and it looks like it uses a Rfft star, which is a contributed SDF star which does not have any demos. It looks like the bug is a for loop in $PTOLEMY/src/domains/sdf/contrib/stars/SDFRfft.pl: Complex* Result = F.Compute( Temp1, Temp2 ); double Norm =

Re: Problem with pxgraph

1999-02-23 Thread Christopher Hylands
This message probably comes from the following fragment within $PTOLEMY/src/kernel/Display.cc: for (int i = 0; i ng; i++) { tmpFileNames[i] = tempFileName(); count[i] = 0; // open and make sure the file is writable if ((strm[i] =

Re: creating reusable galaxies with ptcl

1999-04-08 Thread Christopher Hylands
The problem is that ptcl does not contain any layout information of the stars in a system, so viewing the ptcl system visually is hard. It would be nice if we could have Ptolemy try to layout a visual representation of the ptcl graph, but that functionality is not present in Ptolemy Classic. I

Re: using environment variable in .ptkrc file

1999-04-22 Thread Christopher Hylands
You can acces environment variables from Tcl with the env() Tcl array cxh@maury 136% setenv FOO this_is_foo cxh@maury 137% tclsh % puts env(FOO) env(FOO) % proc printfoo {} {global env; puts env(FOO)} % printfoo env(FOO) % -Christopher I want to permlink some object code into

Re: Star GUI question

1999-05-16 Thread Christopher Hylands
Checkout Chapter 2 of the Ptolemy User's Manual http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/user.htm Basically, select the icon you want to edit, hit 'I' and then follow the steps in Section 2.9. -Christopher Hi, I am wondering whether anyone knows how to

Re: Problem with Ptolemy 0.7p1 on HPUX

1999-05-18 Thread Christopher Hylands
It looks like you are using a compiler different than the one that the prebuilt binary was built with. You need to either recompile with your local compiler, or download the prebuilt compiler from the Ptolemy website. If memory serves me correctly, Ptolemy 0.7.1 shipped with egcs. I don't

Re: referencing errors while building pigiRpc

1999-05-20 Thread Christopher Hylands
Appendix A of the User's manual has some info about how to track this sort of thing down with nm and c++filt Most of the missing symbols have to do with virtual tables. cxh@maury 206% echo _vt.11CGDLXTarget | c++filt CGDLXTarget virtual table I think I've seen similar messages when

Re: Ptolemy fails to compile

1999-07-22 Thread Christopher Hylands
What is the exact failure? Can you include the log of the compilation around the point of failure? -Christopher Hi all, I tried to build Ptolemy 0.7.1p1 from scratch (including GNU Tools) on SUN Sparcstation4 Solaris2.5.1 and I didn't succeed because ptlang failed

Re: Problem with Batch display stars

1999-08-11 Thread Christopher Hylands
One way to debug this sort of problem is run a demo such as the SDF butterfly demo within pigi and then take the contents of ~/pigiLog.pt and run it through ptcl: xh@maury 13% ptcl ptcl source /users/cxh/pigiLog.pt ptcl run 1 ptcl wrapup If you don't get the plot, then you need to figure

Re: How to compile Ptplot demo progs?

1999-08-16 Thread Christopher Hylands
To compile the Ptplot Java classes, they must be in the directory ptolemy\plot, so you must move them from c:\jdk1.2.2\ptplot into a directory called ptolemy\plot Then cd to that directory, set your CLASSPATH to ..\.. and run javac *.java C:\tmp\ptplot2.0\ptolemy.plot2.0\ptolemy\plotrm *.class

Announce: Ptplot 3.1 is available

1999-08-20 Thread Christopher Hylands
. Send bug reports, questions or comments to [EMAIL PROTECTED] -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home

Re: Compiling a star with pt_fstream.h on sun4 architecture

1999-08-26 Thread Christopher Hylands
This looks like a compiler problem to me. What version of the compiler are you using? What does g++ -v return? -Christopher Hello, When I compile a star on Solaris 2.6 which includes the "pt_fstream.h" header file I get the following error message: In file

Re: Matlab vs Ptolemy

1999-09-01 Thread Christopher Hylands
Professor Lee posted a summary on 3/4/99 about this, the subject was 'Ptolemy vs. Matlab' See http://www.egroups.com/group/ptolemy-hackers/1155.html? Under the same subject, I posted a few ideas, see http://www.egroups.com/group/ptolemy-hackers/1154.html? -Christopher Hi Ptolemy

Re: Sun .au sound files

1999-09-13 Thread Christopher Hylands
Ptolemy Classic can read .au files http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/user/html/pigi.doc10.html#2.10 Sounds The SDF domain has an SDF sink: http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/user/html/sdf.doc2.html# Sound As does the CGC domain

Re: Pxgraph ...

1999-09-15 Thread Christopher Hylands
This bug is apparent in both the original X11 xgraph and the Ptolemy X11 version which is called pxgraph. The way to replicate it is to do echo "1 1" | pxgraph.x11 and then start zooming in. This bug is not present in the Java version of pxgraph, which is part of ptplot

Re: Problems with SDF Delay Actor in Ptolemy II

1999-09-29 Thread Christopher Hylands
I think it is up to the individual on whether they cc the list or not. I usually do, and I encourage others to cc the list as well. Mail that is sent to the ptolemy-hackers mailing list gets automatically forwarded to the comp.soft-sys.ptolemy newsgroup. Unfortunately, sometimes the campus news

Re: NT binaries anywhere ?

1999-09-29 Thread Christopher Hylands
In comp.soft-sys.ptolemy, Robert Rozman writes: --start-- Hello, after two years since first unsuccess I again tried to compile PTOLEMY (0.7.2. under NT Cygnus and gcc 2.95 - according to Ptolemy NT instructions) and again received a lot of errors. I couldn't start anything.

Re: NT binaries anywhere ?

1999-09-30 Thread Christopher Hylands
I'd like to be able to provide NT binaries, but now is not the time to try to freeze, build and test standalone NT binaries. The upgrade to gcc-2.95.1 caused various minor problems. Once 0.7.2 is out (no date yet), then it will be time to look at producing NT binaries. I've built installers for

Re: Progress on NT, y ticks, and link

1999-10-01 Thread Christopher Hylands
From: "frank davis" [EMAIL PROTECTED] 1) Progress on Windows NT 4.0 On 16 Aug 1999, I asked for help with compiling the ptolemy demo programs on WinNT and JDK1.2.2. Thank you very much for the suggestions. I was new to Java and the CLASSPATH stuff was very confusing. After compiling

Re: linking stars

1999-10-12 Thread Christopher Hylands
You can build a binary that has your stars built in. This is a little tricky, but there is some documentation at: http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/prog/html/extending.doc3.html#1.3 Creating Custom Versions of pigiRpc -Christopher Hi, I am

Re: pxgraph question

1999-10-18 Thread Christopher Hylands
The way that the Java version of Pxgraph (Ptplot) gets installed from within Ptolemy Classic is a little more complex that it should be. See $PTOLEMY/src/pxgraph/README.txt for details. The install rule in $PTOLEMY/src/pxgraph/makefile creates a link from $PTOLEMY/bin.$PTARCH to

Re: Disk Representative corrupted?

1999-10-28 Thread Christopher Hylands
The error likely comes from oct_do_open_with_desc() in src/octtools/Packages/oct/facet_open.c: if (!oct_restore(file_handle, desc)) { fsys_close(file_handle); oct_error("The disk representation is corrupted"); return OCT_ERROR; }

Re: glibc-2.1.1 and missing __setfpucw

1999-10-28 Thread Christopher Hylands
Sorry to follow up to my own post, but I was looking through Wolfgang Reimer's ptolemy-0.7.1p1-10 from ftp://ftp.tu-ilmenau.de/pub/unix/ptolemy/ptolemy0.7.1.linux and came across the following new in pigiMain.cc int main(int argc, char** argv) { pigiFilename = argv[0]; #if

Re: Infos about octtools and RPC

2000-01-25 Thread Christopher Hylands
The Ptolemy faq says: ---start--- 4.0 OCTTOOLS and Facets 4.1 How are Ptolemy designs stored (what is Octtools)? Ptolemy stores its diagrams as binary format files. Ptolemy uses the Octtools package to encode the data in what Octtools calls 'facets'. Octtools is a package that was written at

Re: Problems for installing Ptolemy 0.7.1 over Windows NT.

2000-01-31 Thread Christopher Hylands
The Ptolemy Classic NT port is fairly slow because of signal interaction issues between Cygwin, Tk and Ptolemy Classic. I was hoping that the next release of Cygwin would fix some of these issues, but there has not been a new release of the Cygwin toolkit in some time. The installation process

Re: Trying to run pigi

2000-02-01 Thread Christopher Hylands
Make sure that you copied the bash.exe binary to /bin/sh.exe http://ptolemy.eecs.berkeley.edu/~cxh/ptpub/nt/ptntinstall.html says mkdir /tmp /bin /etc cp /Cygnus/cygwin-b20/H-i586-cygwin32/bin/bash.exe /bin/sh.exe cp /Cygnus/cygwin-b20/H-i586-cygwin32/bin/bash.exe /bin/bash.exe If

Re: Star instances

2000-02-14 Thread Christopher Hylands
I don't think there is an easy way to get at the number You might try searching the Ptolemy Hackers mailin list at http://ptolemy.eecs.berkeley.edu/search/wais.htm#Searching for 'unique number' You might find the following of interest:

Re: Tool inquiry

2000-02-15 Thread Christopher Hylands
The Ptolemy group used Purify with good success, there are hooks in the makefiles to build purified binaries. Purify is available for both Unix and Windows from Rational http://www.rational.com/products/purify_unix/index.jtmpl Insure from Parasoft is also supposed to be pretty good, though I

Re: error in loading shared libraries

2000-03-23 Thread Christopher Hylands
Check out the troubleshooting guide: http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/user/html/install.doc5.html#A.5.9 Dynamic linking fails Basically, you will want to use nm to see if the missing symbol is present in MyMessage.o -Christopher Hello, I got some

Re: Parameter boxes

2000-03-28 Thread Christopher Hylands
If you check a box, then that parameter should appear in the run control panel Tom Lane added this some time ago, he wrote: 2. Custom display of universe parameters in run control panels. This needs a little explanation: It's been possible for some time to have Tk stars add interactive

Re: MATLAB 5 under redhat 6.x (glibc2.1/libc5 problems)

2000-04-06 Thread Christopher Hylands
Wolfgang's original message was over 40k, so it got bounced by Majordomo, so it did not go out to ptolemy-hackers subscribers I've hacked off the bottom part of the message and I'm resending it. -Christopher Date: Thu, 06 Apr 2000 19:52:00 +0200 From: Wolfgang Reimer [EMAIL PROTECTED]

Re: Posted wrong code

2000-07-24 Thread Christopher Hylands
T [EMAIL PROTECTED] writes: Hi, I'm having a problem with a circular plot in that when I run my code a line is left behind instead of being erased. You can see what I mean if you compile my code. (plotapplet.jar will need to be in the working directory to use appletviewer). Any help

Re: Whither RecordToken?

2000-08-01 Thread Christopher Hylands
I'm not sure about this, but no one has answered, so I'll take a shot. At this time, there is no RecordToken in the tree. We don't have an expected appearance date for RecordToken. -Christopher The design document of ptII0.4beta, section 10.3, mentions a forthcoming

Re: Ptolemy Classic

2000-09-06 Thread Christopher Hylands
ptcl is the non-graphical version of pigi, see: http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/user/html/ptcl.doc12.html#3.12 Some hints on advanced uses of ptcl with pigi However, if you are using up 550Mb of memory, it is doubtful if running ptcl will get you much farther.

Re: Transfering Files

2000-10-05 Thread Christopher Hylands
Use the masters program or the ptfixtree program See http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/user/html/pigi.doc12.html#2.12.11 Copying and moving designs -Christopher Dear Hackers: I have several files (galaxies or universes) that I have created and

Re: Linux under Mandrake7.0

2000-10-13 Thread Christopher Hylands
I don't know much about Mandrake 7.0. I'm assuming that you are trying to install Ptolemy 0.7.1 You might find it easier to install 0.7.2devel, which has support for gcc-2.95.2, see http://ptolemy.eecs.berkeley.edu/ptolemyclassic/pt0.7.2/download.htm I'm not that certain about the Ptolemy 0.7.1

Ptolemy II 1.0beta is available for download

2001-02-05 Thread Christopher Hylands
release of Ptolemy II 1.0. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010

Announce: Ptplot 5.1 available for download

2001-02-19 Thread Christopher Hylands
Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010 (if busy -4068) (Office: 493 Cory

Re: VHDL domain

2001-02-20 Thread Christopher Hylands
We have no plans to release a Ptolemy II VHDL domain. In principal, we could write a VHDL backend to the as yet unreleased Ptolemy II codegen facility. Ptolemy Classic has a VHDL domain for use with Synopsys. -Christopher htmlDIV PI want to know when VHDL domain will be

Re: VHDL Back End Generation!! [Code generation in Ptolemy II]

2001-02-21 Thread Christopher Hylands
for Ptolemy II," ERL Technical Report UCB/ERL No. M00/25, Dept. EECS, University of California, Berkeley, CA 94720, May 19, 2000. http://ptolemy.eecs.berkeley.edu/publications/papers/00/codegen/ There is a short summary at: Jeff Tsay, Christopher Hylands and Edward Lee, "A Code Gene

Sinewave.xml not found [was Re: Problem related to Ptolemy Classic]

2001-02-24 Thread Christopher Hylands
Satyanarayana Kakarlamudi [EMAIL PROTECTED] writes: I am trying to run a sample program modulation.xml using vergil in ptolemyII 1.But i am getting an error message like ptolemy.actor.lib.Sinewave class not found.I checked for this class in ptolemy.actor.lib package.But

Ptolemy II 1.0 is available for download

2001-03-14 Thread Christopher Hylands
il message. To unsubscribe to ptolemy-interest, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the body of the email message. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 p

Ptolemy II 1.0.1 available for download

2001-03-19 Thread Christopher Hylands
Apologies, but in the rush to get a master CD out for the Ptolemy Miniconference Tutorial, there are three small errors that prevent rebuilding the Ptolemy II 1.0. These errors primarily affect Windows users who use the Installshield Windows installer to install Ptolemy II in a directory that

Internationalization workaround to Ptolemy II

2001-04-04 Thread Christopher Hylands
Johan Ecker pointed out that Ptolemy does not behave well under Windows machines that are not using the US locale. Other people had similar problems in at the Miniconference. Johan wrote: Floating Point Delimiter Ptolemy gave tons of exception when started on my laptop which has Swedish

Re: pthread of Ptolemy in Linux system

2001-04-17 Thread Christopher Hylands
I believe that the problem with the PN domain under Linux was a compilation problem, but this was so long ago, I'm not really sure. On 98/03/26 I folded the following changes in from Wolfgang Reimer into mk/config-linux.mk: change optimization flags to get better performance with Pentium -

Re: what is TCL ?

2001-05-07 Thread Christopher Hylands
Tcl is Tool Command Language, which was developed by John Ousterhout while he was a professor here at UC Berekeley. Tcl is a scripting language, much like Python. Perl has a much larger user community than Tcl or Python. There is a Tcl newsgroup: comp.lang.tcl Ptcl is Tcl with Ptolemy

Re: setButtons (in Ptplot)

2001-05-16 Thread Christopher Hylands
[EMAIL PROTECTED] (=?iso-8859-1?q?Landini=20Dario?=) writes: Hello, just a question: using the jdk1.3 and ptolemy5.1p1 the method setButtons(), in a Histogram class, shows me four buttons with three points for each; it's possible to write something on them? Or it's possible to show the

Re: Infobus Ptolemy II

2001-05-18 Thread Christopher Hylands
Daniel =?iso-8859-1?Q?L=E1zaro?= Cuadrado [EMAIL PROTECTED] writes: Hi everybody! I would like to know whether you have ever considered to use the Infobus technology within Ptolemy II and if so, what was the result (if there is any useful applicability of it to the projet,

Re: FSM AbstractActionsAttribute

2001-05-21 Thread Christopher Hylands
Hmm, perhaps the file is corrupt or has length 0? The file in the distribution is 4898 bytes in size. -rw-r--r-- 1 cxh 4898 Mar 11 12:24 ptolemy/domains/fsm/kernel/AbstractActionsAttribute.class You could try reinstalling Ptolemy II, or grabbing the class file from

[Re: converting a model from xml to java]

2001-05-21 Thread Christopher Hylands
There is no automated way to do this in the Ptolemy II 1.0.1 We have developed methods of generating java classes from models, but we have not released anything yet. $PTII/ptolemy/domains/sdf/Butterfly/Butterfly.java is a java class that implements the model in Butterfly.xml. Butterfly.java

Re: about installation of vergil

2001-05-31 Thread Christopher Hylands
Sorry that the installer did not work for you. You might try using the latest version of Ptolemy II, which can be found at http://ptolemy.eecs.berkeley.edu/ptolemyII/ptII1.0/download.htm I'm not very happy with the installer we chose, which is Installshield Multiplatform 4.0. A list of bugs is

Re: Ptolemy II on CD-ROM

2001-06-04 Thread Christopher Hylands
I'm slightly confused, are you planning on creating your own cd with Ptolemy on it, or having problems with the Ptolemy II cd we supplied at the miniconference? Also, I'm assuming we are talking about the Windows platform here. If you are having problem installing Ptolemy II from the cd we

Re: customized markers

2001-06-06 Thread Christopher Hylands
ptolemy.plot.PlotBox and ptolemy.plot.Plot are the two classes to look at. You might look at how the bounding box for the zoom function is implemented. The popup feature is somthing other people have asked about, it would be nice to implement. -Christopher I have been using

Re: asking questions-sengouttouvane

2001-06-06 Thread Christopher Hylands
[EMAIL PROTECTED] (sengouttouvane sengouttouvane) writes: i have seen your email address in the ptolemy website. My name is sengouttouvane and i am now studying about ptolemyII to modify the project.i learned how to add additional library in the table using the xml and java

Re: Memory BottleNeck!

2001-06-12 Thread Christopher Hylands
. '=== -- Original Message From: Christopher Hylands[EMAIL PROTECTED] Subject: Re: Memory BottleNeck! Date: Tue, 12 Jun 2001 08:56:04 -0700 From: MOO [EMAIL PROTECTED] Hi Christopher, I'm figuring out the memory bottleneck in ptolemy as a java

Re: ptkImportantMessage

2001-06-26 Thread Christopher Hylands
/main.htm -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010 (Office: 400A Cory

Re: Import a new Actor inside Virgil

2001-07-31 Thread Christopher Hylands
/ptpub/addinganactor.htm -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010

Re: questions on configuring the plot display

2001-09-07 Thread Christopher Hylands
chapter of the Ptolemy Design document describes PlotML as well, see http://ptolemy.eecs.berkeley.edu/java/ptplot5.1p1/ptolemy/plot/doc/plot.pdf -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Ptolemy/Gigascale Silicon Research Center US Mail: 558 Cory Hall #1770 ph

Re: Simulation in the BDF domain (Ptolemy Classic)

2001-10-04 Thread Christopher Hylands
Offhand, I'm not sure. I'm not that familiar with BDF. src/domains/bdf/kernel/BDFClustPort.cc is where the error message comes from: // The following procedures are used in the propagation of arc // counts from outer to inner arcs. int BDFClustPort::maxArcCount() { BDFClustPort* p =

Vergil drag and drop fails after Exception [was Re: slow but not steday ]

2001-10-31 Thread Christopher Hylands
Is drag and drop the only thing that is not working after an exception? Are the menus still active? Note that when vergil throws an exception, the dialog that comes up is a Modal Dialog, which must be dismissed before you can interact with other windows. Modal Dialogs are a bad thing in

Re: Educational applets in PT II ?

2001-10-08 Thread Christopher Hylands
, we do not have a separate release of the source for these applets. BTW - Ptplot3.1 is the most recent release of Ptplot that will work with Java 1.1. Ptplot5.1p1 is the most recent release of Ptplot, but it requires Java 1.2 -Christopher Christopher Hylands[EMAIL PROTECTED] University

Re: Support for cut in Vergil

2001-12-12 Thread Christopher Hylands
In comp.soft-sys.ptolemy, [EMAIL PROTECTED] (Dirk) writes: Is there already support for CUT in Ptolemy II ( Copy and Paste are support ed ) Maybe in an intermediate code base. Thanks, Dirk Yep, Cut is not implemented in Ptolemy II 1.0.1,

CT Questions

2002-01-15 Thread Christopher Hylands
Jie Liu responded to Tunc Simsek's questions, but his response to ptolemy-hackers bounced because of a configuration issue. -Christopher Hi Tunc, At 11:04 AM 1/14/2002 -0800, Christopher Hylands wrote: These two questions from Tunc appeared in comp.soft-sys.ptolemy Offhand, I don't have

Re: Quantizer bug

2002-04-10 Thread Christopher Hylands
This bounced, so I'm forwarding it -Christopher --- Forwarded Message From: Bart Kienhuis [EMAIL PROTECTED] To: Jeff Patterson [EMAIL PROTECTED] Subject: Re: [Ptolemy] Re: Quantizer bug Cc: Stephen Andrew Neuendorffer [EMAIL PROTECTED], Zoltan Kemenczy [EMAIL PROTECTED], [EMAIL

Re: Two basic questions from a new subscriber

2002-12-09 Thread Christopher Hylands
://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/ptII/doc/codegen.htm --end-- -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720

Re: fsm domain

2002-12-10 Thread Christopher Hylands
/ptolemyII/ptIIfaq.htm#ptolemy classic -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010, (707)665-0131

Re: class report available?

2002-12-10 Thread Christopher Hylands
addresses for Mudit and Dick Stevens. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010, (707)665-0131

Re: WDL

2003-01-02 Thread Christopher Hylands
Ed Willink responded below, but his message bounced because of an address change. Ed's message is below -Christopher -Original Message- From: shirin mohseni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 12:25 PM Hi Shirin Anyone knows about WDL.

Re: Ptolemy and Matlab

2003-01-03 Thread Christopher Hylands
of computation added this way are second class. For example, they cannot define the model of computation at the top level of the hierarchy, and cannot contain Simulink models within their own components. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California

Re: multiple displays in run window

2003-01-10 Thread Christopher Hylands
(Sorry if this is a repeat, majordomo is having configuration issues) Yep, this would be a good feature, but it is fairly hard to get right. We have no plans to introduce a feature like this, but it would be nice to have one. The layout managers in Java are somewhat lame and difficult to use. I

Re: extend the expression language of Ptolemy II

2003-01-14 Thread Christopher Hylands
of the issues we ran into with non-double functions, but keep an eye out. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home

Re: rearranging actor ports

2003-01-14 Thread Christopher Hylands
In comp.soft-sys.ptolemy, [EMAIL PROTECTED] (Marcus Pang) writes: Hi! Does anyone know how to programmatically rearrange the port order in an actor in Ptolemy II? In an actor, the ports appear in creation order. Is there a way to rearrange them and still keep any

Re: Error in compilation

2003-01-15 Thread Christopher Hylands
From: [EMAIL PROTECTED] (Shirin Mohseni) Subject: Error in compilation Date: 14 Jan 2003 22:47:01 -0800 Hi i am trying to compile Ptolemy classic for redhat 7.3, using gcc2.96. I get the following error in a file called acs_vhdl_lang.h line#201 - 210. It tries to define functions with

Ptolemy Release and Miniconference News

2003-01-24 Thread Christopher Hylands
HyVisual 2.2-beta - Next week, we will be releasing HyVisual 2.2-beta, which is a runtime only version of Ptolemy II that includes the CT and FSM domains. This version is primarily for the Model-Based Integration of Embedded Software (MoBIES) project, see

HyVisual 2.2-beta available for download

2003-01-29 Thread Christopher Hylands
the software development process. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010, (707)665-0131

Re: Ptolemy Version 2.0.1 is incompatible with 1.0.1 ???

2003-01-31 Thread Christopher Hylands
That is a bug in Java, not a bug in Ptolemy II. Java should not crash, no matter what Ptolemy II does. What platform are you on? I'm guessing Windows NT. What service pack? You might try a different OS, or upgrade your current OS to the most recent service pack. It looks like you are running

Re: Ptolemy Version 2.0.1 is incompatible with 1.0.1 ???

2003-02-03 Thread Christopher Hylands
solve it? [EMAIL PROTECTED] (Christopher Hylands) wrote in message news:200301 [EMAIL PROTECTED]... That is a bug in Java, not a bug in Ptolemy II. Java should not crash, no matter what Ptolemy II does. What platform are you on? I'm guessing

Re: Java3D 1.3 doesn't work with PtolemyII2.0.1

2003-02-12 Thread Christopher Hylands
Jim Kleckner [EMAIL PROTECTED] writes: My next experiment was to get Java3D working. I am using Java SDK 1_4_1_01 but found that the most recent versino of Java3D 1_3 would silently not work. Downgrading to Java3D 1_2_1_04 (DirectX) subsequently worked. Thanks for the feedback. There is a

Re: Contour plotting?

2003-02-14 Thread Christopher Hylands
I'm assuming by a contour plot you mean the classic weathermap where areas of like temperatures all have the same color. Ptplot does not support contour plots. In principle it could be extended, to support contour plots, but it would take quite a bit of effort. The Matlab demo in Ptolemy II

Re: Contour plotting?

2003-02-14 Thread Christopher Hylands
I'm not sure about using Java 3D for a contour plot. It would likely work, but I'm no Java 3D expert. It would be very cool though. Another solution would be to modify ptplot so that a dataset represented the border of a range to be plotted and then color the areas appropriately. This sounds

Time domain simulation of Sigma Delta A/D converters using Ptolemy Classic

2003-02-19 Thread Christopher Hylands
/ -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010, (707)665-0131(office: 400A Cory

Re: Using Listen to actor for debugging.

2003-02-21 Thread Christopher Hylands
The quick answer is that if an atomic actor has code like: if (_debugging) { _debug(getFullName() + consuming trigger Token + _thisTrigger); } then when you listen to the actor, you will see the messages. The slightly longer answer

Ptolemy Miniconference: May 9, 2003, Oakland, California

2003-02-24 Thread Christopher Hylands
The Ptolemy Miniconference is an opportunity for users and researchers from industry, academia, and government to get together and present their work to the Ptolemy community. It is typically held every two years. The Fifth Biennial Ptolemy Miniconference will be held on Friday, May 9, 2003 at

Re: How to call the function RunTableau with my own model saved as .xml file ???

2003-03-04 Thread Christopher Hylands
In comp.soft-sys.ptolemy, Bill Ng writes: In my acadamic project, we need to write a new GUI on top of vergil and to run the model made by vergil. That is a fairly big project! If I have a model xml file ( c:/cygwin/ptII/ptolemy/vergil/project/model.xml), how can I use RunTableau to run

Re: about ptolemy0.7.1 install for redhat8.0-linux-i386

2003-03-11 Thread Christopher Hylands
BTW - next time, please post some of the errors you are seeing, it helps us determine what the problem is. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642

HyVisual startup problem [was Re: HyVisual 2.2-beta available for download ]

2003-03-13 Thread Christopher Hylands
updated. -Christopher Christopher Hylands[EMAIL PROTECTED] University of California Programmer/Analyst Chess/Ptolemy/GSRC US Mail: 558 Cory Hall #1770 ph: (510)643-9841 fax:(510)642-2739 Berkeley, CA 94720-1770 home: (510)526-4010, (707)665-0131(office: 400A Cory

  1   2   >