Softtech in Florida
Writing the Machine Interface
So we decided to tackle the interface with the planet in code. Mainly because it is easier for us to control and more flexible than the link XML interface that SoftTech is using. We have finished the code and everything looks good in the software between V6 and the Emmegi software. The only thing left is an actual test on the machine. We’ve tackled the complication of rotated parts with compound miters. This is the toughest part of the interface, but I think it is complete. We’ll know this week.
SoftTech invited me back to Florida to spend a few days working on a new specification for our curtain wall work. There are a number of areas in the software that need to be improved to make the process of using it for unitized and stick curtain wall systems easier. I’ll report back on what we find.
If you have items you think I should address, please add them as comments on this page. Steve
More on V6 and the Interface with Machines
We BJ Wilson and Geoff from SoftTech out for three days where we ground out the basic code. We then had BJ back out to try and work out the compound miters. Zach at our office was a huge help creating the code for the compound miters and I think we are close. The biggest issue right now is working out a way to translate the cutting angles when the part is rotated on the machine. We are launching into that next week. So if you have a vertical mullion that is sloped meeting a Horizontal mullion that is sloped, you will end up with a compound miter. The V6 software will pass the angles to the Link XML based on the positions of the mullions when they are in the opening. When you put the part on the Planet, you usually want to rotate the part so you limit the amount of work you need to do to the bottom of the part. But, since you rotated the part, you now need to re-calculate all of the angles and cutting information. Some information in the Emmegi software will automatically adjust, but not the flying blade information for some reason.
We’re still debating weather it would be simpler to just write the code to create the text files in VB. SQL is crazy when you get this complex. It’s hard to debug and pretty linear. You can write helper functions, but not really branching functions. You can write “if, then, else” type functions, but they are all in line and you end up nesting them which gets crazy to read later. I’ll let you know what we end up doing.
This is just some of the fun you run into when you try to integrate software into your process and why you need to allow a lot of time to get things set up.
Softtech V6 Implementation
So we began discussing how to deal with this. The first idea was to create a nested frame that could be inserted into the daylight opening that would contain the inside gasket, the outside gasket and the glass. This solution seemed to work fine. We had to create a macro that would run right after the frame was built to automatically insert the nested frames into every specific light opening.
So, we had the beginnings of a solution. Now, like everything, the devil is in the details. So, what if there is a structurally glazed mullion somewhere in the opening? What if we want the molded gasket to span across both lites in this instance? What happens at structurally glazed corners? What if the interior gasket is molded and the exterior gasket isn’t (pressure wall systems)? How do we handle the mark numbers? They should really match the glass mark numbers to make the key sheets easier to create and manage.
So we started creating macros to help with this. We added an attribute to the vertical mullion assemblies to define if they were structural or captured. We then created a substitution matrix to look up what gaskets should be used in what situation. We then wrote some code on the nested frames to read the attributes on the verticals, look in the matrix and then apply the correct gaskets.
This got us to about an 80% solution. We then started adding more code to address the other 20%. In the mean time, we started doing some testing. Our first test project had a segmented wall with about 50 segments and 3 floors tall. When we tried to create the opening, all of the macros and attributes and matrix information started to kick in. The program began to slow and pretty soon, the computer came to a crawl and the program crashed. Just too much data to crunch. Worked great on smaller storefront openings, just couldn’t scale with the size of work and openings that we do.
Softtech V6 – Part 2
The people at SoftTech in Florida are great. Very knowledgeable and experienced. They are also very available when you have a question. Updates and bug fixes are provided a couple of times per month via an FTP site.
The software is very open. You can create custom macros and code for most things in the software. This is a great feature, but be careful. Once you start trying to code all of your business logic into the software, the software gets complex fast.
SQL back-end (or Oracle). This is the best part. You can write reports and queries directly against the database. We have a custom portal we put in place about 5 years ago. Tying our material data into the portal is much easier since they are both running off the same database.
Weaknesses:
It’s not easy. Even with the years of experience developing our own software, we have been a year in implementation. The documentation on what you should do and how you should set the software up is not good. In addition, the recommendations to create macros and code to solve some of the basic implementation problems are misguided at best. Because it is so open, you can do most things 6 different ways. SoftTech’s view is that every company is different so they leave it up to you how you want to set things up. From my perspective, all the companies I’ve worked for could use the same setup. Before you start your implementation, give me a call.
Missing features. The software has been developed based on the demands of the user base. It doesn’t seem to have some overarching need to do what people need, it seems to be built to do what people want. It can’t do shop drawings yet. It can’t do fabrication tickets yet. You can’t have multiple vendors for your dies (if you push your own extrusions, you need this). It appears to have started as an estimating tool and recently made the transition to operations. The good news is that we have been able to create custom applications to address these needs. I’m not sure every user wants to write thousands of lines of code to do what we are doing.
Overall, I really like this software. I think we’ve found some ways to simplify the implementation and hopefully make this a smoother process for future companies trying to use the software. I’ve had conversations with several companies that are really struggling with getting this implemented. If you are using V6 now, please drop me a line. I’d love to see how things are going for you and share some of the things we have found.
Softtech V6
So we started doing some research on software. When we were in Italy, we looked at the software that Emmegi had created. We also had a demo of the Logical software. We met with the folks from Engineering Intent (now owned by Autodesk). All of them seemed interesting, but didn’t really meet our needs for various reasons. Finally, Chip Steel from Emmegi introduced me to SoftTech.
SoftTech is a company out of New Zealand. They make a product called V6. Essentially, it allows you to create 3d elevations of your windows and curtainwalls and automatically creates the Bill of Materials information.
SoftTech America is out of Florida. There are about 6 guys working in the states. Really great people and very qualified. SoftTech has a development agreement with Kawneer and I think Kawneer has pumped over a million dollars into the software to get it to do what they need.
You start by creating a library of your extrusions and accessories (screws, gaskets, setting blocks, etc…). You then use these to create what they call assemblies. The assembly contains the parts that create each detail along with other information like how the parts intersect with other parts and any machining required.
You then create a framing system with the assemblies and finally create your elevations using the framing system.