- 5
- 40 087
Saptarshi Dey
เข้าร่วมเมื่อ 8 เม.ย. 2012
วีดีโอ
Creating animation in LaTeX: Part 1
มุมมอง 12Kปีที่แล้ว
Animate package manual: mirror.niser.ac.in/ctan/macros/latex/contrib/animate/animate.pdf This is the part 1 of a two part tutorial video on how to create animation in LaTeX.
Matlab Simulink - Ansys Simplorer (Twin Builder) - Maxwell co-simulation
มุมมอง 17K2 ปีที่แล้ว
This video is a step by step guide to setup a co-simulation between Ansys Maxwell, Simplorer (now known as Twin Builder) and Matlab Simulink. With this tutorial you can do electromagnetic simulation in Maxwell with a control algorithm, however complex it might be, from Simulink.
LaTeX CircuiTikZ: Drawing high resolution circuit diagram in LaTeX
มุมมอง 5K3 ปีที่แล้ว
This tutorial video gives a step by step guidance on how to draw ultra high resolution circuit diagrams in LaTeX using CircuiTikz. It covers both path style and node style component examples. Link to the manual I mentioned in the video: ctan.um.ac.ir/graphics/pgf/contrib/circuitikz/doc/circuitikzmanual.pdf
Modal analysis of a Switched Reluctance Motor with ANSYS
มุมมอง 2.6K4 ปีที่แล้ว
This video shows a step by step procedure for FEM based modal analysis of a 8/6 SRM with ANSYS .
Thank you so much, your tutorial very helpful.
can I download the code example or do I need to type it in by looking at the video?
Is something missing? I get the error: ! Undefined control sequence. <argument> \mult Do I need to use a different package to get \mult from beamer?
The shown code is running fine, mult is a part of animate. Just to be sure, you may run this code in the video once.
@@saptdy is is supposed to work in beamer?
@@jimnewton4534 not necessarily. it works in document also.
@@saptdy I just made an update, brought all my tex/latex packages up to date, and still have the same error: Undefined control sequence \mult
I think I found the problem. I was missing {1} in the command ... \begin{animateinline}[autoplay]{1} wow, that's a really misleading error message.
very helpful sir. Thank you
Awesome, thank you so much.
how to make the circuit in full page width rather than column with in ieee
It’s all about how you put the diagram in the paper, not how you draw. Use \begin{figure*}, that’d span the diagram across two columns.
Not the figure. Circuit diagram drawn using circuitikz. How to put them in 1 page width
@@soniyaraju1138 draw the diagram in standalone documentclass then import the diagram in the paper as figure*
@@saptdythank you. thatz a good idea
Thanks for that! That was the best introduction to Circuitikz that I've seen. You might have added the location notation (A |- B) for locating the intersection of node coordinates. Some circuits are very difficult to draw without it. Also, the last chapter of the manual shows how to define your own mult-port nodes, if needed.
Thanks Scott. I have mentioned the location notation at 21:25
@@saptdy Yes, you're right, which makes your video even better! Thanks again! :)
thanx for the video sir...sir how to connect fluent with MATLAB for real time co-simulation? plz help me..
Thank you for the informative video. I would like to know if there is a way to do the same co-simulation but with a simulink building block instead of an S function. I couldnt find the information anywhere
Hello, can I use this method in overleaf beamer for presentation
Yes. Any LaTeX platform with PDFLaTeX.
Thanks a lot!!!
how to create this 3 D model using maxwell please share vedio link
I made this one by sweeping a 2d design.
how can i add output of maxwell is Force ?? not I or U
Please command for plates squeezing from upper plate toward lower plate
Hello sur I need how to connect maxwell 2d 3d Rmxprt with ansys workbench
Can u make more tutorials on co-simulation with simplorer
best video for circuiTikz
Can you please explain how to zoom an image periodically using animate package say in standalone documentclass? I have seen your second video too. But it is producing some error on exceeding dimension of image
To zoom in an image, I think you do not have lot many frames. You can separately make those frames, make sure all have same dimension. Vector graphics is a must to preserve quality of zoomed frames.
As I can understand you are saying first to save the zommed versionif the images, of course, with identical dimension in local machine and then do the same as shown in this tutorial. Right? But I need something dynamical. Like you plotted Parabola with contracted curvature by increasing coefficient, I need something alike. I have blindly followed that convention using \includegraphics[scale=#1]{#2} etc in the ewcommand. But it is not working.
Hi Dipanwita, I think I have a solution for the "dimension too large" problem. I faced it today while drawing something. In a for loop, I wanted to write \i*360/76 where \i would vary from 0 to 37. I got the "dimension too large" error. Apparently, LaTeX first calculates \i*360, then divides it by 76 and 37*360 was being a large number. I changed it to (\i/76)*360, and the error was gone.
Thank you so much for the tutorial. Very helpful.
Nice video, thanks !
Learned a good thing today. Thanks !
thanks bhai. I was complete unaware of the animation features of latex. Hopefully, you will make a full set of tutorials for latex animation.
Glad that it was helpful. You may check out the part 2 also.
@@saptdy I will watch it for sure
A much needed tutorial...thank you and waiting for part 2 😀
Very helpful sir👍🏻. Wish you explain how to build buck converter in the Ansys. Thank you 🙏🏻
Hello, Good work. Will this also work for Electrostatic simulation? Also, any idea how I can integrate MATLAB script & Ansys MAxwell 3D without Twin Builder? Thanks!!
Could you help how can matlab and maxwell co simulation as mentioned in this video th-cam.com/video/FfVTR2hKN2k/w-d-xo.html Thanks in advance
Excellent and informative presentation 🙏
This was really helpful. Love from Sweden
Very Helpful sir..! THANK YOU VERY MUCH!!!💯
Can we add more than 1 simulink blocks in one single system of the simplorer
There is provision to add, I have never tried.
@@saptdy I tried to add but the software isn’t letting me add it. It’s saying that one simulink block is allowed per simplorer file. If you know how to add can please help me.
If the software says so, I think it can not be done. Are you sure that 2 simulink files are absolutely necessary in your simulation?
@@saptdy yes actually I was trying to take out more pins as said in your video from the s-function block from the simplorer to design the rest of the control logic and inverter part in Matlab but the pins are not connecting in Matlab that’s why I was trying to use 2 Matlab blocks but that’s also not happening
Do it afresh. delete the simulink and s-function blocks. better make a fresh simulink file, give a different name, and copy-paste your control blocks there, except s-function block. Now start the linking process from beginning.
sir shall u can help me in drawing a big diagram using opamp
great video !
thank you very very much. Vry helpful
How can I get ansys simplorer
You can download trial or student version from ansys website or contact your university administration.
@@saptdy are you using the student version ansys or is it twin builder? Also thanks a lot for this content.
I am using the software provided by my university.
Thank you for this valuable tutorial. I tried this for Axial PMSM . But show error in S-function. I check all in and out pin link, try with simple simple simulation file but same think appear. Pls help me to identify where was the problem.
If you are using ANSYS 2020R2, it's a known error. Try using other version.
@@saptdy No i am using 2022R1
Error reported by S-function 'AnsoftSFunction in controller/S-function. Error initializing Simplorer
@@moyukhmandal2094 let's check message manager in Simplorer
Hello, thank you for the vidéo, i want to co-simulate a pmsm like this if you can help me please.
Hi Saptarshi, Greet work. Thanks for the video. can you please make another tutorial on how to link Ansys maxwell with MatLab for Motor simulations.
Hello sir..please make some video related to Optimization of motor using matlab PSO algorithm in ANSYS
You have to code in maxwell optimistic itself.
Hello sir, do you knowledge about how to do optimization in Ansys after calling in MATLAB?
Not possible. For optimisation, u hv to use maxwell optimistic. This tutorials is for control purpose only.
Thank you so much sir, I was struggling from past 1 week and this video helps me a lot and I should say that it is very clearly understandable. You got a new subscriber😁
Thank you a lot for the great tutorial! I run into problems though at the SiM2SiM part where I get error ".aedt is locked and cannot be opened". I saw you also had the buck.aedt.lock file active when loading the Simplorer circuit into Simulink but didn't get any error. I tested closing my Simplorer buck circuit file but then nothing happens instead when I try to load it in SiM2SiM. Also, when I reopen it, I no longer find my Transformer Maxwell project in the Project Manager of the Buck Simplorer file but the component is still loaded and connected in the circuit. Not sure if that is a problem or not? Do you know what could be the issue regarding SiM2SiM and how it could be solved? I use Matlab R2020a and Ansys Electronics Desktop 2021R2. Best regards
Regarding the lock file, you can try this: save and close the simplorer file, see if the lock file is still there, if yes, delete it manually. And you can try linking the simplorer maxwell once again, the link seems to be lost.
@@saptdy thank you a lot! I will try it out
Thanks it was very helpful. 👏👏
really on this topic i found first video ......thanku @saptarshi dey
Thanks a lot
The tutorial is very clear and it is the first video on this subject that I have found! I tried to make a simple co-simulation between TB and Simulink following the steps of this video (I am not using Maxwell in this first test) , but I am having the same problem as the reported here: forum.ansys.com/discussion/32333/i-am-trying-to-interface-ansys-simplorer-with-simulink-but-facing-some-issues. I added a Simulink component in TB with one pin to Simulink and another one from simulink, but when I try to load the TB file in the Simplorer Link Assignment Dialogue (that appears in Simulink after naming s-function as AnsoftSFunction), it just cannot read and shows "no model". I am also using Matlab 2018a and Ansys ED 2020 R2. Is someone having the same problem?
Yes, the same problem I faced with 2020R2, tried many ways but couldn't diagnose. I still don't know why that problem appears. Although in earlier and later versions no such error comes up.
@@saptdy Thank you very much for your immediate answer! I am trying everything since yesterday, but it just does not work! I will try to update Ansys ED with my University.
Yes same issue mine
I am using 2018a and Ansys 2020.
Great video mate Do you happen to know about this error [Sim2000]Error 10532- Error encounter while PREPARE.>>CLOSE It pops up just as analyse the simulink circuit. Can't get my head around this
Not sure. I cannot recall if I ever encountered this.
@@saptdy ok did some digging. Made sure mex -setup was running and saved the Simulink as .mdl rather than .slx. Now works like a charm thanx
Very informative ..thnks a lot
Sir I tried this process with my SRM motor but I m getting errror like "error reported by S - function 'AnsoftSFunction' in controller/S-Function1 " ...what could be the reason pleaee help me
Please check the simulink project.
This video is handy to do practice for other circuits.
Can i get your contact details sir
Extremely good tutorial. I'll recommend this to everyone. It will very useful for anyone wanting to do co-simulation.