Merry Christmas n Happy NewYear 2000

1999-12-23 Thread Do Trong Tu

ptII on linux

1999-12-16 Thread Jens Voigt
Hello everybody, I successfully "ported" PtolemyII0.3 to Linux. Using SUN's recently released JDK1.2.2 for Linux there was nothing to do for using ptII on Linux except a recompile of everything. I'm not quite sure, but I think this recompile might be caused by the rc1 status of the Linux

Problem with memory

1999-12-10 Thread K W Wong
Hi there, When i wanted to run the simulation, i get this warning message: Warning:Representation size 4 must match superclass's to override foreground. When i ran the simulation, i got this error message: Virtual memory exceeded in 'new' Vem RPC: connection has been broken

How to link C code to a Star?

1999-12-07 Thread Zhao Wenhui
Hi hackers, I try to use some C code in a new star. I compiled the Star and the C code into .o files seperately. The C code is compiled by gcc -c . Then I use the "ld -r myStar.o my_c_fun.o" to link the two .o files together and rename the a.out to myStar.o. Then I dynamically linked the

About the makefile of making my own star

1999-12-06 Thread Zhao Wenhui
Hi, I have made a new star of my special purpose, and I need to link several other .obj files into the Star.I failed to do this by invoking "make-star" in the pigi. I think I need to write a makefile and I had refered to the Manuals, such as the A.5.10 section of User Manual (dynamical link

No Subject

1999-12-05 Thread Tran Huu Thinh
Subscribe

Re: MoML

1999-11-28 Thread Edward A. Lee
MoML will be supported by the next release of Ptolemy II, tentatively numbered Ptolemy II 1.0, tentatively scheduled for January. Edward At 09:22 AM 11/25/99 -0800, you wrote: I have read various references to MoML on the Ptolemy website, including a draft specification by Ed Lee. Is MoML

New User Seeking for Ptolemy Hackers Help

1999-11-15 Thread Thymios
Hi, I am Thymios, a new PTOLEMY user, from the department of Informatics of University of Athens Greece. I am looking for a simulation tool, to simulate a simple 3 node or a 4 node optical WDM network (eg. a ring), where each node will include post and pre amplifiers, cross connectors,

Re: New User Seeking for Ptolemy Hackers Help

1999-11-15 Thread Wolfgang Reimer
Thymios wrote: Hi, I am Thymios, a new PTOLEMY user, from the department of Informatics of University of Athens Greece. I am looking for a simulation tool, to simulate a simple 3 node or a 4 node optical WDM network (eg. a ring), where each node will include post and pre amplifiers,

reset-memory in a CGDomain

1999-11-15 Thread Michael Henze
Porthole and states in a CG domain are allocated in a resource which is specified in the associated Target. In the CG56 domain for example states and portholes are allocated into the X- or Y-memory bank. I want to implement a star, that can reset these allocation. That means from this star on,

Ptolemy X Simulating Ip Networks

1999-11-13 Thread amacario
Hackers: I'm interested in simulate Ip routing with Ptolemy. Do you know any group that works with Ptolemy involving Ip routing? Thanks André Macário Barros _ BRASIL ONLINE Todo brasileiro tem direito a

Re: version control and Ptolemy

1999-11-03 Thread Edward A. Lee
This is an issue that we are currently addressing in Ptolemy II by allowing galaxies (called "composite actors" in Pt II) to be instantiated "by reference" or "by copy". An interesting twist is that if you instantiate by copy, then when you look inside, you will see the instance of the galaxy,

Hello

1999-11-02 Thread kili2
Good morning, I want to join any hackers' group. Could you give me any addresses. With regards. Mariusz from Poland Posted to the ptolemy-hackers mailing list. Please send administrative

Re: Run Ptolemy in LAN network

1999-10-29 Thread Wolfgang Reimer
Christopher Hylands wrote: There are two way: 1) Ptolemy is an X11 program, so you can log in to the machine that has Ptolemy installed locally and set your DISPLAY variable to the name of the remote machine and then start up pigi and it should display on your remote machine. 2) You

Disk Representative corrupted?

1999-10-28 Thread Tatcha Chulajata
Dear, I'm using Classic Ptolemy version 0.7p1. I have built an already big simulation block. Unfortunately, I got a message "octOpenRelative: The disk representation is corrupted." when I tried to run or compile. It happened, however, after I successfully ran the simulation many times.

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; }

