[GiDlist] RamDebugger

Moderator: GiD Team

Post Reply
Jose Antonio Fernandez

[GiDlist] RamDebugger

Post by Jose Antonio Fernandez »

Hello,

I would like to use RamDebugger with GID 7.4.7b under windows.
I have installed RamDebugger.
I have modified the file Tclfile-opengl.tcl in order to update the
directory where RamDebugger is installed.
After executing GiD and looking for it in RamDebugger 'File-Debug on' (even
after Update remotes) Gid doesn't appear.
Could you help me? What is wrong?
Thanks a lot, best regards.
Jose Antonio
Ramon Ribó

[GiDlist] RamDebugger

Post by Ramon Ribó »

Hello,

You must change tclfile-opengl.tcl from:

-----------------------------------------------
if { $tcl_platform(platform) == "windows" && $GidPriv(Configuration) ==
"debug" } {
catch {
# enter here the path where you have installed RamDebugger,
subdirectory addons
# for example: c:\Program files\RamDebugger\addons
lappend auto_path {c:\gid project\RamDebugger\addons}
package require commR
comm::register gid 1
}
}
bind all F12 {
# enter here the path where you have installed RamDebugger
# for example: c:\Program files\RamDebugger
lappend auto_path {c:\gid project\RamDebugger}
lappend auto_path {E:\Programas\ActiveTcl8.4.1.0\lib}
lappend auto_path {E:\Programas\ActiveTcl8.4.1.0\lib\tcl8.4}
catch { package require RamDebugger }
}
------------------------------------------------------------------------
---
To:

------------------------------------------------------------------------
---
if { $tcl_platform(platform) == "windows" } {
catch {
# enter here the path where you have installed RamDebugger,
subdirectory addons
# for example: c:\Program files\RamDebugger\addons
lappend auto_path {c:\my\path\to\RamDebugger\addons}
package require commR
comm::register gid 1
}
}
bind all F12 {
# enter here the path where you have installed RamDebugger
# for example: c:\Program files\RamDebugger
lappend auto_path {c:\my\path\to\RamDebugger}
catch { package require RamDebugger }
}
------------------------------------------------------------------------
---

If you want to have better diagnostics of the problem, take the
'catch' out.

If everything is OK, you will be able to use RamDebugger in two
modes:

- As external debugger, Opening RamDebugger and selecting: Files-Debug
on-GiD
- Or just pressing key 'F12' inside GiD

Regards,

--
Compass Ing. y Sistemas Dr. Ramon Ribo
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 Jose Antonio
Fernandez
Enviado el: martes, 11 de mayo de 2004 17:59
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] RamDebugger


Hello,

I would like to use RamDebugger with GID 7.4.7b under windows. I have
installed RamDebugger. I have modified the file Tclfile-opengl.tcl in
order to update the directory where RamDebugger is installed. After
executing GiD and looking for it in RamDebugger 'File-Debug on' (even
after Update remotes) Gid doesn't appear. Could you help me? What is
wrong? Thanks a lot, best regards. Jose Antonio





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

[GiDlist] RamDebugger

Post by Enrique Escolano »

Remember to set the global variable GidPriv(Configuration) to debug

Inside the file 'ConfigureProgram.tcl', comment and uncomment the appropiate lines:

#set GidPriv(Configuration) release
set GidPriv(Configuration) debug

Enrique Escolano

----- Original Message -----
From: "Jose Antonio Fernandez" Jose.A.Fernandez at cedex.es
To: gidlist at gatxan.cimne.upc.es
Sent: Tuesday, May 11, 2004 5:59 PM
Subject: [GiDlist] RamDebugger


Hello,

I would like to use RamDebugger with GID 7.4.7b under windows.
I have installed RamDebugger.
I have modified the file Tclfile-opengl.tcl in order to update the
directory where RamDebugger is installed.
After executing GiD and looking for it in RamDebugger 'File-Debug on' (even
after Update remotes) Gid doesn't appear.
Could you help me? What is wrong?
Thanks a lot, best regards.
Jose Antonio





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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20040517/4a4ec595/attachment.htm
Enrique Escolano

[GiDlist] present cracks in reinforced concrete

Post by Enrique Escolano »

Maybe you can write another auxiliary mesh, for postprocess pourposes only. Can duplicate and move the nodes to show a crack
Can also try to write as result some scalar "damage" parameter.

Regards
Enrique
----- Original Message -----
From: hoang nguyen
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, May 12, 2004 2:27 PM
Subject: [GiDlist] present cracks in reinforced concrete


Hi All,

I would like to present cracks in reinforced concrete. The direction of crack can be presented by principal strain direction. As a crack only occurs when tensile strain greater than cracking limit, cracks in concrete could be presented by those principal strain vectors, which are greater than the cracking limit. This is a possible way to show cracks. It may work or not. Could anybody have any idea how to present cracks either by this way or any other ways?

Thank you in advance.

Regards,

Hoang


------------------------------------------------------------------------------
FREE pop-up blocking with the new MSN Toolbar - get it now! _______________________________________________ GiDlist mailing list GiDlist at gid.cimne.upc.es http://gid.cimne.upc.es/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20040517/815cf13d/attachment.htm
Post Reply