im trying sugar out for the first time right now with matlab 6.1 (r12.1) .. im trying to repeat the examples in the manual .. but i cant get most of them to work .. is there any easy way of learning sugar 3.1 w/o trying to tear apart the demo files?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-10
I don't know what MUMPS is.And how to open the .net files I want use SUGAR to copulate a mirror's deformation,Below the mirror there are many electrodes which is fastened.The mirror's boundary is also fatened Can you give me some advices
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
MUMPS is a process to fabricate MEMS devices.
Try a web search on MUMPS.
Please describe in more detail what kind of mirror you are trying to build. How much deformation does the mirror undergo? Are the plates of the mirror actually deforming? Depending on the geometry, your approach will differ.
To open .net files, use your favorite text editor.
Best,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You may need to set up some things to get the demos to work. Depending on which operating system you are using, set up will be different.
If you are using windows, cd into the directory where you unzipped the files. Run sugar_init.
If you are using a Unix based platform, make sure you add the appropriate paths to the src and lua directories. (use the addpath syntax)
Let me know what kind of problems you have.
Best,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-14
The mirror I calculate is roundness with 10000um in radius.and 20um in thickness.The electrodes below the mirror is sector.It's distance to the center is about 30000um.I have 6 electrodes it's z-axes symmetric.The deformation I wanted is about
10um.Should I do some settings in matlab to load netlist files.Can you tell me more details on how to load netlist
e-mail zhksky@163.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you have a schematic diagram, it may be easier to translate what you mean. These scales are quite a bit larger than usual MUMPS devices (1 cm across and 20um thick), so it must be for a different process?
Best,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you want to put quotes around your file name.
net=cho_load('your_structure.net')
mumps.net is an included file and gives some basic definitions. A netlist you probably want to load is one with a structure in it, like cantilever3.net in the demo directory.
Best,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-17
In G:\sugar\sugar31-040403\test\sugar2-demo,there
is a demo_mirror.m file,when it goes.I have problem
net = cho_load('mirror3.net'); % Load the netlist
error: Could not open file
stack traceback:
1: function `use' [C]
2: main of file `mirror3.net' at line 1
??? Error while interpreting net file
Error in ==> G:\sugar\sugar31-040403\test\sugar2-demo\sugarmex.dll
Error in ==> G:\sugar\sugar31-040403\src\matlab\cho_load.m
On line 12 ==> handle = sugarmex('use', file);
Error in ==> G:\sugar\sugar31-040403\test\sugar2-demo\demo_mirror.m
On line 29 ==> net = cho_load('mirror3.net'); % Load the netlist
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-20
I can't find model for the roundness object within the netlist file,Can sugar do it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-12
hi
im trying to define a combdrive mems and use the sugar library for that. Nevertheless i have some difficulties defining the right netlist and to understand the parameters to use with "MF_comb2d(flag, R, params, q, t, nodes, varargin)".
Where can i find explanation about it...?
Is there a demo available for these kind of systems?
Thanks for your help
Matlascu
PS: is the function "comb.net" that appears in the user guide 3.0 existing? where?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
im trying sugar out for the first time right now with matlab 6.1 (r12.1) .. im trying to repeat the examples in the manual .. but i cant get most of them to work .. is there any easy way of learning sugar 3.1 w/o trying to tear apart the demo files?
I don't know what MUMPS is.And how to open the .net files I want use SUGAR to copulate a mirror's deformation,Below the mirror there are many electrodes which is fastened.The mirror's boundary is also fatened Can you give me some advices
Hi,
MUMPS is a process to fabricate MEMS devices.
Try a web search on MUMPS.
Please describe in more detail what kind of mirror you are trying to build. How much deformation does the mirror undergo? Are the plates of the mirror actually deforming? Depending on the geometry, your approach will differ.
To open .net files, use your favorite text editor.
Best,
David
Hi,
You may need to set up some things to get the demos to work. Depending on which operating system you are using, set up will be different.
If you are using windows, cd into the directory where you unzipped the files. Run sugar_init.
If you are using a Unix based platform, make sure you add the appropriate paths to the src and lua directories. (use the addpath syntax)
Let me know what kind of problems you have.
Best,
David
The mirror I calculate is roundness with 10000um in radius.and 20um in thickness.The electrodes below the mirror is sector.It's distance to the center is about 30000um.I have 6 electrodes it's z-axes symmetric.The deformation I wanted is about
10um.Should I do some settings in matlab to load netlist files.Can you tell me more details on how to load netlist
e-mail zhksky@163.com
Hi,
If you have a schematic diagram, it may be easier to translate what you mean. These scales are quite a bit larger than usual MUMPS devices (1 cm across and 20um thick), so it must be for a different process?
Best,
David
This is the problem
>> sugar_init
SUGAR 3.1
Build system: i686-pc-cygwin
Build date : Fri Apr 4 10:59:37 2003
Bug reports : dbindel@cs.berkeley.edu
>> net=cho_load(mumps.net)
??? Undefined variable 'mumps'.
Hi,
I think you want to put quotes around your file name.
net=cho_load('your_structure.net')
mumps.net is an included file and gives some basic definitions. A netlist you probably want to load is one with a structure in it, like cantilever3.net in the demo directory.
Best,
David
In G:\sugar\sugar31-040403\test\sugar2-demo,there
is a demo_mirror.m file,when it goes.I have problem
net = cho_load('mirror3.net'); % Load the netlist
error: Could not open file
stack traceback:
1: function `use' [C]
2: main of file `mirror3.net' at line 1
??? Error while interpreting net file
Error in ==> G:\sugar\sugar31-040403\test\sugar2-demo\sugarmex.dll
Error in ==> G:\sugar\sugar31-040403\src\matlab\cho_load.m
On line 12 ==> handle = sugarmex('use', file);
Error in ==> G:\sugar\sugar31-040403\test\sugar2-demo\demo_mirror.m
On line 29 ==> net = cho_load('mirror3.net'); % Load the netlist
I can't find model for the roundness object within the netlist file,Can sugar do it
hi
im trying to define a combdrive mems and use the sugar library for that. Nevertheless i have some difficulties defining the right netlist and to understand the parameters to use with "MF_comb2d(flag, R, params, q, t, nodes, varargin)".
Where can i find explanation about it...?
Is there a demo available for these kind of systems?
Thanks for your help
Matlascu
PS: is the function "comb.net" that appears in the user guide 3.0 existing? where?