Revit to MySQL Using Dynamo Part 2
10:49
Revit to MySQL Using Dynamo Part 1
7:09
Revit to MySQL using Dynamo Intro
3:26
Redbull Tilt
1:05
5 жыл бұрын
GoldenGate BIM
0:25
6 жыл бұрын
Otto Logistics
1:01
7 жыл бұрын
Butterflies in Wickenburg!!
0:29
7 жыл бұрын
Double Diamond Traffic Design
0:27
7 жыл бұрын
ASU Timeline
0:31
7 жыл бұрын
NAU BIMage
1:07
7 жыл бұрын
ASU Full BIM
0:31
7 жыл бұрын
BIM Cable Tray Routing
0:31
7 жыл бұрын
Hobbs Timeliner
1:59
8 жыл бұрын
Timeliner with Crane
1:51
8 жыл бұрын
Hydroshield Dec. 16, 2003
3:04
8 жыл бұрын
Hydroshield Video - Oct 22, 2002
5:41
Hydroshield
0:22
8 жыл бұрын
Crop Guardian long version
1:33
8 жыл бұрын
Crop Guardian V5
0:51
8 жыл бұрын
Crop Guardian V4
1:33
8 жыл бұрын
The "New" Corn Belt
0:40
8 жыл бұрын
Crop Guardian V3
0:51
8 жыл бұрын
Roundabout Traffic Simulation
0:29
9 жыл бұрын
Phasing 1 & 2 test
0:21
9 жыл бұрын
Sara's video
1:19
9 жыл бұрын
Mother's Day Test
2:57
10 жыл бұрын
Пікірлер
@frederikbekeman
@frederikbekeman 2 ай бұрын
Could you post a tutorial on how to do this myself?? :)
@najwansv150
@najwansv150 6 ай бұрын
Thankyou so much for the tutorial, i have similar case with you. so basically im using mysql database cluster using digital ocean. so i dont install any mysql in my computer. can i connect my database through dynamo?
@mahbubanik2786
@mahbubanik2786 3 жыл бұрын
Which software did u use?
@davmettler
@davmettler 2 жыл бұрын
3DS Max
@roshioooo
@roshioooo 3 жыл бұрын
Thanks for share ! 💜
@gamestoppost-it9541
@gamestoppost-it9541 3 жыл бұрын
Hello! NV Simulater version can do?
@davmettler
@davmettler 3 жыл бұрын
sorry, I'm not sure what you're asking?
@atilladenis9521
@atilladenis9521 3 жыл бұрын
Thanks for this video series David, this is something we have been looking at experimenting with for a while so these videos have been really helpful to understand how it could be done. I setup a digitalocean account and noticed that there is a MySQL database setup function that doesn't involve setting up an Ubuntu droplet. Is there a reason you didn't use this option? The only difference I can see is that there is no IP address and rather a host name address instead. Could this be used? Gave it a quick test replacing the IP in the dynamo script with the host name, so far no success so I'm wondering if there is a problem with setting the MySQL up like this. Any thoughts would be appreciated and thanks again for the informative videos. Looking forward to more in the future.
@davmettler
@davmettler 3 жыл бұрын
Check out the permissions for writing to MySQL... The hardest part of setup was getting the permissions worked out. Generally MySQL is in lockdown mode because if someone gets access to your DB it can eat up a lot of data bandwidth.
@brianarceo6924
@brianarceo6924 3 жыл бұрын
This is very helpful! Thank you!
@FranciscoDiaz-vj9om
@FranciscoDiaz-vj9om 4 жыл бұрын
Hey thanks four your upload. A quick question though. Why would you need to write data on a remote server? is it for accesability for other team members? or is it a necesary part of the workflow?
@javierperezmarin4121
@javierperezmarin4121 4 жыл бұрын
Thanks for the video David. I still have problems trying to connect MySQL Workbench DB to Dynamo. I am sure is related to security options but I have no idea about what to change. Where did you find out about how to set up security options in MySQL Workbench to allow the connection with Dynamo? Thank you
@davmettler
@davmettler 4 жыл бұрын
Try this link... www.digitalocean.com/community/tutorials/how-to-allow-remote-access-to-mysql
@hugoarreaza8080
@hugoarreaza8080 4 жыл бұрын
David, thanks for sharing this, I been trying to learn this workflow for a long time, I was wondering if is it possible to put some images in the Electrocrud interface, just like you showed on your classic tool with php? Awesome work!!
@davmettler
@davmettler 3 жыл бұрын
The ElectroCRUD tool is very limiting and doesn't handle images. I've since moved over to using a CMS tool "strapi" which handles both the data and images
@odessa6115
@odessa6115 4 жыл бұрын
Thanks you so muchhhh, my friend!
@desimitti5734
@desimitti5734 5 жыл бұрын
Excellent 👍
@numsist
@numsist 5 жыл бұрын
video quality is very low
@lorenzozambrano2763
@lorenzozambrano2763 6 жыл бұрын
Could somebody write the name of the other tool or a link where's available for download? Thank you
@davmettler
@davmettler 5 жыл бұрын
Hello Lorenzo. There's many ways of doing this. I'd look at the Revit Dynamo tools here: forum.dynamobim.com/t/revit-mysql-link/8272/9 Dynamo also supports JSON a NoSQL format in addition to many others. Hope this helps!
@jeryn0411
@jeryn0411 6 жыл бұрын
Brooooooooooooooooo wow...
@CooeyMcEoin
@CooeyMcEoin 6 жыл бұрын
Hi, Know of anyway to automate some of the above? Like Creating the same animation for each element or associating the animation with the task? There's a very good plug in to import search sets I've seen.
@alimahdi3617
@alimahdi3617 7 жыл бұрын
Hi any video about managing the camera animation for each set in timeliner ?
@isaurovidanasbaez3174
@isaurovidanasbaez3174 7 жыл бұрын
MUY SIMPLE,, MUY VALIOSO
@KTeam
@KTeam 7 жыл бұрын
Hi David Mettle. I'm new at Revit. I love this video. But I dont know how to query SQL after you connected to the dabase? Please help me. Thanks a lots.
@davmettler
@davmettler 7 жыл бұрын
Hey K team, To be honest I used a tool called PHPrunner (xlinesoft.com/phprunner) to create the prototype above. It took a lot of trial and error to get it looking the way I wanted. I also played around with Yeoman scaffolding tools and MEAN stack for creating the browser view.
@nickcruise8397
@nickcruise8397 7 жыл бұрын
excellent video
@davmettler
@davmettler 7 жыл бұрын
Thanks!
@glaster152
@glaster152 7 жыл бұрын
Thank you very much for the video. I was looking for a tutorial like this and finelly get it!!!!
@nickcruise8397
@nickcruise8397 7 жыл бұрын
How do I link my viewpoints to my blank camera? I have created a start and end viewpoint but cannot get it to animate. Any help much appreciated!
@nickcruise8397
@nickcruise8397 7 жыл бұрын
By the way I'm using Navis Manage 2017
@davmettler
@davmettler 7 жыл бұрын
Good point... didn't note that in the video... In the menu bar of the animation timeline you'll see a little icon with a "T". That applies the keyframe to the timeliner. So select the time, go to the saved view and select the "T" icon to save the view to the timeline. Hope that helps.
@nickcruise8397
@nickcruise8397 7 жыл бұрын
It worked, thank you!
@harilalmn
@harilalmn 7 жыл бұрын
Hi David, I tried Mario's tool to connect to Mysql. Unfortunately it did not work. I would like to request your guidance and wish to contact you by email. Can I have it please?
@davmettler
@davmettler 7 жыл бұрын
Send me a message on linkedin. Keep in mind I haven't used Mario's SQL tool for a few years...
@eydermaderagonzalez5545
@eydermaderagonzalez5545 8 жыл бұрын
Maestro!!! Gracias!
@batzorigamar734
@batzorigamar734 8 жыл бұрын
how to download example file ?
@jamesbayne2154
@jamesbayne2154 8 жыл бұрын
Is there no sound with this video?
@davmettler
@davmettler 8 жыл бұрын
Hello James, I was simply helping someone quickly outline the steps in the process for creating an animated Navisworks timeliner video found here... kzbin.info/www/bejne/qKiniWOIqaiths0 The original text version writeup is here... www.scribd.com/document/93550482/PNUG-May2012-4D Since this plays to an international audience I was trying to keep it simple.
@jamesbayne2154
@jamesbayne2154 8 жыл бұрын
i was just wondering if it was my work computer not working. i was actually able to get some exterior walls to move with your video so thank you
@davmettler
@davmettler 8 жыл бұрын
Good to know!
@minhtran-xw7lk
@minhtran-xw7lk 8 жыл бұрын
I would like objects as columns, slabs, beams that can fly in like in your video but I can't do it. Please help me.
@davmettler
@davmettler 8 жыл бұрын
Hello minh, I created a link in the description above that goes over the linking and animation process... www.scribd.com/document/93550482/PNUG-May2012-4D It maybe time to update the information and create a new You Tube video... keep you posted. D
@minhtran-xw7lk
@minhtran-xw7lk 8 жыл бұрын
Hi David, Thanks for your sharing. I have read and tried to follow but could not make the column (or beam or slab) flying to the floor and then move to their positions or appear in order from left to right, from top to bottom of your video. You can create one guide section is not videos?
@davmettler
@davmettler 8 жыл бұрын
Not video? One guide section? Please clarify on what you are looking for. One page cheat sheet? I'll see what I can do.
@minhtran-xw7lk
@minhtran-xw7lk 8 жыл бұрын
Oh, thank you so much :)
@davmettler
@davmettler 8 жыл бұрын
Hey minh, I created a quick video tutorial. kzbin.info/www/bejne/f2LFoJ6Nhpihbbs (higher quality version)
@jasonwells7493
@jasonwells7493 8 жыл бұрын
I am having issues with exporting my parameters that are number categories do you have this issue.
@davmettler
@davmettler 8 жыл бұрын
Hey Jason, I've started using a different method for exporting data from Revit (DYNAMO). As I remember the only issues I ran into with numbers is making sure MySQL was using the correct data type "INT", "DOUBLE" or "FLOAT".
@jlumley
@jlumley 8 жыл бұрын
where can i find this?
@davmettler
@davmettler 8 жыл бұрын
Where can you find Dynamo? Here's a link to the Dynamo web page dynamobim.org. Dynamo also has a method for linking your Revit data to a MySQL database.
@artisanhomes7345
@artisanhomes7345 9 жыл бұрын
I am a small residential builder. I am looking for someone that can create this type of video for us to play for our customers. Can you point me in the right direction of finding a person or company?
@fredimorillas980
@fredimorillas980 9 жыл бұрын
Hi david, Im trying to make a construction sequence from ms project into Navis but could you tell me how you go around the building while all the contruction sequence?? Im only able to do it but keeping the same view. thanks
@davmettler
@davmettler 9 жыл бұрын
Hey Fredi, You can control the camera's movement the same way you animate objects in Navisworks. Simply go into the "Animator" window and "right click" in the gray "scenes" area on the left and create a new scene. Once you have the "new scene" in the list, right click, this time on added the "new scene" object, and select "add camera/blank camera" from the dropdown menu. Once you have the "camera" in the scene you can animate the camera views over time. Hope this helps!
@davmettler
@davmettler 9 жыл бұрын
here's a link to the "how to" I created that goes with the video above... (page 6 goes into more detail) www.scribd.com/doc/93550482/PNUG-May2012-4D
@syslance
@syslance 10 жыл бұрын
you using phprunner for the php system
@davmettler
@davmettler 10 жыл бұрын
Yes, I started using phprunner for this Revit Database Test. I ended up switching over to Ruby on Rails do to customizing so many features.
@jigneshrvadodaria
@jigneshrvadodaria 11 жыл бұрын
David, really nice video appreciate your efforts, can you please email the sequence document to [email protected]. Some how I am not able to get it from the link you have provided. Thanks
@davmettler
@davmettler 11 жыл бұрын
Yes, you can take the external data back into Revit!! Works great!!
@verdier86
@verdier86 12 жыл бұрын
thank you!
@davmettler
@davmettler 12 жыл бұрын
The project is an example of exporting Revit database to mySQL then using php to search the mySQL database. I'll see about creating another video showing more of the tools and process.
@verdier86
@verdier86 12 жыл бұрын
Your project is really cool Can you tell me a little more about what you've done? Is it possible to see the source code behind the website you have made?
@davmettler
@davmettler 12 жыл бұрын
If you click on the "more" button above to view the entire video description above you'll see a link to the "How to" that I presented to our local Navisworks user group meeting.
@davmettler
@davmettler 12 жыл бұрын
I used the Animator tool for the rotating camera. Just like CamBros said above using saved viewpoints. To use Animator keyframes, first create a new scene by clicking on the green "+" plus symbol. Next, right click on the new scene and select "Add Camera/Blank" from the dropdown. Then add "Capture" keyframes of the desired viewpoints to create your orbiting camera path. Finally, go into the "Simulate" tab under "Timeliner" and click the "settings" and add the new scene to "Animation" dropdown.
@CameraReviewBros
@CameraReviewBros 12 жыл бұрын
Check your inbox, I think we are doing similar stuff, would be happy to share ideas :)
@CameraReviewBros
@CameraReviewBros 12 жыл бұрын
You can achieve the rotate by saving different viewpoints in a sequential manner. Once you have your desired views saved, you place them into an animation category. Then select the animation view and play the construction timeline. This way Navisworks will automatically create a smooth animation, moving from viewpoint to viewpoint. It will also show up when exporting to a render.