glibc-2.1.1 and missing __setfpucw

1999-10-28 Thread Dion Kant
As I have seen that more people have problems with a missing __fsetfpucw when compiling/linking software with glibc-2.1.1 here is my hack to solve this problem. Before glibc-2.1.1 the function __setfpucw() was declared global in /usr/include/fpu_control.h at the end of this file . . .

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

Multi-processor environment

1999-10-27 Thread Hyeran Lim
Hello. Can any version of ptolemy support a computer with several processors? I wonder whether I can use all processors in my computer for simulation. Thanks. Hyeran Lim Posted to the ptolemy-hackers mailing list.

Run Ptolemy in LAN network

1999-10-26 Thread Do Trong Tu
Hello, I setup Ptolemy 0.7.1 on Red Hat Linux 5.1. And our laborartory have configed a LAN network. Can I run Ptolemy in that computer when I am in other computers in LAN. If can, could you give me some guidance and advice to do it. Many thanks in advance. Do Trong Tu

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

pxgraph question

1999-10-17 Thread Saleheen, Hasan
Hi, I am using the newer version pxgraph (jave implementation). It cannot find the path for pxgaph even after I have set up the path ($PTOLEMY/tycho/java/ptplot). Can anyone tell me what paths I need to setup to run pxgraph ? Is there any specific version of java that it needs to run ?

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

Fixed-point type ...

1999-10-05 Thread Michel Schuster
Hi Hackers, I am using some fixed-point stars. Now, it seems that the number of fractional bits is limited to 23 bits. For instance, when I use the fixed-point Const Star, and give the value 0.123456789 with a precision of 2.10, I get the result : 0.123046875 with a precision of 2.16, I get the

Error: SDF No such domain

1999-10-05 Thread Robert Rozman
Hello, thanks to Zoltan Kemenczy for his instructions about building pt.7.1. under NT. I managed to compile pt1.7.1 with some minor changes and additions and I think I'm near the end. I get all 3 windows on startup, but message like : "SDF : No such domain", and in ptcl:domains I get only code

Homeworkers Needed!

1999-10-01 Thread mowhco
Dear Future Associate, You Can Work At Home Set Your Own Hours. Start earning Big Money in a short time NO Newspaper Advertising! Your job will be to stuff and mail envelopes for our company. You will receive $.25 for each and every envelope you

Progress on NT, y ticks, and link

1999-10-01 Thread frank davis
Hello Hackers, 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 the ptolemy plot package, I put

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

Homeworkers Needed!

1999-10-01 Thread mowhco
Dear Future Associate, You Can Work At Home Set Your Own Hours. Start earning Big Money in a short time NO Newspaper Advertising! Your job will be to stuff and mail envelopes for our company. You will receive $.25 for each and every envelope you

Homeworkers Needed!

1999-10-01 Thread mowhco
Dear Future Associate, You Can Work At Home Set Your Own Hours. Start earning Big Money in a short time NO Newspaper Advertising! Your job will be to stuff and mail envelopes for our company. You will receive $.25 for each and every envelope you

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

Homeworkers Needed!

1999-09-30 Thread mowhco
Dear Future Associate, You Can Work At Home Set Your Own Hours. Start earning Big Money in a short time NO Newspaper Advertising! Your job will be to stuff and mail envelopes for our company. You will receive $.25 for each and every envelope you

Homeworkers Needed!

1999-09-30 Thread mhco
Dear Future Associate, You Can Work At Home Set Your Own Hours. Start earning Big Money in a short time NO Newspaper Advertising! Your job will be to stuff and mail envelopes for our company. You will receive $.25 for each and every envelope you

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: Ptolemy for RedHat 6.0 ...

1999-09-29 Thread Wolfgang Reimer
Robert Rozman wrote: Hello, I tryed to install Ptolemy on my PC operating with Linux RedHat 6.0 . I got the RPM packages for the RedHat 6.0, and installed the soft - where -- Thanks in advance, Robert Rozman e-mail : [EMAIL PROTECTED] They can be downloaded from

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.

Problems with SDF Delay Actor in Ptolemy II

