Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CTruax

  1. CTruax

    Startup PLANS Dwg with default views

    I am not too fluent in Arch Desktop 2002 2006 and am wondering if someone could share a DWG that can be used as the starting point for drawing a set of house plans. Ideally 3D model space would already have layers defined and layout viewports at the 36x24 planview boundarys would have tabs for...
  2. CTruax

    Showing Construction Details in drawing

    I create details that are drawn to scale (usually larger). Each detail is saved as its own .dwg I have another DETAILS.DWG which is simply a title block with 6 lines making a grid of 16 equal boxes. I load DETAILS.DWG and then xref into one of the 16 positions just the blocks needed for each...
  3. CTruax

    Canvas Roof Pole Barn

    Client desires a temporary (to be removed in 7 years) 100' x 100' riding arena with canvas fabric roof. CBC-2007 ground snow load is 20psf. Useage is horse-agricultural with bleachers. Pemanent construction is usually steel frame or 10'oc poles supporting beams & trusses with light metal roof...
  4. CTruax

    visual basic 6 MSComm receive data problem

    Check/define the size of the receive buffer predifined with a size buf = space$(256)
  5. CTruax

    Polygon intersection

    What about the case where Two unique polygons result?
  6. CTruax

    Polygon intersection

    Does anyone know a source for geometric solutions, either as a called library DLL or the acutal formula/solution? ie; Resulting polygon vertices resulting from the intersection of two 2d polygons
  7. CTruax

    VB Print preview

    Dim OutputPRN as Object 'change all your statements to use this object instead ' Printer.FontSize = 11 ' becomes ' OutputPRN.FontSize = 11 ' 'At the begining of your routine, query Private Sub CmdPrint_Click() if PrintPreviewFlag Then _ Set OutputPRN = Picture1 _ Else _ Set OutputPRN =...
  8. CTruax

    site plans

    In my local area (jurisdiction) the county accepts site plans for residential which are prepared by local draftspersons (non-registered). As an EOR for a project I am approached with a set of draftsperson plans which the owner wants to have structural detailing (stamping & calcs) for submittal...
  9. CTruax

    Choose in wich computers a macro should run.

    To obtain the MAC address; From Windows ME, 98, 95: START-RUN type; WINIPCFG The Adapter address is the MAC From Windows XP,2000,NT: START-CMD command prompt type; IPCONFIG /ALL The Physical address listed is the MAC From MAC-X AppleMenu-SystemPreferences-Network-BuiltInEthernet-TCP/IP The...
  10. CTruax

    Choose in wich computers a macro should run.

    Any ideas on how to expand this to; -access the internet and store serial# on a server -receive an authorization code from the server
  11. CTruax

    Step-motor accurate but physical movement not

    The chain has cogs on it that grip the wood. The 6' chain travels through about 2.5' of flat slotted track then loops around an 8" diameter toothed gear and always runs the same direction.
  12. CTruax

    Retaining Wall Spreadsheet

    I am about to write my own concrete retaining wall excel-spreadsheet. Does anyone have an un-protected (not for sale) sheet (or source) I could use as a starting point?
  13. CTruax

    Drawings in Excel

    You can use the built-in visual basic functions; Line, Polyline, Rectangle, Curve, etc. Here are some examples: Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) Dim triArray(1 To 4, 1 To 2) As Single triArray(1, 1) = 25 'Assign values in code, Or triArray(1, 2) = 100...
  14. CTruax

    Step-motor accurate but physical movement not

    This looks great. I'll let you know what develops from my inquiry.
  15. CTruax

    Step-motor accurate but physical movement not

    Won't work. I am trying to monitor the position constantly as it moves. It may stop & start 30 times in 24'. The whole idea is to know where it is all the time so that the requested movement can be made.

Part and Inventory Search