Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

where is the Actuator data stored?

where is the Actuator data stored?

Anonymous
Not applicable
1,864 Views
7 Replies
Message 1 of 8

where is the Actuator data stored?

Anonymous
Not applicable

As we know ,most of these data are stored in the piping.dcf file.

But for Valve actuator ,we can't find its data in the piping.dcf.

So where it is stored?Xdata??

Could you pls show me?

 

thanks and regards.

0 Likes
Accepted solutions (1)
1,865 Views
7 Replies
Replies (7)
Message 2 of 8

KenFauver
Alumni
Alumni

Actuator data is stored in the valve catalog.

 

Actuator.jpg

If the post answers your question, please mark it as an Accepted Solution, so that others can find answers quickly!


Regards,

Kenneth G. Fauver
Technical Sales Specialist – Plant
Oil and Gas Solutions
0 Likes
Message 3 of 8

Anonymous
Not applicable

Valve catalog is the source data.But we have created a valve including the actuator in a drawing, then the data of actuator must not be stored in the catalog.

where we can find it?

 

thanks.

0 Likes
Message 4 of 8

Anonymous
Not applicable

Valve catalog is the source data.But we have created a valve including the actuator in a drawing, then the data of actuator must not be stored in the catalog.

where we can find it?

 

thanks.

0 Likes
Message 5 of 8

sergey.utkin
Enthusiast
Enthusiast

Hello,

 

in the 'Piping.dcf' file all actuator data is stored in the values of the fields 'ActuatorType', 'ActuatorHeight', 'ActuatorWidth' of the 'Valve' table just as it's shown in the Plant 3D 'Properties' palette. But it is just a cache-file. And if you change, say ActuatorHeight from '700' to '300' in the dcf-file, then open the drawing, you'll see the change in the 'Properties' palette, but the valve's graphics will still be as if ActuatorHeight is '700'.

So the 'real' actuator data is stored in the dwg-file.

 

If you are interested, i can post here how to view this data in the dwg-file using 'ARXDbg' util.

 

And if you are common to Plant 3D and AutoCAD API, there are some methods and properties to work with valve actuator described in the reference documentation. Never applied these concrete methods myself.

0 Likes
Message 6 of 8

Anonymous
Not applicable

Pls show me how to view this data in the dwg-file using 'ARXDbg'

And could you pls share with me those API reference documentions

thanks and regards

 

Rong([email protected])

0 Likes
Message 7 of 8

sergey.utkin
Enthusiast
Enthusiast
Accepted solution

Hello,

 

To view how the actuator data is stored in dwg-file prease do the following:

  • Run the 'ARX' command to load the 'ARXDbg' util.
  • Run 'SNOOPENTS' command and select a valve with an actuator.
  • Click 'References...' in the shown window.

a1.png

 

  • Select '<AcDbBlockTableRecord ...>' and click 'XData...'.

a2.png

  • In the shown window 'DA' stands for 'ActuatorWidth' and 'HA' - for 'ActuatorHeight'

a3.png

  • As for 'ActuatorType' it's not so obvious to get this data. But if you really need it you can dig the dwg-file further. It must be stored in this file.

 

To get the actuator data ('ActuatorWidth', 'ActuatorHeight', 'ActuatorType'), using AutoCAD and Plant 3D API, you can use the second code i posted here: http://forums.autodesk.com/t5/autocad-plant-3d-general/how-to-get-p3d-object-name-entity-name-after-...

 

The 'special' instruments to work with actuators, i mentioned earlier and you requested, are described in the documentation found in Plant 3D SDK by the following link: http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=15460551

0 Likes
Message 8 of 8

PeterQuinn
Alumni
Alumni

Please use the API to get the data rather than digging through the DWG file data. The SDK is publicly available, you'll probably save yourself some headaches and it will be a lot more supportable.



Peter Quinn
Senior Product Manager
Autodesk, Inc.