cadworx中关于仪表问题
下载的cadworx里有plant和equipment模块,那pid模块能在plant里面加载嘛?还是说要单独打开cadworx pid,求指教cadworx pid似乎只能单独打开 qsytaotao 发表于 2015-7-21 15:52
cadworx pid似乎只能单独打开
额,那就是把管道图保存之后在pid里面打开呗
可以挂载PID,跟EQUI模块挂载一样的。
在OP里添加PID的SUPPORT目录,然后在CAD中加载程序,选“启动”按钮,添加CADWORX PID2013.ARX,保存后推出程序,重新启动,试试看是不是已经加载了。 本帖最后由 chenl800 于 2015-7-22 08:33 编辑
dyrh.f09 发表于 2015-7-21 17:46
可以挂载PID,跟EQUI模块挂载一样的。
在OP里添加PID的SUPPORT目录,然后在CAD中加载程序,选“启动”按钮 ...
加载之后是什么 样的界面 本帖最后由 dyrh.f09 于 2015-7-22 14:19 编辑
加载后界面多了PID菜单和PID选项页。
dyrh.f09 发表于 2015-7-22 14:05
加载后界面多了PID菜单和PID选项页。
没有出现这个{:1106_361:} 你是哪个版本的,2014版是不带PID的。 使用的复杂性需要花费更多的时间去不断的操作和实践才行。 2013的可以尝试, dyrh.f09 发表于 2015-7-23 14:34
你是哪个版本的,2014版是不带PID的。
2015啊,为啥我的不出现pid 本帖最后由 dyrh.f09 于 2015-7-24 14:56 编辑
chenl800 发表于 2015-7-24 07:50
2015啊,为啥我的不出现pid
你可以进入安装目录下的子目录,找到Acad.rx,用文本编辑器打开,添加CADWORXP&ID****.ARX,再在命令行运行OP,启动应用程序中添加,试试看。
LOADING EQUIPMENT WITH CADWORX PLANTPosted on MAY 31, 2011 10:04 AM by DAVE WOLFE
Pretty frequentlywe get asked how to load equipment in CADWorx Plant.Today I’m going to walk through how CADWorx get’s loaded into AutoCAD.To learn how this works we will discuss the support file search paths, and files that AutoCAD loads automatically. Since I am a big fan of knowing why things work, we’ll cover some CAD theory to start with, and the list the steps towards the end.AutoCAD has a behind the scenes feature called “Support File Search Paths” which is stored in the profile.By having a list of folders to search through, AutoCAD let’s us specify a file name (in lisp or even at the command line for certain commands) and locates the file from the search paths associated with the current profile.AutoCAD also uses search paths to load some files, like the acaddoc.lsp, acad.lsp, and acad.rx.AutoCAD loads the first file it finds in the search paths.http://pdoteamwebcache.s3.amazonaws.com/wp-content/uploads/2011/05/SNAGHTMLda15a6_thumb.pngBecause CADWorx uses the acad.rx mechanism to load, CADWorx creates a profile that has the installation directories’ support folder as the first item in the list.CADWorx wants to be first because it must ensure that no other acad.rx is found before the one in the Support folder.That being said, if you can guarantee that a folder you want to use is going to be read first, you can move it to the top as long as it does not contain an acad.rx.We do this most often for P&ID so that network blocks are found before installed blocks.So, putting the pieces together.To load CADWorx Equipment into CADWorx Plant, we will need to edit the C:\CADWorx 2010\Plant\Support\acad.rx, and add a line to load the CADWorx Equipment arx file, and then we will need to add a support file search path to the Support folder for CADWorx Equipment.After you’ve edited the acad.rx it should look like this (the sls.arx is for people with builds from Nov. 10, 2010 forward):http://pdoteamwebcache.s3.amazonaws.com/wp-content/uploads/2011/05/image_thumb4.pngYou support file search path should include the path to the Equipment folder similar to below:http://pdoteamwebcache.s3.amazonaws.com/wp-content/uploads/2011/05/SNAGHTMLe03c0a_thumb.pngYou may be tempted to run P&ID inside of Plant too, but I have run into lots of little problems (double-click broken sometimes, P&ID turns O-Snaps off), so I recommend against it.
{:1106_365:}
chenl800 发表于 2015-7-24 07:50
2015啊,为啥我的不出现pid
就是按这个方式修改的,但没有出现那个界面啊 dyrh.f09 发表于 2015-7-24 10:09
你可以进入安装目录下的子目录,找到Acad.rx,用文本编辑器打开,添加CADWORXP&ID****.ARX,再在命令行运 ...
我按这个方法调整之后出现了这个界面,后面我按网上的操作方法设置之后,plant里面没有出现pid的选项。想问一下,这里应该怎么设置 不是CADWORX PLANT的SETUP,是在CAD命令行运行OP命令的CAD设置。还有是CAD的工具菜单加载应用程序,加载CW PID,再点击“启动”按钮,添加。CAD空间设置是一定要在经典模式下设置,切记! chenl800 发表于 2015-7-28 09:50
我按这个方法调整之后出现了这个界面,后面我按网上的操作方法设置之后,plant里面没有出现pid的选项。想 ...
你这个是PID启动的选项,是否使用数据库?打开已有的图,新建项目,模板表等。 dyrh.f09 发表于 2015-7-28 10:09
不是CADWORX PLANT的SETUP,是在CAD命令行运行OP命令的CAD设置。还有是CAD的工具菜单加载应用程序,加载CW...
弄好了,你想当厉害啊,有没有关于cadworx的书籍,我是新手,很多还不会操作 {:1106_398:}{:1106_398:}{:1106_382:}
我也是摸石头过河的{:1106_393:}
网上有电子书可是没从头看到尾的耐心,再说有些马上要用可书上有没有,特别是设置,我发现基本的块儿和设置还有数据库最重要。 dyrh.f09 发表于 2015-7-28 10:43
我也是摸石头过河的
网上有电子书可是没从头看到尾 ...
你有QQ嘛,加一个以后有问题可以向你请教 我天天在马后炮,不是时时哦,你可以发消息给我。{:1106_364:}
页:
[1]
2