In terms of ACF, a process represents a graph mapped to a processor architecture. In the Visual Graph Tools, a developer can design a process based on an existing APEX2 graph project and generate the source files with metadata and code wrappers required by ACF and source files specific to the selected processor.
| Step | Action | Refer to: |
|---|---|---|
| 1 | Design an APEX2 graph. | Designing graphs |
| 2 | Create an empty APEX2 program project and link it to the graph, or create a program project based on the graph. |
Creating an empty program project |
| 3 | In the program project, complete the high-level diagram generated
from the APEX2 graph. Specify the properties of inlet and outlet
elements. (Optional) Define macros and variables. |
Completing the high-level diagram |
| 4 | Validate the high-level diagram in the program project. | Validating the diagram |
| 5 | Configure the data processing order. | Sequencing the data processing |
| 6 | Emit the source files to the application project. | Emitting the source code to the application project |
| 7 | (Optional) Compile and debug the application project. |