1999-09-27 Thread Giulio Urlini
Hi hackers, I try to construct a simple loop in SDF Actor. Every time I insert a Delay Actor in the loop the SDF Applet throws an Exception : the delay actor try to read from an empty Queque. It's not a structure problem, i've checked the structure lot of times. The problem is that the delay

Memory allocation of Portholes in CGDomains

1999-09-23 Thread Michael Henze
I've programmed a CGDomain for DLX processor. This works fine so far. The DLX is 32bit processor and the memory is byte-adressed, and all memory calls must be assigned. In the CGDLXDomain the portholes are allocated in memory( like in the CG56Domain). The memory m has the following size for

Particles ...

1999-09-21 Thread Michel Schuster
Hi hackers, I need to create a star which calculates the number of particules of its input and which produces 1 output particle, this particle should be the number of particles received in input. Any suggestion ??? Best regards -- Michel Schuster Alcatel Business Systems mailto:[EMAIL

Error when creating a new star ...

1999-09-17 Thread Michel Schuster
Hi hackers, I want to build a star based on the SDFRamp star, but which can be defined in numbers of samples as a parameter, so that when connecting this new star to a xmgraph star, and running this universe, I do only need 1 iteration. The source code of SDFMyRamp.pl is : defstate { name {

Pxgraph ...

1999-09-15 Thread Michel Schuster
Hi Hackers, When I plot a graph with Ptolemy, I use the Pxgraph X11 software. This soft allows to get a zoom by clicking on the left button of the mouse, and by dragging it to create the window of the particular region you want to zoom. Now when doing this, for example if you want to get a

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: Sound eXchange

1999-09-14 Thread Wolfgang Reimer
John Altstatt wrote: The site quoted by Wolfgang, http://home.sprynet.com/sprynet/cbagwell/, doesn't work anymore, and I haven't located the replacement yet. Thank You, John Altstatt Posted to the

Sound eXchange

1999-09-14 Thread John Altstatt
The site quoted by Wolfgang, http://home.sprynet.com/sprynet/cbagwell/, doesn't work anymore, and I haven't located the replacement yet. Thank You, John Altstatt Posted to the ptolemy-hackers mailing list. Please send

Re: Sun .au sound files

1999-09-14 Thread Wolfgang Reimer
Just an additional remark WRT sound file format conversion. There is tool available for free called "sox": URL : http://home.sprynet.com/sprynet/cbagwell/ Summary : A general purpose sound file conversion tool. Description : SoX (Sound eXchange) is a sound file format converter for

Sun .au sound files

1999-09-13 Thread Michel Schuster
Hi hackers !!! Is there any way with Ptolemy to read SUN .au sound files, or to convert SUN .au sound files into PCM sound files for reading them using the PCMReadInt star in SDF domain Thank's for any suggestion. Best regards, -- Michel Schuster Alcatel Business Systems mailto:[EMAIL

seeking for Ptolemy II developers

1999-09-13 Thread Giulio Urlini
Hi, I'm an italiant engineering student. I work with ptolemy II, in particular I develop structures in SDF domain of ptolemy II. If there is anyone tha uses these tools, please contact me. I have some trouble, and maybe some hints. Thanks Giulio

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: Design of IIR filters

1999-09-12 Thread Brian Evans
Michel, I've designed an bandpass IIR filter of order 8, composed with 4 Biquad filters. Now when I try to plot the frequency response of the filter with Ptolemy, I get wrong results One rule of thumb is to put the biquad filters in ascending order of their quality factors. Each biquad

Design of IIR filters

1999-09-07 Thread Michel Schuster
Hello hackers, I've designed an bandpass IIR filter of order 8, composed with 4 Biquad filters. Now when I try to plot the frequency response of the filter with Ptolemy, I get wrong results, it seems that directly connecting 4 biquad is not the right way for cascading these filters. How can then

Ptolemy for RedHat 6.0 ...

1999-09-02 Thread Michel Schuster
Hi again, I tryed to install Ptolemy on my PC operating with Linux RedHat 6.0 . I got the RPM packages for the RedHat 6.0, and installed the soft by using the gnorpm utility. The ptolemy-bin-0.7.1p1-10.i386.rpm package worked OK, but for the ptolemy-source-0.7.1p1-10.i386.rpm package, I got a

Re : Ptolemy for RedHat 6.0 ...

1999-09-02 Thread Michel Schuster
So sorry for this 2nd mail, but the first one was mysteriously cut !!! The complete mail sounds like : Hi again, I tryed to install Ptolemy on my PC operating with Linux RedHat 6.0 . I got the RPM packages for the RedHat 6.0, and installed the soft by using the gnorpm utility. The

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

IIR filter design

1999-09-01 Thread Michel Schuster
Hello, Is there any way in Ptolemy Classic to design IIR filters ??? Thank's for any suggestion Best regards, Michel Schuster Alcatel Business Machines E-mail [EMAIL PROTECTED] Posted to the

Matlab vs Ptolemy

1999-08-31 Thread Sharad - Kumar
Hi Ptolemy Users, I have been curious to know whether Ptolemy scores over Matlab\ Simulink, as a modelling tool, in any particular way i.e. is there any particular advantage of the computing models referred to as 'domains' used in ptolemy over Simulink? I am looking to model a communication

Re:Simulation techniques

1999-08-27 Thread Nitin Jain
Hi Ptolemy Hackers, I am using PTOLEMY version 0.6 on Solaris 2.6. I am trying to model a Direct Sequence Spread Spectrum tranceiver on SDF domain. I have decided to implement Code synchronization, timing recovery, phase recovery, data detection in digital domain. Typically for my system code

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: Compiling a star with pt_fstream.h on sun4 architecture

1999-08-26 Thread Manfred Taferner
Christopher Hylands wrote: This looks like a compiler problem to me. What version of the compiler are you using? What does g++ -v return? This is what gcc -v returns: Reading specs from /vol/gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95/specs gcc version 2.95 19990728 (release)

Re: Own star

1999-08-25 Thread Nitin Jain
Hello, I am using PTOLEMY ver 0.6 on Solaris2.6. I want to write my own star for communication application. For this I need to have 8 output ports. As an example, I checked Distributor block in Control sub-library of SDF domain. There are 4 types of same block but with different number of output

How to setup linkOptions parameter with unixMulti target?

1999-08-23 Thread p. meyer
Hi, I'm working with CGC domain. I use unixMulti_C target for my universe. I've set the childType parameter to Makefile_C and I would like to change the linkOptions parameter. Unfortunately this parameter is not listed in the unixMulti_C target configuration window ("T" command). Is there

Announce: Ptplot 3.1 is available

1999-08-20 Thread Christopher Hylands
Ptplot 3.1 is available for demonstration and download from the Ptplot home page at http://ptolemy.eecs.berkeley.edu/java/ptplot Ptplot is a set of two dimensional signal plotters components written in Java with the following properties: * Embeddable in applets or applications. *

No Subject

1999-08-19 Thread kaghzan
Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PROTECTED]

time relation between demos

1999-08-17 Thread Uwe Hatnik
Hi Ptolemy-hackers, I've made some tests based on the logic circuit demonstration (Ptolemy II, DE domain). For example I've created a class DEFullAdder8 (8 bit adder) derived from the TypedCompositeActor class. This class consist of 8 DEFullAdder objects. In a same way I've built a 16-Bit

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-0.7.1p1-10 available for RH6.0 (x86)

1999-08-16 Thread Wolfgang Reimer
FYI: Ptolemy 0.7.1p1 package release 10 for RedHat Linux 6.0 (x86) is available from ftp://kapella.e-technik.tu-ilmenau.de/pub/ptolemy-0.7.1p1-10/ Minor bugs fixed with package release 10: - fixed bug reported by Patrick Meyer [EMAIL PROTECTED] (ACSSinFPCGC.pl computes a cosine instead of

How to compile Ptplot demo progs?

1999-08-16 Thread frank davis
Hello Hackers, System: Microsoft Windows NT 4.0 Java:JDK 1.2.2 Package: Ptplot 2.0 Level: newbie I have successfully installed jdk1.2.2 and have successfully compiled the "HelloWorld.java" program. Next, I created a subdirectory called "ptplot" and copied the ptolemy jars and Ptplot

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

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

setting attributes for MultiPortholes

1999-08-02 Thread Michael Henze
I am using Ptolemy 0.7 under solaris 2.5 In my code-generation domain, the DlxMemory class is inherited from the DualMemory class. The addresses for portholes may be assinged to the x-memory or y-memory. This depends on the attribute setting of the inputs or outputs of the star. This works

problems using own stars in the DE domain

1999-07-26 Thread Suma Adabala
Hi all, When I try to run an application that uses my own stars I get the message: "Error in setting up the schedule" I have compiled in my stars into pigiRpc and use the link command in ptcl to load them into the DE universe, where I use them. I don't get any error messages at any other time.

Re: makefile for user stars (problems with path substituition for object files)

1999-07-26 Thread Wolfgang Reimer
Manfred Taferner wrote: Hi, I tried to build a makefile for my own stars like discribed in the file "$PTOLEMY/mk/userstars.mk". It works but it has an annoying problem: The object files are stored in the same directory as the source files are, though the path of the source has a "src"

Re: Ptolemy fails to compile

1999-07-26 Thread Wolfgang Reimer
"p. meyer" wrote: Hi Wolfgang, Thank you very much for your answer. It seems you are the only one who is working intensively with Ptolemy at the moment. Is it true? I made the few changes in ptlang.y, and now everything works well. Please let me introduce my job. I'm working for a

Re: problems using own stars in the DE domain

1999-07-26 Thread Tom Lane
Suma Adabala [EMAIL PROTECTED] writes: When I try to run an application that uses my own stars I get the message: "Error in setting up the schedule" That suggests an error during the constructor or setup() call of one of your stars. If it's the *only* message that shows up, then something is

Re: problems using own stars in the DE domain

1999-07-26 Thread Suma Adabala
On Mon, 26 Jul 1999, Tom Lane wrote: Suma Adabala [EMAIL PROTECTED] writes: When I try to run an application that uses my own stars I get the message: "Error in setting up the schedule" That suggests an error during the constructor or setup() call of one of your stars. If it's the

Re: Ptolemy fails to compile

1999-07-23 Thread p. meyer
Hi Wolfgang, Thank you very much for your answer. It seems you are the only one who is working intensively with Ptolemy at the moment. Is it true? I made the few changes in ptlang.y, and now everything works well. Please let me introduce my job. I'm working for a European Program which aims to

Re: Ptolemy0.7.1p1 and Matlab5.3

1999-07-23 Thread p. meyer
Hi all, Now everything is all right for me ; I've just fixed my problem with Matlab interface. I simply added the path to the matlab library (/opt/matlab/default/extern/lib/sol2 for example) to LD_LIBRARY_PATH environment variable. That's all! I can run the demos. Best regards, Patrick Meyer

Ptolemy fails to compile

1999-07-22 Thread p. meyer
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 to compile the ACS domain stars (files with corona statement only). Segmentation Fault message is generated. What's the problem? Could someone

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: Ptolemy fails to compile

1999-07-22 Thread Wolfgang Reimer
"p. meyer" wrote: 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 to compile the ACS domain stars (files with corona statement only). Segmentation Fault message is generated. What's

Re[2]: Ptolemy fails to compile

1999-07-22 Thread Wolfgang Reimer
Sorry, I forgot the attachment in my first message. "p. meyer" wrote: 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 to compile the ACS domain stars (files with corona statement

Re: Ptolemy II for Linux

1999-07-16 Thread Edward A. Lee
I would like to add to Christopher's response to... "J. Sukarno Mertoguno" [EMAIL PROTECTED] writes: Is there anyway that I can get ptolemy 2 running on Linux. Seems that the problem is JDK 1.2, (java plug in), is not available for Linux yet (and who knows when it is going

BDF Cluster

1999-07-12 Thread sylvain lebreton
I work in a french firm called Thomson Detexis and we use your Ptolemy software. We would like, in the CGC domain, to use clusters that could integrate BDF scheduler (only in these clusters). The target used is unixMulti_C, shedName is HIER and childType is Makefile_C. Actually, only SDF

multimedia example

1999-07-08 Thread Marco Kindler
hi i have seen an multimedia example on a handout it was a atm network with multimedia transmition where can i find the schematic or who can send me the example thanks [EMAIL PROTECTED] Posted to the ptolemy-hackers

Ptolemy Simulation

1999-07-08 Thread Sharad - Kumar
I am using Ptolemy 0.7.1 DE domain on Solaris 2.6. I have a galaxy that runs sometimes i.e. it displays the output and plots the output values but sometimes it doesn't run at all i.e no outputs are displayed. This happens without changing a thing. I cannot figure out at all why that should

No Subject

1999-07-02 Thread ’|“à •×
Dear Pavel , Sorry, this is not the answer to your problem, but, I have some troubles with ptolemy 0.7.1. I have upgraded Linux instalation from RH5.2 to RH6.0. From that time ptolemy doesn't work. (only VEM commands window and window with init.pal appear. I'm not able to open palettes and

Re: Ptolemy 0.7.1 on Linux Red hat 6.0

1999-07-02 Thread Wolfgang Reimer
Pavel Sedivy wrote: I have some troubles with ptolemy 0.7.1. I have upgraded Linux instalation from RH5.2 to RH6.0. From that time ptolemy doesn't work. (only VEM commands window and window with init.pal appear. I'm not able to open palettes and other facets. I would like to ask you about

Re:

1999-07-02 Thread Wolfgang Reimer
?|?à *× wrote: Dear Pavel , Sorry, this is not the answer to your problem, but, I have some troubles with ptolemy 0.7.1. I have upgraded Linux instalation from RH5.2 to RH6.0. From that time ptolemy doesn't work. (only VEM commands window and window with init.pal appear. I'm not

Run Window

1999-07-01 Thread Sharad - Kumar
I am using the DE domain of Ptolemy 0.7.1. In a universe I have 9 inputs and 16 outputs. All the inputs are connected to the DEButtons and all the outputs are connected to the star Tkshowvalues. When I run this universe then all the output values are not displayed in the 'Run' window because

Log file write error

1999-06-28 Thread baum
I created a universe running with a TCL script. With this script its possible to do several iterations. I tried to run the simulation with ptcl.The first iteration was done without any problems. But at the beginning of the second iteration there was an error : "can't open /home/... for

Re: Star which cuts some elements

1999-06-09 Thread Anonymous
Thomas Wuensche wrote: Hello Mr. Taferner, should be easy for the first elements (just start a counter counting samples and process them only if the counter is greater than a limit). But I don't know a way to do the same for the last samples (how would you know that they are the last).

Array Output

1999-06-06 Thread Saleheen, Hasan
Hello, I am trying to output several arrays from a star and input them in two inputs of TkXYPlot as X and Y axis variables. It can be one or two output ports from the star. I appreciate if someone can point me the easiest way to do this. Thanks Hasan

Multiport output problem

1999-05-27 Thread Saleheen, Hasan
Hi, I am trying to create a multi output port star where the number of output ports can be varied dynamically by an input parameter. The data type for each port will be an array element of a class array. I appreciate if someone can point me how to do that with any example if available.

Re: Multiport output problem

1999-05-27 Thread Tom Lane
"Saleheen, Hasan" [EMAIL PROTECTED] writes: I am trying to create a multi output port star where the number of output ports can be varied dynamically by an input parameter. The data type for each port will be an array element of a class array. I appreciate if someone can point me

referencing errors while building pigiRpc

1999-05-20 Thread Michael Henze
I have followed the instructions, to create a pigiRpc with my own CG-Domain, of the programmer`s manual on page 15-12. When I do cd $PTOLEMY/obj.$PTARCH/pigiRpc; make I get the following error message echo char '*gVersion = "Version:' 0.7p1. \ "CGDLX Domain" \

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

Problem with Ptolemy 0.7p1 on HPUX

1999-05-18 Thread Regis Ruelland
Hi, I am on a HP-UX : uname -a HP-UX sivuca B.10.20 A 9000/856 1188904392 two-user license and I have installed ptolemy 0.7.1 with the prebuilt binaries (I don't type make install). I would like to test ptolemy and its possibilities, so I begin to run the demo but when I try Mixed

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

pigiRpc.debug

1999-05-17 Thread López
Hi, all. Where could I found the file "pigiRpc.debug", for using a symbolic debugger? Thanks. Get free e-mail and a permanent address at http://www.netaddress.com/?N=1

Star GUI question

1999-05-16 Thread Saleheen, Hasan
Hi, I am wondering whether anyone knows how to put schematic symbols like a switch, multiplexer, circuit, etc., on a star icon. I have seen those symbols on ptolemy palletes but don't know how put on user defined stars. Thank you in advance. Hasan

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

<    1   2   3   4   5   6   >