Let's Review what we have done:
- Planned our program's Inputs and Outputs
- In the Data Manager we created a new data family for the data related to our program. This data included points a table and plots.
- In the Analysis Manager we defined the interface to our program including where the source was located and what data would
be inputs and what would be outputs. Generated the main routine and the input routine.
- Edited the analysis to interface with the PRODAS generated code. Converted our main program to subroutine analysis.
Wrote an input conversion
subroutine to transfer inputs from PRODAS to local variables. Wrote an output routine to transfer the local results to
PRODAS variables.
- Wrote a data validity routine to give us a chance to preprocess the data coming from PRODAS before getting into our analysis. This
part is optional but at least a skeleton of the subroutine must be present. We also wrote a routine to open and write to the formatted output file.
- In the Forms Manager we created a new form which added an item to the PRODAS analysis menu to run our program and then
we dropped and dragged to create a setup window so the user can edit the inputs, create three output windows one each to
display the tables, plots and formatted output and finally added a button to run the code.
We have been busy.
Previous
Top
Next