-
From the Utilities section of the action bar,
click 3DEXPERIENCE Utility
and
drop it on the process diagram.
- Double-click 3DEXPERIENCE Utility .
- From the 3DX Utility editor that appears, select the Execution tab.
-
From the Select a 3DX Utility menu, select Generic Batch.
-
If the batch utility will operate on an object in the process (such as a part or a
simulation), do either of the following:
- Select Content, and select the object in the workflow or
search for an object.
- Select Parameter, and select a parameter representing the
object.
-
To upload a document containing the XML file that lists the name of the batch utility
to run and its arguments, do either of the following:
- To upload a non-versioned document, select
- To upload a versioned document, select .
- If prompted, click Yes from the dialog box that appears to save the simulation process and to continue.
-
From the Select files dialog box that appears, select the XML file to upload.
The XML file should list the name of the batch utility to run and any arguments that are passed
to the batch utility. An example of the contents of the XML file is shown
below. <?xml version='1.0' encoding='UTF-8' ?>
<root>
<Option name="PLMBatchName">DataExchangePLMBatch</Option>
<Option name="Operation">Export</Option>
<Option name="Usage">STEP</Option>
<Option name="Extension">stp</Option>
<Option name="Material">${Material}</Option>
</root>
Note:
You can use the CATUTIL utility to determine the arguments that are expected by the batch utility. For more information, see Native Apps Common Services: Running a Batch from the Command Line.
- Click Open.
The object on which the batch utility will operate and the document containing the XML file are added to the simulation activity's Internal Data category. - Select the Execution Options.
-
Click OK to save your changes and to close the 3DX Utility editor.
|