I was looking for documentation on commands used for programmatic model building. Here are some of the things that I would like to be doing:
- Automatically create FR objects based on global table lookup. Global table columns - (col_1 - FR_type, col_2 - xloc, col_3 - yloc, col_4 - FR_name)
- Automatically create TE objects and AGV networks by global table lookup.
- Automatically create conveyor objects ( based on start point and end point in a global table)
- Automatically create connections as needed.
- Assign label values on creation of above objects.
- Attach created objects to process flows that might have been created in the model.
- Eventually create a GUI interface with a delete model and create model option.