[GiDlist] (no subject)

Moderator: GiD Team

Post Reply
tarzan delasmonas

[GiDlist] (no subject)

Post by tarzan delasmonas »

hi i´m spanish student who need to use the gid for a project.
can anyone tell me all the steps to accomplished the creation of the
.sim file, and how can i linked to the .geo that it makes reference to?
this was what i wrote

.sim file

cond DESLIZADERA
1
global
cond(int,1)
1
0
0
proyecto.geo

.cnd file

NUMBER: 1 CONDITION: DESLIZADERA
CONDTYPE: over points
CONDMESHTYPE: over nodes
QUESTION: DESPLAZAMIENTO_Y
VALUE: 1
END CONDITION

my problem type name is proyecto.gid, when i´ve the .geo with the .cnd
.prb .mat and .sim in the problem type folder, i can´t load the problem
type the message is that it doesn´t exist such a problem type,
and when the .geo isn´t in the folder, when loading the problem type, it
says that there is an error in line 8 of the .sim file, that which
refers to the .geo file proyecto
thanks



---Publicidad--------------------------------------------------------
Juega con Ventura24.es, lotería inteligente y multiplica tus
posibilidades!! http://www.iespana.es/_reloc/email.ventura
Enrique Escolano

[GiDlist] (no subject)

Post by Enrique Escolano »

Not use the same name as the problem type (in your case 'proyecto') for the
.geo symbol file,
because it creates a confusion between a model and a problem type.
Use for example another name as "deslizadera.geo".

Enrique Escolano

----- Original Message -----
From: "tarzan delasmonas" tarzandelasmonas at iespana.es
To: GiDlist at gatxan.cimne.upc.es&gt tarzandelasmonas at iespana.es
Sent: Sunday, December 22, 2002 12:32 PM
Subject: [GiDlist] (no subject)


hi i´m spanish student who need to use the gid for a project.
can anyone tell me all the steps to accomplished the creation of the
.sim file, and how can i linked to the .geo that it makes reference to?
this was what i wrote

.sim file

cond DESLIZADERA
1
global
cond(int,1)
1
0
0
proyecto.geo

.cnd file

NUMBER: 1 CONDITION: DESLIZADERA
CONDTYPE: over points
CONDMESHTYPE: over nodes
QUESTION: DESPLAZAMIENTO_Y
VALUE: 1
END CONDITION

my problem type name is proyecto.gid, when i´ve the .geo with the .cnd
.prb .mat and .sim in the problem type folder, i can´t load the problem
type the message is that it doesn´t exist such a problem type,
and when the .geo isn´t in the folder, when loading the problem type, it
says that there is an error in line 8 of the .sim file, that which
refers to the .geo file proyecto
thanks



---Publicidad--------------------------------------------------------
Juega con Ventura24.es, lotería inteligente y multiplica tus
posibilidades!! http://www.iespana.es/_reloc/email.ventura


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Pablo Perez del Castillo

[GiDlist] use RamDebugger

Post by Pablo Perez del Castillo »

Hello;
I would like to use RamDebugger with GID under windows, so i have to modify
a file Tcl-opengl (help ramdebugger), and load comm, but i have not idea how
i do it. Can you help me??, i have to do with remote mode, i have to open
gid??.
A lot of thanks.
Pablo
Ramon Ribó

[GiDlist] use RamDebugger

Post by Ramon Ribó »

Hello,

To use RamDebugger with GiD, do the following:

-Install RamDebugger
-Open with an editor file 'tclfile-opengl' located
in directory 'scripts' inside GiD distribution
- Add the following lines near the end of the file:
lappend auto_path {C:\TclTk\RamDebugger\addons}
package require commR
comm::register gid 1

Note1: near the end of the file, means before the last line
with command 'return'
Note2: substitute: C:\TclTk\RamDebugger\addons for the place
where you have installed RamDebugger

Once everything is done, if GiD is open and you open
RamDebugger, GiD should appear in the 'File-Debug on' menu

Best regards and happy new year,

--
Compass Ing. y Sistemas Dr. Ramon Ribó
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Pablo Perez del
Castillo
Enviado el: martes, 31 de diciembre de 2002 1:55
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] use RamDebugger
Importancia: Alta


Hello;
I would like to use RamDebugger with GID under windows, so i have to modify
a file Tcl-opengl (help ramdebugger), and load comm, but i have not idea how
i do it. Can you help me??, i have to do with remote mode, i have to open
gid??.
A lot of thanks.
Pablo

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Post Reply