Showing posts with label AutoCAD. Show all posts
Showing posts with label AutoCAD. Show all posts

Thursday, January 5, 2023

Understanding Where to Host Your Autodesk Files For EDITING...

 I really wanted to title this, DON'T DO THIS...since I wind up spending an inordinate amount of time trying to explain this to the general design and construction public. Be aware that I'm presenting this from a layman's point of view, to help make it easier to understand why these issues occur.

The internet continues to change the way we work, but alas, we do not. We continue to try to do the same thing we did twenty years ago, thinking that everything happens in a static place where nothing changes. It's almost like trying to argue with the 30 year AutoCAD user, who bought a "perpetual license" and really thinks it's going to work just peachy for the next thirty years. Do yourself a favor - take the time to understand how the technology has changed, and avoid issues with file corruption, lost data and more.

Here's the real part of the story. While there are a large number of resources online that allow you to share files - from Facebook, Instagram and other sites where we share our pictures of our dogs, kids and videos of us trying to look cool while dancing in a street and not get run over by another car - to legitimate file sharing services such as OneDrive, Dropbox, WeTransfer, Google Drive, Autodesk Drive, iCloud, Box, Sharepoint...you get the idea. It's important to understand the differences of each of these services and the intent for how they are supposed to be used.

All of these offer a service of providing a backup space as well as the ability to securely share and transfer data and content between locations. But here's the rub - NONE of them are supported as a platform for EDITING Autodesk files. 

Let's get down in the weeds. In order for Revit, AutCAD, Civil 3D and other file formats to be managed correctly - when it comes to file locking, access, permissions and more - the files must live somewhere within a supporting operating system environment. AutoCAD hasn't locked its own files since 2007, and with Revit central models allowing multiple users in a single file, the permissions and access for the temporary files that constantly communicate with the central model are critical in order to prevent file corruption and lost data.

To do this, Autodesk has been publicly addressing this through their system requirements - for example, here is AutoCAD:

https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/System-requirements-for-AutoCAD.html

Each item listed shows the support operating system, from Windows, to Mac and Linux environments. Revit also has similar system requirements:

https://knowledge.autodesk.com/support/revit/learn-explore/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Revit-products.html

Here's the key - communications between the location and file must be in an environment that is supported by SMB protocol - in short, this stands for Server Message Block. The versions of SMB, also known as dialects, align with the versions of Windows. With SMB 1.0 came support for the original DOS-based systems. This originated in 1984, and with each new release of the Windows OS ecosystem, a newer version of SMB was released. For example, Windows Vista and Server 2008 included SMB 2.0, while version 3.0 was associated with Windows 8 in 2012. SMB 3.1.1 was released with Windows 10 in 2015, and has been the baseline for both versions 10 and 11. 

If a program such as AutoCAD or Revit is supported on one of these operating systems, then it's supported by the corresponding SMB dialect.

Wait...Explain what SMB does!

So what does SMB do? TechTarget (techtarget.com) includes a great description about the definition of SMB here. The key description for how it works is:

"The SMB protocol enables applications and their users to access files on remote servers, as well as connect to other resources, including printers, mailslots and named pipes. SMB provides client applications with a secure and controlled method for opening, reading, moving, creating and updating files on remote servers. The protocol can also communicate with server programs configured to receive SMB client requests.

Known as a response-request protocol, the SMB protocol is one of the most common methods used for network communications. In this model, the client sends an SMB request to the server to initiate the connection. When the server receives the request, it replies by sending an SMB response back to the client, establishing the communication channel necessary for a two-way conversation."

Autodesk specifically references it's requirement to operate in this link:

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Support-for-non-Microsoft-networks.html

So Where Can I Work?

