Collapse
/
- i. Copyright and Trademark Information
- 1. ModelCenter Remote Execution
- 2. Example Files
- 3. ModelCenter Remote Execution Configuration
- 3.1. How to Launch MCRE
- 3.2. Web Administrator Page
- 3.2.1. How to Open the ModelCenter Remote Execution Web Administrator Page
- 3.2.2. Services and Ports Settings Reference
- 3.2.3. Logging Settings Reference
- 3.2.4. Directories Settings Reference
- 3.2.5. User Accounts Settings Reference
- 3.2.6. Authentication Settings Reference
- 3.2.7. Direct Transfer Settings Reference
- 3.2.8. Load Balancing Settings Reference
- 3.3. mcre.conf File
- 3.4. Authentication
- 3.4.1. How to Set Up Authentication in mcre.conf
- 3.4.2. How to set up Authentication in the Web Administrator
- 3.4.3. How to Set Up the group and passwd Files
- 3.4.4. How to Edit the group and passwd Files
- 3.4.5. The .mcre File
- 3.4.6. Secure Connections with SSH
- 3.4.7. Secure Connections with SSL
- 3.4.8. Use Case: Shared Server with public_mcre Access
- 3.4.9. Use Case: Publishing an ModelCenter Remote Execution on the Internet Through a Firewall
- 3.5. MCRE GUI Reference
- 3.6. User-Specified Versions of Python
- 3.7. Direct File Transfer
- 3.8. Naming Service
- 3.9. Librarians
- 3.9.1. How to Set a Librarian XML File through the Web Administration Page
- 3.9.2. How to Set a Librarian XML File through the mcre.conf File
- 3.9.3. How to Edit a Librarian File
- 3.9.4. Librarian API Reference
- 3.9.5. Librarian - Combiner Reference
- 3.9.6. Librarian - Data Librarian Reference
- 3.9.7. Librarian - Filesystem Reference
- 3.9.8. Librarian - Mounter Reference
- 3.9.9. Librarian - User Path Reference
- 3.9.10. Librarian - CVS (Deprecated) Reference
- 3.9.11. Librarians Use Case - Developer Group Prepares Wrappers for General Consumption
- 3.9.12. Librarians Use Case - E-Matrix PDM with Workflow Controls on Code Upload
- 4. ModelCenter Remote Execution Functions
- 4.1. Run Commands for MCRE
- 4.2. Creating New Software Components with Legacy Wrapper Utilities
- 4.2.1. Component Tags Reference
- 4.2.2. The Excel Wrapper Utility
- 4.2.3. File Wrapper Utility
- 4.2.3.1. How to Create a FileWrapper
- 4.2.3.2. How to Test a FileWrapper through the Command Line
- 4.2.3.3. How to Test a FileWrapper through ModelCenter Desktop
- 4.2.3.4. Structure of a FileWrapper File
- 4.2.3.5. FileWrapper Statements Reference
- 4.2.3.5.1. array Statement
- 4.2.3.5.2. autoVars Statement
- 4.2.3.5.3. clearMarks Statement
- 4.2.3.5.4. downloadInputs Statement
- 4.2.3.5.5. fileToGenerate Statement
- 4.2.3.5.6. fileToParse Statement
- 4.2.3.5.7. generate Statement
- 4.2.3.5.8. initializationFile Statement
- 4.2.3.5.9. keyVariable Statement
- 4.2.3.5.10. markAsBeginning Statement
- 4.2.3.5.11. markAsEnd Statement
- 4.2.3.5.12. parse Statement
- 4.2.3.5.13. prompt Statement
- 4.2.3.5.14. rawInputFile Statement
- 4.2.3.5.15. RawOutputFile Statement
- 4.2.3.5.16. removeMissingVariables Statement
- 4.2.3.5.17. RowFieldInputFile Statement
- 4.2.3.5.18. RowFieldOutputFile Statement
- 4.2.3.5.19. run Statement
- 4.2.3.5.20. RunCommands Statement
- 4.2.3.5.21. runShare Statement
- 4.2.3.5.22. setDelimiters Statement
- 4.2.3.5.23. setDelimiters columns Statement
- 4.2.3.5.24. setGroup Statement
- 4.2.3.5.25. templateFile Statement
- 4.2.3.5.26. userVariable Statement
- 4.2.3.5.27. variable Statement
- 4.2.3.6. FileWrapper Examples
- 4.2.4. The PerlWrapper Utility
- 4.2.5. The PXC Wrapper Utility
- 4.2.6. The QuickWrap Utility
- 4.2.6.1. How to use QuickWrap
- 4.2.6.2. How to Create a Variable Manually in the Wrapper
- 4.2.6.3. How to Add Variables Manually from the File
- 4.2.6.4. How to Set Variable Properties
- 4.2.6.5. How to Add Bookmarks in Quickwrap
- 4.2.6.6. How to Add Delimiters in QuickWrap
- 4.2.6.7. How to Edit or Delete Delimiters and Bookmarks
- 4.2.6.8. How to Use Script Mode in QuickWrap
- 4.2.6.9. How to Wrap a Binary CAE File
- 4.2.6.10. How to Set the Executable File Settings
- 4.2.6.11. How to Create a New File Definition
- 4.2.6.12. How to Specify a Default Configuration for the QuickWrap Plug-In
- 4.2.6.13. Menu Reference
- 4.2.6.14. Toolbars Reference
- 4.2.6.15. Auto Import Variables Dialog Reference
- 4.2.6.16. Variables Reference
- 4.2.6.17. Execute Tab Reference
- 4.2.6.18. General Tab Reference
- 4.2.6.19. Input Tab Reference
- 4.2.6.20. Output Tab Reference
- 4.2.6.21. File View Tab Reference
- 4.2.6.22. Table View Tab Reference
- 4.2.6.23. Data View Tab Reference
- 4.2.6.24. Script View Tab Reference
- 4.2.6.25. File Definition Reference
- 4.2.7. The ScriptWrapper Utility
- 4.2.7.1. How To Make a ScriptWrapper
- 4.2.7.2. How To Test a ScriptWrapper
- 4.2.7.3. Sections of a ScriptWrapper
- 4.2.7.4. Variables Method Declaration Reference
- 4.2.7.5. Class File Formats Reference
- 4.2.7.6. Group Variables Reference
- 4.2.7.7. Available APIs for scriptWrappers
- 4.2.7.8. VBScript Object API Reference
- 4.2.7.9. ScriptWrapper Examples
- 4.2.7.9.1. Basic Example
- 4.2.7.9.2. Active Scripting Cube Example
- 4.2.7.9.3. Arrays Example
- 4.2.7.9.4. Groups Example
- 4.2.7.9.5. BeanShell Cube Example
- 4.2.7.9.6. Java Groups Example
- 4.2.7.9.7. Java MSD Example
- 4.2.7.9.8. Java 2D Arrays Example
- 4.2.7.9.9. Java Wing Geometry Example
- 4.2.7.9.10. Java Loading a Binary File Example
- 4.2.7.9.11. Python Cube Example
- 4.2.7.9.12. Python Groups Example
- 4.2.7.9.13. Python MSD Example
- 4.2.7.9.14. Python 2D Arrays Example
- 4.2.7.9.15. Python Wing Geometry
- 4.2.8. The WorkflowDataWrapper Utility
- 4.3. MCRE as a Service
- 4.4. PACZ Publisher
- 5. ModelCenter Remote Execution Release Notes