Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

General Program Information

Wiki Markup
{float:left|border=2px solid black}
[!cylinder labels.bmp|width=500px!|AutoCAD Chemical Stock Tank Barrels Program]
Northwest view
{float}



Input Definitions

Inputs Needed to Call the Chemical Stock Tank Barrels Function
  • origin - a 3*1 matrix with user defined x,y,z positions corresponding to origin. The origin is located at the top right corner of the platform.
  • disp - displacement between the edge of the drum containing the chemical stock solution (sometimes also refered to as the chemical stock barrel) and the edge of the platform.
  • thick - specifies the thickness of the platform.
  • walkway - the width of a walkway space on the platform, so that the plant operater can walk on the platform next to the chemical stock drums/barrels
  • R -

...

  • chemical stock drum radius/ chemical stock barrel
    radius
  • H -

...

  • chemical stock drum radius/ chemical stock barrel height
Inputs Defined within the Chemical Stock Tank Barrels Function

platform

...

origin =

  • x : origin{~}0~0
  • y : origin{~}1~1
  • z : origin{~}2~2

platform

...

dim =

  • x : (2(2*R) + (3*disp)
  • y : (2R) + walkway + disp
  • z : thick

*H{~}barrel~ barrel = H

barrel1

...

origin =

  • x : platform{~}origin0~ origin0 - ((3*R) + (2*disp))
  • y : platform{~}origin1~ origin1 - (R + disp)
  • z : platformorigin2~ origin2 + platformdim2~
  • barrel2{~}origin~ =
  • dim2

barrel2origin =

  • x: platformorigin0 - (R + disp)
  • y : platformorigin1 - (R + disp)
  • z : platformorigin2 + platformdim2

Technical Program Outline

cylinder1 - Creates a cylinder with the CylinderC function.

Wiki Markup
{float:left|border=2px solid black}
[!stock tank outline barrel 1.bmp|width=330px!|AutoCAD Chemical Stock Tank Barrels Program]
Topview
{float}
Wiki Markup
{float:left|border=2px solid black}
[!cylider1 NE.bmp|width=330px!|AutoCAD Chemical Stock Tank Barrels Program]
NorthEast Isometric view
{float}



cylinder1<-cylinderC(barrel1origin,R,Hbarrel)

barrel1origin =

  • x : platformorigin0 - ((3*R) + (2*disp))
  • y : platformorigin1 - (R + disp)
  • z : platformorigin2 + platformdim2

Hbarrel = H

cylinder2 - Creates a cylinder with the CylinderC function.

Wiki Markup
{float:left|border=2px solid black}
[!stock tank outline barrel 2.bmp|width=330px!|AutoCAD Chemical Stock Tank Barrels Program]
Topview
{float}
Wiki Markup
{float:left|border=2px solid black}
[!cylinder2 NE.bmp|width=330px!|AutoCAD Chemical Stock Tank Barrels Program]
NorthEast Isometric view
{float}



cylinder2<-cylinderC(barrel2origin,R,Hbarrel)

barrel2origin =

  • x: platformorigin0 x: platform{~}origin0~ - (R + disp)
  • y : platform{~}origin1~ origin1 - (R + disp)
  • z : platformorigin2~ origin2 + platformdim2~

...

  • dim2

Hbarrel = H