So here's the summary - NONE of these examples of file sharing services are properly defined/managed to serve as locations where files can be EDITED (that's the key phrase)

  • Sharepoint/OneDrive
  • Google Drive
  • Autodesk Drive (Yea, it's an Autodesk product, but not the right one for editing...keep reading)
  • DropBox
  • Box

Let's provide a little context. A user named Bob places an AutoCAD Drawing (.DWG) in a Sharepoint file location, such as \\myoffice.sharepoint.com\sites\myproject\files. He proceeds to use the Open command to browse to the Onedrive link to the file at this site through File Explorer, and opens the drawing in AutoCAD.

Any user that is a member or guest of the site, if they have access permissions, can see and open this file. But what they are opening is not this file, but a local, cached copy of the file where Sharepoint is the host location. Since OneDrive is basically the "desktop" version of Sharepoint, it will also be working on a cached copy of the file. The confusion comes from users that were using a traditional networked server that users accessed via a mapped drive or UNC path before moving to the cloud. In those cases you were opening the actual file.

The file on the site does not know that it needs to be locked - so on another computer a user named Pat also opens the file - but again, not the original but a cached copy. Pat's fast, and makes a few changes, and saves the file while Bob still is working on his file, because...well, he's slow. Bob's done and saves his changes - which don't include Pat's changes since they were not in the cached copy he downloaded. Now the files are out of sync, and Bob just wiped out Pat's work, and now everyone's mad.

What about using a DFS configured network?

Similar issues will occur when working in a DFS (Distributed File Service) Environment. In this case, the first "available" copy of a file is what is opened, as the files are "replicated" on other related systems within the network. Again, TechTarget has a great explanation of this type of system and how it works here.

Autodesk addresses DFS issues here:

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Distributed-File-System-DFS-support.html

How about using NAS/SAN appliances?

Network Attached Storage (NAS) devices are very similar to the external hard drives and USB drives we use now as a primary backup for many user's home or small office systems - and in some cases, can be used in larger enterprise solutions. They contain a built in hard drive that can allow users to have a shared location to store data, but can experience performance issues if too many users try to access the data simultaneously. Since their primary purpose is to provide basic data storage and backup, they typically cannot handle the constant traffic between Revit local and central files - and the more users accessing the files, the slower the system. TechTarget's full description can be found here.

Storage Area Networks (SAN) appliances are typically associated with high speed networks, and have improved performance over the traditional NAS device. TechTarget's description of a SAN explains how SAN is differentiated from a NAS appliance/system:

"The SAN interconnects all the disks into a dedicated storage area network. That dedicated network exists separate and apart from the common LAN. This approach enables any of the servers connected to the SAN to access any of the disks attached to the SAN, effectively treating storage as a single collective resource. None of the SAN storage data needs to pass across the LAN -- mitigating LAN bandwidth needs and preserving LAN performance."

So while skipping a LAN connection and behaving similar to a traditional WAN, it can provide users access from multiple locations without the pass-through throttling that occurs on a traditional WAN. There also some SAN configurations that do support SMB protocols, but it would be up to the vendor to validate this as well as support any issues that arise. Techtalk's full description of SAN systems can be found here.

The Autodesk article on the use of NAS and SAN appliances can be found here:

https://knowledge.autodesk.com/support/revit/troubleshooting/caas/sfdcarticles/sfdcarticles/Revit-support-with-network-file-servers-or-cloud-storage-solutions.html

What does this leave us:

- Windows 10/11 OS on your local hard drive - with the current supported versions of 2021-2024, all of these products are supported on Windows 10 and 11. Be aware that none of them will work on Windows 8.1 - and you shouldn't be using this version either, as it's no longer being updated by Microsoft, including security fixes. And yes, a MAC OS is supported, primarily in a Windows emulation environment.

- Window Server 2012/2016/2019 - check the specific version system requirements for Revit Server from the previous links above. Depending on the Autodesk software version, the server OS must be one of these versions. 

- Autodesk Docs/BIM 360 - Purpose-built to provide a cloud storage AND editing solution, this is best location to edit Autodesk documents. Newer releases such as AutoCAD and Civil 3D 2024 utilize updated Sheet Set Manager tools that either can bypass or work correctly with the Autodesk Desktop Connector application that normally manages the caching and file permissions between a local hard drive and the AWS-based "server" location. The rest of the time, it's the Desktop Connector tool that "manages" file access.

Be aware that programs like Revit are in constant contact with central files, regardless of where they are stored. Simple things, such as being aware that Bob has started editing an element (that's not in a checked out workset - better known as "borrowing"). If Pat tries to edit the same object - or edit anything in an MEP system or hosted object that is associated with and impacted by changes to the object - then they know right away, since "ownership" of objects is communicated via the temporary files associated with the project.

There's a couple of caveats here as well - if you are a single user, you can get away with using Autodesk Docs to edit drawings and work on non-central Revit models. If you are collaborating in Civil 3D, Plant 3D and Revit, and working with Revit central models, you need to have the BIM Collaborate Pro entitlement. This is over and above your software license subscription, but can provide an ROI very quickly when you have more than one user on a project.

I know we're going to have some folks disagree with this. You might hear about issues with Desktop Connector - yes, there have been some that Autodesk has struggled to fix, but at the same time, the application has improved dramatically over the last few years. For example, it works great with Revit, but you also need to make sure all users on the projects have the same build of Desktop Connector as well as the same build (not just version) of Revit as well. We're using it on hundreds of projects and rarely encounter a problem - but these only occur when users try to add links to content that's not in the project hub, or connected to one of these other sites. 

What about everything else?

That's easy - you can take the risk to use any of these platforms  (i.e. Panzura, Egnyte, etc. and the other file sharing locations listed above as examples). But when you lose changes...don't have access to the files...get file corruption...you're going to have to reach out to these providers to figure out the solution. The cost, time and effort invested in a platform or service that isn't supported by Autodesk is wasted when you don't start by taking a full look at how the design platforms developed today work, and how they improve the design and operational environment.

You also have Bentley's Projectwise platform but be aware that vertical applications like Revit, AutoCAD Plant 3D and Civil 3D also experience issues here as well. Autodesk Vault is also still available as a "behind the firewall" solution, but again, Revit does not play well in this environment. Both of these platforms utilize effective single file check-in/check-out features that prevent files from being edited by multiple users, but lose effectiveness when external files are required to be accessible at the same time.

In summary, do your homework BEFORE implementing your primary work platform, and understand the limitations/benefits for each first. And a great thanks to Techtarget for the easy to read and understand descriptions of each - hopefully they will help you as much as they helped an "old dog" like me.

4-12-2023 UPDATE - with the release of 2024 products, the Autodesk support versions are now back to 2021 - but you can still use older versions back to 2018.3 to work on existing Autodesk cloud projects as long as you have a continually maintained subscription. Get these older projects upgraded to a supported version as fast as possible!



Monday, September 27, 2021

Help Yourself...Seriously! How To Get Better Autodesk Product Support Online - The System Basics

Several years ago a small group of Autodesk Expert Elites got together with Autodesk and Directly, a third party technical support management site, to help Autodesk resolve more of their open support cases. This program leveraged decades of product experience to provide relevant responses to most support question types. There are some limits - such as we can't reach out to the client during the case and use tools like Zoom or Teams to remote into a system and get more detail. In these cases, we escalate the case to the Autodesk agents, that are allowed to provide this service at a higher level of support.

But it's never easy - there's always a better way to provide these solutions. It's really dependent on the information provided by the user to make sure we understand what is exactly happening on someone's system. Think of visiting your doctor - they're going to ask you a ton of questions before they recommend or prescribe anything, so the more accurate and detailed the responses, the more relevant the solutions will be. And it requires a lot of patience on both ends.

So how do we make this smoother for your typical Autodesk support questions? It's easy - if you're the user posting the question, follow this checklist:

1. Get your software information together first. For Autodesk products, access the program Help page - every one includes a question mark "?" in the upper right corner of the program window. When you select this, you will see the name of the program at the bottom of the drop down menu (it usually says Autodesk Revit, Autodesk AutoCAD, etc. or something similar). Selecting this option will open a dialog, that includes the software version, build number, and versions of any supported vertical tools such as AutoCAD Architecture, MEP, etc. You should see a dialog similar to this:


In this example, the core AutoCAD version is shown, along with AutoCAD Architecture and AutoCAD MEP. Each of these now require separate updates, so make sure you check all three.

This information is critical - we get countless cases where users or their IT departments are not keeping up with the updates, or have not tested them to make they don't cause issues with other applications. But with Autodesk products, the overwhelming number of cases we receive are related to the program simply being out of date, or not the same as other users in the same company or project. These are critical issues that every company needs to address - at a minimum, all users should be on the same build.

2. The computer you are using matters - if it's 10 years old, makes a grinding noise on startup, or is still running Windows NT, it's the problem. But there's a ton that goes on with a computer that every user should be aware of. The key information we need in order to correctly diagnose a case should always include this information:

- The version of Windows - you should be on Windows 10, with version 11 coming out soon. While 7 and 8.1 are supported, they are in  a short life span and are no longer supported by Autodesk (starting with the 2022 versions). You can find the current version of Windows by using File Explorer to locate "This PC" - right click on this icon and select Properties. The right side of the dialog will display a lot of critical information, including the operating system (OS) data:



- The processor and amount of RAM that is installed on the computer - the same dialog for the OS also shows this information under the Device Specifications.

- The size of the hard drive, and amount of free space. It also helps to know if it's not a solid state drive that was used in older systems. To get this, select This PC again - File Explorer will show all installed drives and the total/free space:


When it comes to hard drives, here's a critical item to know - the amount of free space is critical. For example, Revit projects can take up to 10x the size of the file in temporary file space. Add all of the Revit models that are opened, making sure to include the size of the linked models, drawings and more - and you will run out of space quickly if you don't keep up with this. Personally, I don't like for a computer running Autodesk products to have less than 100gb (gigabytes) of free space available. Don't short your computer by buying a smaller hard (500gb or less) - you'll wind up losing time and money when you don't have enough space. Adding a second drive to handle data is also not always a good idea, as the programs typically want to be installed on the C: drive, and adding a D: or second drive can cause configuration issues unless you're knowledgeable about working in this type of environment. Stick with 1TB or larger solid state drives and you'll be good.

- The manufacturer, model and driver version of the graphics display adapters on these systems is also important. Errors with these due to non-supported cards, including old or outdated drivers is a frequent issue. This shows up as graphics on a screen not displaying correctly, crashing when opening or editing views and and other types of fatal errors. To locate what you have installed, from the Windows Search bar, type Device Manager (You can also access this via Settings - when the dialog opens, type Device Manager in the upper left corner of the dialog). When the dialog appears, select the Display Adapters - a list of all adapters will appear that are installed (correctly) on the system:

 


Every Windows-based computer includes a built-in graphics adapter when a system is built - but in most cases, they are not designed to handle the more intense graphic requirements for most Autodesk software. That's why you usually will have a second video display adapter, if the system meets the Autodesk system requirements. 

To make sure you have a display adapter that is supported by Autodesk, along with a recommended driver, see this list in this link:

https://knowledge.autodesk.com/certified-graphics-hardware?siteID=123112&id=18844534&results=1&stype=graphic&product_group=3&release=2018&os=524288&manuf=all&opt=0

If your device is not listed, it doesn't mean it won't work - but in most cases you want to make sure you keep your device drivers up to date. Here's a link with directions for updating this hardware:

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-update-your-system-to-the-latest-certified-video-driver-s.html

Overall - when running Revit, always check the system requirements to make sure your computer meets the needs of the program and version you are running. You can find this information based on product and version from here:

https://knowledge.autodesk.com/support/system-requirements

- Every computer should have some form of antivirus and firewall protection installed. In most cases, this is managed by an IT department or service provider. If your system permissions are restricted (meaning that you can't install or update software yourself), then it can cause some specific failures to occur. In this case, we need to know what manufacturer you are using for the antivirus, such as Norton, McAfee or others, and whether or not you can make changes to this software if needed. In most cases, it is the system firewall that can block access to folders, files and sites needed for Autodesk products to run correctly. Microsoft created this video to help you understand how to find out what types of system security you have installed:

https://www.microsoft.com/en-us/videoplayer/embed/RE3Fq1Y

If you're not comfortable with getting or providing this information, let your support person know so the case can be escalated to an Autodesk agent for a more secure access and connection.

Wrapping up - don't be embarrassed or worried if you don't know this information. In most cases, users really don't have an idea about what's in the computer or how it works. The goal of any good support system is to help you solve your issues, and they can usually walk you through all of these steps to make sure we have as much baseline information as possible. The same rule applies for any support organization you are working with, whether it's your own internal IT department or a software vendor such as Autodesk. 

Hopefully this helps you get the most out of your support - next up, we'll talk about more specific program issues.

Thanks - David B.



Thursday, May 25, 2017

AU 2017 Proposal Time – and now you can Vote!

I’ve been a speaker at AU for a long time now (well, about 13 times) and every year it’s challenging to come up with new and updated topics. But this year is a little different – for the first time, you, the user, can vote for the classes you would like to see. So if you have a topic, like learning Dynamo for Revit, understanding how to bring Inventor families into Infraworks, or gain a better understanding to make your AutoCAD documentation look and behave like Revit documentation, then you get to pick until June 16th. It won’t be the only criteria used to pick a class, but it will be an important one.
So here’s what I’ve ponied up for this year. You can vote by following this link:

http://au.autodesk.com/speaker-resource-center/call-for-proposals/voting

Perfecting the System for Revit

Last year’s co-winner of the top lab at AU 2016, this lab set several firsts. It was a first for me as a two time winner from 2011 and 2016, but the key part was how we taught the class. We covered three tracks – duct, pipe and electrical – at the same time, showing the similarities and highlight key points for each system type. The handouts were the most detailed I had written for an AU lab – an overview, one for each track, and a key points document to narrow it down. Here’s the lab description:

“Revit systems help us to define the mechanical, electrical, and plumbing design in several ways, but the main purpose is to understand the relationships between system equipment, such as air terminals to air handling units, or from light fixture to panel. This multiple-AU award winning lab will teach you the key steps needed for controlling project system settings, and then demonstrates how to capitalize on (or disable) sizing and analysis tools related to the system. We’ll cover creating the target-source relationship between parts, and then we’ll review using the systems to improve the quality of your documentation. On top of this, you’ll get a project template that already defines everything in the class, so you can take advantage of these topics right away. The class will cover HVAC (heating, ventilating, and air conditioning), piping, and electrical items, so come and join us for this fast-paced but thorough lab—you’ll be glad you did! This session features Revit MEP and Revit.”

- Learn comprehensive steps for controlling project system settings, including mechanical and electrical system project settings
- Learn how to capitalize on the system sizing and analysis tools, and learn how to maximize project performance when you don't need these features
- Understand how to create the target and source relationship between equipment without routing a duct, pipe, or wire
- Learn how to improve the quality of your construction documents by capitalizing on system-based features

Managing BIM Projects Without Going CRAZY

This course was featured as a live event a few years back, and was one of the most watched online sessions for the AU site. Working from a higher level, this class is geared more towards the BIM manager and focuses on high-impact areas of an implementation. We’ve also added some new features to cover from the 2018 release. With the inclusion of fabrication tools in Revit 2018, we step back and learn when and why you would use this content, over the default design content that’s already been shipping with Revit.

“This course covers effective practices for project managers, architects, engineers, and designers working on Building Information Modeling (BIM) projects for all areas of architecture, structure and MEP systems. Learn how AutoCAD and Revit software have altered the traditional design workflows and processes, and discover how to manage the disruptive changes. The course will cover pre-project planning, dealing with project content and understanding what tools can really help the project bottom line. We will also review key CAD and BIM standards, and where Revit software alters typical project tasks for higher levels of development. The course is well suited for the first-time manager and experienced user. If you're ready for an energetic, fast-paced class that packs in a lot of information, then sign up early and often!”

- Discover key points for the project execution plans and staffing
- Understand how to clearly define CAD and BIM tasks for a project and how standardization between both should be approached
- Learn how to migrate third party content and filter essential data into a project family
- Examine different levels of development (LOD), and when to use design versus fabrication tools

I also added two new classes, including one on AutoCAD that was based on training demands we’ve had at our firm, Gannett Fleming.

AutoCAD versus Revit - Common Annotation Tips and Tricks

We still have a lot of AutoCAD users, but it’s kind of surprising how few of our users have really had any training on AutoCAD. As part of a standards initiative, we discovered how little (and how poorly) many of our stuff used features such as annotative scaling for text, dimensions and blocks. We also had some attempts at dynamic blocks, but only a handful of user understood how to use them, much less make them. So this class was born out of the need to create similar workflows and use tools that have the same behavior in both AutoCAD and Revit.

“When you have a lot of old school and productive AutoCAD users, sometimes it can be tough to get them into the Revit way of thinking. One way to get these users on board is to help them relate AutoCAD features to Revit tools, and learn how these similar tools can increase their productivity. In this lesson, we being by learning how annotations such as text and dimensions are controlled by the scale of the drawing. Next, we review the similarity of dynamic blocks in AutoCAD and Revit 2D symbol and annotation families. We examine how actions and parameters in AutoCAD help the user match Revit family placement behavior and features. The session closes by learning how to make AutoCAD dynamic blocks behave more like Revit family types, using visibility and lookup tools. If you need more consistency between your AutoCAD drawings, and Revit documentation, come join this old timer to learn some new tricks, and get a cool template to help you get started!”

- Learn how to define AutoCAD annotative Text, Multi-Leaders and Dimensions to match Revit annotation types
- Understand basic similarities between AutoCAD dynamic blocks and Revit 2D symbol families
- Review specific dynamic block actions and features that emulate Revit behavior
- Examine how dynamic block visibility and lookup table features are similar to Revit family types

Last, but not least…we’ve been working with Autodesk for the past few years to gain a better understanding for methods that link drawings and models together, and share the data seamlessly between programs. Without going into too much detail, the end result is a new product that is now in public beta.

Taking Your Data into the Cloud: Introducing the Revit P&ID Modeler

“In the design world, it’s not uncommon that key project data is stored in application silos, and requires a great deal of manual coordination. Autodesk has taken the first steps for AEC projects to make data available to multiple applications at once, by introducing a connected workflow that shares data from schematic diagrams with a Revit project. The Revit P&ID Modeler breaks silos down by letting the user begin with P&ID schematics in AutoCAD Plant 3D to create intelligent, data rich diagrams. The schematic data is hosted in the Autodesk 360 cloud and is referenced by Revit project models. The 3D model consisting of elements such as piping, equipment, and accessories, is then developed using information defined in the schematic, such as pipe size, type, valve type, and equipment IDs. As the model is developed, and the schematic iterated, the user receives feedback to help ensure consistency and design intent is maintained. Join us to see the next evolution of Autodesk design tools.”

- Learn how a process and instrumentation diagram is defined in AutoCAD Plant 3D, and to determine the key data to be shared
- Understand how to define a hub in the Autodesk 360 environment, and how to prepare for sharing this data with other modeling tools
- See how the Revit model is associated with a hub project, and how the P&ID model interface is defined
- Examine how design data is tracked and coordinated during the modeling process


So that’s my classes in a nutshell – we’re taking some old school to the next level, and jumping in early to get a peek into new products that can really streamline the design process. Vote early and often – I appreciate it!

Friday, November 6, 2015

Autodesk's New Structural and MEP Fabrication Suites

For those of you who prefer to use our design models for construction, Autodesk has made a couple of new product suites available. Here's a press release from Julie Jacobson and Joy Stark at Autodesk that detail the packages.

Structural engineers, detailers, fabricators, and MEP [mechanical, electrical and plumbing] contractors around the world are realizing that the increasing adoption of Building Information Modeling [BIM] within the AEC industry, coupled with government mandates, is fueling the need to participate in collaborative BIM processes to remain competitive. In response to these trends, we’re announcing two new suites that combine comprehensive tools to support BIM workflows for structural and MEP design, detailing, fabrication, and construction.



The new Autodesk Structural Fabrication Suite provides structural engineers, steel detailers, and fabricators with tools to help streamline the process from design to fabrication with model-based deliverables. The new Autodesk MEP Fabrication Suite provides MEP contractors, detailers, estimators and fabricators with tools to generate better estimates, create more accurate detailed models, and directly drive MEP fabrication while   transitioning to a tailored BIM solution.

The Autodesk Structural Fabrication Suite, which includes Autodesk Advance Steel 2016, AutoCAD 2016, Autodesk Revit 2016 and Navisworks Simulate 2016, offers tools to better connect structural design to detailing by allowing you to work more collaboratively within a BIM environment. Revit, AutoCAD, and Advance Steel together can help users streamline the detailing process by integrating steel detailing expertise alongside the design.  Advance Steel’s model based environment helps users produce accurate detailed drawings faster, helping to speed time to fabrication. The inclusion of Navisworks Simulate helps extend fabrication to the field by supporting estimation, coordination, and 4D simulation of steel projects. Models can be easily shared and viewed with contractors, improving coordination and reducing waste.


The Structural Fabrication Suite is available for an annual desktop subscription price of $3,500.  For more availability and product information, including languages supported, click here



The MEP Fabrication Suite is a portfolio of interoperable 3D construction software that enables MEP contractors, detailers, estimators and fabricators to move to BIM based workflows at a lower cost of entry.  The Suite offers tools to streamline your detailing and fabrication workflows, including the latest versions of CADmep, ESTmep, CAMduct, AutoCAD 2016, Autodesk Revit 2016 and Point Layout.   Combined, these tools offer fabrication products that generate better estimates, create more accurate detailed models, and directly drive MEP fabrication.  The Suite can also help you achieve better outcomes with advanced coordination, 5D analysis, and simulation tools that can be used throughout the project lifecycle while bringing model accuracy to the field more efficiently.

The MEP Fabrication Suite is available for an annual desktop subscription price of $4,600.  For more availability and information, including languages supported, click here

Thursday, October 22, 2015

Update to Windows 10….Is it REALLY this Easy?!?!?!?

Now that I’ve gotten through a lot of Windows 8.1 testing, I updated my test system, I updated to Windows 10…and surprisingly enough it was the easiest update I had been through. Now, don’t get me wrong – I did a lot of prep work – but the amount of post work I had to do was related more to setting up the interface for my preferences than fixing things.

So here’s some notes, if you’re an Autodesk product user (or even Bentley, Adobe, etc.). My system is an HP Envy 17" about two years old.

First, I removed all of the older versions of Autodesk products prior to 2016. I didn’t need them since I had already migrated, but I’ve been hearing from others that 2015 still works fine as well. Autodesk hasn’t come out completely (as of this post) and said everything was compatible, but I’ve test driven everything in the Building Design Ultimate and Plant Design Premium suites and they all work. Keep in mind that it’s a good idea to take the folders off the system if you don’t need them, if any remain. Another note – remove all plug-ins, add-ins and extensions prior to uninstalling the main program, as uninstalling some (like the Revit Extensions 2015) would not uninstall after the main program was removed. Make sure you scroll all the way down in the Programs and Features list, since not all of the product names start with “Autodesk”. My bad…

Second, I used Norton to run a performance test on the drive, allowing it to defragment the disk. I thought about using a registry cleaner tool, but decided not to do this, and see if the install had any issues with extraneous registry keys. So far, nothing has happened, so I’ll come back and clean this up later.


Next, I did a disk cleanup using the drive’s Properties tools, cleaning up temp files, system reports, debug logs, etc. to get a clean slate. This is something you should be doing on a regular basis anyway, but definitely do this first. Here’s what the new tool looks like in Windows 10, and it’s pretty much the same as the earlier versions:



After doing the cleanup, I used System Recovery to set a restore point just in case, and named it Pre-Windows 10 so I’d know which one to use.


Last step was to back everything up that system restore didn’t cover, like my files. I use Western Digital’s backup software with the external hard drives as my backup system (look Ma, no tapes). I also use Beyond Compare for folders that aren’t covered with the backup lists, as mans to sync folders.

Before starting the update, make sure you turn off extra apps in your system tray. I turned off the Autodesk App Manager, since it’s one of the biggest burners, along with my cloud service apps. I temporarily suspended real time scanning since I wasn’t going to be hitting the internet after the installer downloaded. Getting the running apps down to a minimum helps the installer to run faster.


Once the installer was finished, all it took was a few preference settings, and the system came back up looking very similar to Windows 8/8.1. My shortcuts were all the same, my taskbar has the same icons. The only thing I messed with so far was the start menu tile settings – but I’m so glad that guy is back as part of the program, I didn’t care about the rest.



One item you need to check for sure – your System Restore settings may get disabled. Go to Settings, and search for System Restore. Run the configuration tool (I accepted the default amount of maximum disk space to use), and then create a restore point. I named this one Windows 10 Initial so I’d know where I started from.

So the good news is – Microsoft appears to have gotten this right…give yourself an Easy button!

Happy upgrades! – db





Thursday, September 3, 2015

Erupting from Chaos…AU, RTC and Catching Up!

Man has it been a busy summer…between work, vacation, getting this fixed and repaired around the house…2015 has shot by like a rocket, and now the fall is on us. The older I get, the faster it goes.
So here’s the catch up time….

RTC First!

I finally got to attend a Revit Technology Conference, and thoroughly enjoyed it. The folks at RTC put on a great show, a little irreverent (just my speed) but populated by a mass of “true believers”. Users attend this conference because it’s the passion. And there was no better way to stoke that passion when Jim Balding, the conference host and talk show wannabe, brought out the founders of Revit. That’s right – Irwin Jungreis and Leonid Raiz, from the original Charles River Software company.

This got me feeling my “Sheldon” coming on (I have the DNA of Leonard Nimoy, er Leonid Raiz), and after the excitement of hearing the history of the program, it was awesome to realize how close I had been to the beginnings of this product. My days started when my old employer, CADRE Systems, became a Revit reseller right when the acquisition took place. That’s where I met Richard Taylor and the others, in the old Waltham office.

I made sure I got their autograph on my badge, and also made sure to tell them both how big of an impact they’ve not only had on my life and career, but on countless thousands around the world. It’s not every day that you meet someone that helped create a paradigm change…and they’re about as down to earth as anyone can be. I had a few conversations with Leonid over the next couple of days, and he always seemed to be amazed at how much enthusiasm and respect people had for him, and his accomplishments.

Back to the conference…I got added as a last minute speaker, and presented a lab on Advanced Content Editing for Revit MEP Users…And More. We took a little time talking about nested families, and how to leverage parameters to get the families to behave the way you want. We also covered my favorite activity of late, converting content from Inventor, which I feel like I’m finally getting better at doing. The room was full, and had a lot of great feedback and conversations after the class. Thanks to all those folks that signed my coffee mug - you're the real stars in the real world!

And I actually got to go to some great classes. Aaron Mailer, who was in a similar boat to me, having to pick up someone else’s class, did a great job with Navisworks Optimization, which we want to use more frequently. Paul Aubin, the Revit maharishi, did a great job of covering Revit materials, which I put to use right away in our 2016 content. And sitting in on Don Bokmiller’s roundtable brought tout some great, open, and honest assessment of the state of content for Revit.

So here’s the takeaway – if you’re a Revit user, and can’t afford AU, save your money and go to RTC. The quality of the conference, the staff, presenters and the people that attend match and exceed AU quality. The comraderie and networking is priceless…and you can really learn a lot at the after party! 

Next year the North American conference is in Scottsdale, Arizona, July 14-16th. Yep, it’s gonna be a hot one, in more ways than one. For more information, go to www.rtcevents.com.

Autodesk University 2015!

…is just a few months away, and RTC really got me stoked up for it. Sign up now at au.autodesk.com before it gets booked up!

This year, I’m presenting two classes:
ES10022 - How’s BIM Doing in Your Multioffice Pond? – on Thursday, December 3rd at 8:00am PST, is about optimizing Revit workflows between offices and outside firms. The course overview is listed:

Building Information Modeling (BIM) represents a great deal more than switching from 2D CAD to 3D modeling. Face it; these tools and work processes can be complicated. Throw in multiple office locations, different design partners, and old work methods, and you can have a real mess on your hands. In this session we will take a look at how programs like Revit software disrupt these ponds, and how you can learn to gain efficiencies while you’re in it. We will start by explaining how a basic peer-to-peer type of environment could work, and the pros and cons of this system. Next, we will throw CAD into the mix, and we’ll cover lessons learned. Then we’ll review document management tools such as Vault software, and we will wrap up with a discussion about how the Autodesk 360 software applications can help. If you’re a business owner trying to make sense of all of this, or a designer just looking to get your work done, you need to join us for this fast-paced and sometimes downright funny way to learn how to manage your BIM projects.

Learning objectives

  1. Learn basic worksharing methods and best practices for Revit projects in multiple office locations
  2. Discover the lines where CAD and BIM are blurred, and how to avoid duplication of tasks with correct application of tools
  3. Examine the next level of document and project management with Vault integration into Autodesk’s design applications
  4. Learn where the cloud-based A360 software applications can benefit your multioffice projects
Since I’ve been playing a lot with the new Revit Collaboration tool for A360, as well as trying to ge tmor engaged with Vault, this course will cover the pros and cons of both, and will hopefully help you make the best decisions for you firm. We’re also going fishing in this class, complete with poles, a pond, and maybe a hook or two. Bring your waders, you may need them…

Next up:
IT11130 - Seamlessly Integrating CAD and BIM Standards for AEC Projects – Thursday, Dec. 3rd at 1:00pm PST.

Session description:

If you listened to all the grand predictions a decade ago, you’d think the only thing we’d be doing is modeling everything in 3D. But that reality hasn’t come to pass. The CAD manager and Building Information Modeling (BIM) manager have to know how to get everything to play nice, capitalizing on the power of BIM tools while making sure the 2D work that’s still required is completed correctly. This course will take a look at key settings and work methods, beginning with a comparison of national CAD versus BIM standards. Next, we’ll examine tips for making CAD files such as templates work better in a BIM environment, and then move into sharing files both ways—correctly. The last item examines how to alter the CAD interface to follow BIM tasks, making it easier to move back and forth easily between the applications. Taking this information-packed course will help you maintain your 2D sanity while moving the Design Team forward with today’s 3D modeling tools—so sign up early and often.

Learning objectives

  1. Compare National CAD Standards with National BIM Standards
  2. Discover key setups for CAD and BIM templates for smooth sharing
  3. Learn how to import and export guidelines for 2D and 3D files—both ways!
  4. Learn how to alter the AutoCAD CUI to better emulate the BIM environment
Autodesk has changed the format for lectures into Industry Talk, which is what the first class covers, and instructional demos, which is what we do in this session. The difference is Powerpoint versus real world. I do both in both sessions, but the focus is stronger on the demo in this class. It’s the first IT based class I’ve taught at AU, and has filled up enough once that it’s already been moved to a larger venue.

Register soon, as the classes usually fill up the closer we get to the conference. The early bird registration period ends September 24th, so save some money...and get in on next year's home movies! 

But even more important, we’re back at the Sands Convention Center at the fabulous Venetian/Palazzo Hotel and Casino, where the crowds and atmosphere are great. You won’t want to miss this event, it’ll be a doozy!

See you in Vegas!



Wednesday, November 19, 2014

Is your AutoCAD acting up? Fixing the User Profile...

This one goes out as a thanks to our uber CAD Manager, Nick Seman, who works in the home office at Camp Hill, PA. I'd been having trouble creating projects in AutoCAD P&ID, where I kept getting failures trying to create a new project. Since we push our software to our users over the network, sometimes it;s not an easy task to just "reinstall the software", as support is prone to telling us. One important note - if you're not comfortable editing the registry, then don't try this - get some help from someone who is...like one of your kids, or the neighborhood computer geek...

Make sure your AutoCAD program that's giving you issues is closed. If you've customized your AutoCAD, back the user folder (usually something like this: C:\Users\username\AppData\Roaming\
Autodesk\AutoCAD 2015\R20.0\enu) up to a different location (Microsoft Windows stores user profile data in the registry, and you can help AutoCAD rebuild their profiles by simply renaming a couple of keys (don't delete them, in case you screw this up). To get to the registry editor, look at the start menu (if you don't have this in Windows 8, that's a whole other issue - get yourself a start menu app to fix this). Use the Search section to type in "regedit" and press enter to continue. If you get a security warning, select OK to continue.

In the registry, you're looking for the HKEY_CURRENT_USER section - don't make this change in the local machine, as it won't fix the problem.Browse to the Software > Autodesk > AutoCAD key:


You'll see the version first - for example, R19.1 is the 2014 product line, while 20.0 is the 2015 product line. Since this is an AutoCAD issue, you may see several keys that start with ACAD. Each one of these represents a specific product, such as AutoCAD Plant 3D (which is where I had the problem, in the database connection part). To see software a key is used for, select it - the E017:409 key displays the program info in the right pane. this way, you know that both E017 keys are related to Plant 3D. In my case, E006 is related to AutoCAD MEP, and E001 is related to plain AutoCAD 2015.

This fix is easy - simply right click on each key for your product, and then choose Rename. Add an "x" in front of the name - do NOT delete the key. Renaming these forces the program to repair the user profile. When you re-open the software, you'll get an installation dialog - let it run, as this is fixing the problem. Check your program after it opens to make sure it's working correctly.

If this doesn't correct the problem, you can repeat the same steps, but this time, rename the C:\USERS\(your username)\Appdata\Roaming\AutoDesk folder for your product, such as AutoCAD P&ID 2014, or MEP 2015...whatever program is giving you the problem. Simply rename it to have an "X" at the start of the name.

If this fixes the problem, go back and delete the renamed keys and folders...after you're sure it's all working correctly. You might want to check the old folder for plotter PC3 files, CTB files, CUI's and anything else you may have customized. These items should be pointed to a custom folder if you're going to be editing them for company standards...and updating the user profile is one of the big reasons why.

Try this out if the traditional fixes don't work, and you can't get a good explanation for why your program is buggy. Make sure you have administrative privileges to the computer and user folder when you do this - if you don't, get your IT guy to take care of it for you.

Happy de-bugging - David B.

Friday, March 2, 2012

Making Autodesk Products More Flexible...the Core Console Example

Been reading a blog about a change in the upcoming release for AutoCAD, in regards to the core console.

http://through-the-interface.typepad.com/through_the_interface/2012/02/the-autocad-2013-core-console.html

Kean Walmsley is the author of this document, which does a great job of explaining a programming feature in plain English.

What the core console does is basically run AutoCAD in a command line only mode - so when running in this mode, you're not loading up every other feature of the program, but still supporting them on demand. Have this as an available alternative to launching and running full AutoCAD is a great improvement, especially if you're trying to batch process anything (for example, I want to do some serious layer cleanup and documentation standards in our standard detail libraries, which will still be primarily in AutoCAD).

So here's my next thought - how would this be handled in Revit? Is there going to be a core set of tools, that we can use to do something similar to batch processing, outside of the normal Revit environment? For example, I need to set up a regular export of specific views and sheets to DWG for a client who's still in the dark ages, running AutoCAD LT 2000. I want to run this as a timed task, against multiple RVT projects, without having to load and run from each file.

It's a pipe dream, but is Autodesk going to make this a reality for more than just AutoCAD? The world wants to know...by the way, Kean - nice work!

thanks - dab

Friday, February 3, 2012

Back to the blog...and Autodesk turns 30!

Been taking a break from posting for a while, it's been a busy winter...had a few thoughts on the last several years...

Autodesk turned 30 a few days ago, and it's amazing the impact they've had on the design industry. It's definitely been an evolution. Who wouldn't miss the Carol Bartz days of ready, fire, aim...but that was part of the creative spirit that they needed to make the product as popular as it is.

And today, it's been run more like a solid business than most software companies and start ups. While some software companies (like facebook, google, etc. ) are all about the personal information, Autodesk has become the holder of the real world data for the places we live, work and play in. From the part design in Inventor, to the BIM models in Revit and ACAD Arch/MEP, right down to Navisworks and beyond...the early concept of the AutoCAD centric model has evolved into an optimum design platform.

And there's both good and bad in it - the early days of Autodesk fed the creation of many businesses, especially in the reseller channel. In my earlier days, there were over 400 resellers - from loss leaders just pushing boxes to true consultative businesses, like CADre - which I'm still proud to have been a part of and gave me my platform to grow. Unfortunately, businesses evolve...and things change. You don't hear a lot about companies selling drafting tables, triangles and t-squares anymore. And in the near future, I would expect Autodesk to change the reseller relationship even more. With today's internet and the evolving business model, it doesn't make sense for Autodesk to continue to push a part of their revenue into the channel.

Because of this, I expect to see more of the "new business" model - companies that are analyzing the data external to the design firm and owner, and working to make the designs more efficient. Companies like IES, and products like Vasari - these will help push new forms of business that become the support structure of the design world. It's no longer about the tool itself, but instead about the results generated from the tool.

And the channel has changed - we realized a long time ago that 30-40% margins weren't going to be the case forever, and worked hard to develop consulting services. In the future, even implementation services are going to become more scarce as the design industry learns that a) it's better to have an expert on staff and b) the methods used by applications like BIM become more common and expected.

So where does that leave that industry? I expect you'll continue to see them evolve into service providers for modeling, such as conversion from 2D to 3D models. The point cloud technology is pushing this as well, but sometimes, you just gotta model it. I'm still on the fence about the accuracy and overhead of that technology, but I could be wrong. Personally, I expect most to go the way of the Bentley reseller channel - a few service providers, but most going away - if the owners don't have the future goggles on, and evolve into the new business model, they've got no one to blame but themselves.

Training has evolved as well - the internet based training materials are becoming even more popular. I've been working with my buddies at CADLearning, and reviewing what they have coming - the level of detail, quality of materials, and relevance to the design industry is better than ever. In my day, we all learned best with 3-4 day classes - but today's generation doesn't need that. They are leveraging the internet, videos and over the shoulder mentoring - that's what's really working now. Even in the college environment, it's amazing how many online programs are out there - that's the future.

The users have to bone up on their education as well. Anyone who is planning on taking drafting courses or certifications - stop it. You're wasting your time and money. At minimum, a 2 year associates will be required to work in this industry. In fact, if I could wave a magic wand, I'd change most of those programs to focus on specialities - like energy modeling, sustainable material design, lighting analyst, etc. Just knowing how to put lines on paper just doesn't cut it anymore. We've seen it start in the rendering and animation field, but there's got to be more emphasis on today's technical tasks. I'm a firm believer that people are responsible for educating themselves - and it kills me to see good people resting and relying on what they did 20-30 years ago, instead of staying current with their skills and knowledge. Blame yourselves if you become one of the "no longer looking for work"...the opportunities are out there for employees that want to stay relevant in the industry, you've just got to put in the work. It sure ain't going to be just handed to you anymore...and anyone who wants to guarantee wages and work using old methodology is just milking the system.

The one thing I'm pretty certain about is that the return to 2D CAD days are gone. We still have some old-schooler's hanging on, but when I see guys like my intern in Harrisburg finish the tasks in BIM in a fraction of the time the CAD-based designer is taking, I'm convinced we're on the right path. If anything, Autodesk needs to take away one important piece of advice - get it all working together and working right.

We're going to still continue to have construction documentation going out in a similar fashion over the next generation or so, so paper will still be there (although it was really cool to see all the tablets at AU this year taking the place of paper handouts - the first real progress towards a paperless society). The model and data has to be ale to easily make the progression from part design, into the building and site, to the contractor for the build, and to the owner for operations and maintenance. It's better, but it's not there yet. The cloud is coming into its own, taking the place of FTP, email, etc. as the main portal where project data is stored, so companies like ours have to learn how to live and play in this world.

I remember some of my first experiences on CAD - watch VersaCAD on a mainframe draw a line - it took forever, and was on a 6" screen. I remember being amazed at the Bentley mainframe, working on big dual monitors (black and white, of course) with a drafting table sized digitizer, converting paper drawings to CAD files stored on tape. I remember paying $5000 for a 486 computer, taking out a loan from a benevolent business owner that helped me get my start.

And I look at where we are today. The design industry is on the brink of the chasm, and is preparing to leap across. The paradigm has shifted, and now we're all along for the ride. And guess what - it's going to be a blast. We won't need government regulations forcing us to be more efficient - our dads taught us well, but now we have the technology to really design better, smarter and more efficient structures and systems than ever before. It's expected now and accepted as common practice. And I get back to Autodesk - and I say thanks...and Happy Birthday. You've made a lot of this possible, and have been the catalyst to real change (sorry, federal government, but it's private industry that makes this really happen - in spite of all the posturing and regs that only serve to drive business costs up...my only politcal soapbox comment for today)...so don't stop - keep pushing the envelope, and keep helping us make this a better built world for all.

Have a great day - David B.