i have big Problem, and hope you could help me fast. I need a quick Tutorial how i can add ADP Views with autmatically Dimensions to the Grid and and to the Equipments.
This is what i have:
I created a new DEPT
I created a new REGI
I created a new ADP DRAWING
I created a new ADP SHEET
I created a new ADP View
I added to the Drawlist my SITE /EQUI and the GRIDWLD. (In Sample project the GRIDWLD is not in the Drawlist?!?)
Is Set Limits to drawlist
set scale/nearest -> apply
than i go on update and choose
Design Graphics, Annotation, Equipment, Gridline, Savework
and klick on update now. I see in the view the gridline and the equi but no dimensions Whats wrong?
I use the function dra-genadp-equilocn
I changed the Defaults in Type2 Dimension Rules to
TYPE EQUI
Rule (match(Function of Site,'Equipment') neq 0)
Projection Line TExt Rules
Type eq 'EQUI' and (match(function of Site,'Equipment') neq 0)
#NAME(C2:)
but nothing happens.
Any ideas? Our Customer needs a Equipment Location Plan today :/
ok now it works, it works not good but i can see something, thx so far. But who enters the Desc in every SCTN?, i mean if i have a Plant with 5000 SCTN, never can Enter the numbers to all SCTN which cut the axes.
Check Dimension Type 3 set up.
It works in a silimar way.
Aveva example (dra-genadp-piping) is based on a filter that checks for SCTN Description attribute...
please try to setup the desc of all SCTN with command desc'GRIDLINE COLUMN'
then update again
reference
var !!CDDIMTYP3[1] |Sctn|
$* Element rules
var !!CDDIMRUL3[1] |Description eq 'GRIDLINE COLUMN'|