Hello guys and thanks for reading my issue I have here.
I have quite a bit of chiller experience, but this is a new one for me. I am looking for a commercially available air cooled chiller in the net 100 ton range. The issue is it needs to be able to produce -20°F LCWT with -10 to -5° return...
First I need to set the stage, my company is an integration company where we buy a bunch of equipment, instruments, controls, valves, piping and such and make the system work together in the way it was intended. Therefore we buy a lot of equipment from vendors and resell it to our customers...
Okay, I didn't know where else to put this so I figured this was good place.
I am looking for a electronic database specifically for man hour estimates for handling, fabrication, and painting of piping, electrical, and structural components. Here is the trick, I really just need the database...
So this is a wierd one, Our company recently got a new president about a year ago. Since then, all of the other departments have been sending him the "Look how good we are doing" emails on a constant basis. They send him emails late at night to show that they care about the business, blah blah...
All,
Dont know if this is the right forum or not but here we go.
I am also not an electrical guy, just been tasked with helping find something for the EE.
I am looking for a software that can take a load list, calculate out the total connected load, do a parasitic summary, and then draw the...
I am writing a little application in Visual Studio Express and I want to import 5 colum wide x 400 row long data from excel and hard code it into the program as constants.
Is there a way to import this easily into VB?
The only idea I have come up with is to populate a column in the 6th column...
So I am getting around to making a plastic model of some of our units. I have started looking for somebody to make the plastic model from my SW files. I can't seem to narrow anybody down in the Houston area who has one of those 3D printers. My var has one, but for some reason that are not...
I have an assembly that has a part brought into 4 times with 4 different configurations. I am able to traverse the assembly just fine, but it only opens the part file in the last saved configuration with the getactiveconfiguration call. So I get the same config 4 times.
How do I open up the...
When traversing an assembly my program here skips copies of children. I need it to open up each child on the active config and run my special program. Any ideas on how to fix this? SW 2006 Basically the innerloop is exporting weldment body properties, so I need it to open every part file in...
How do I activate the round to fraction flag in VB.
So far I got the following bit that works well.
Part.SetUserPreferenceIntegerValue swUnitsLinear, swFEETINCHES
Part.SetUserPreferenceIntegerValue swUnitsLinearDecimalDisplay, swFRACTION
Part.SetUserPreferenceIntegerValue...