Solution Creator User Interface
Field | Description | Required | Default |
---|
Solution Name | New solution identifier | Yes | None |
Output Location | Save directory | Yes | Current |
New Folder | Create subdirectory | No | Checked |
Product | License family/model | Yes |
FactoryStudioFrameworX |
Platform | Windows/Multi-platform | Yes | Windows |
Merge CSV Files | Import data | No | Unchecked |
Template | Base template | No | Blank |
CSV Import
Supported Files
File names must match exactly:
File Name | Content | Required |
---|
UnsTags.csv | Tag definitions | No |
DevicesChannels.csv | Communication channels | No |
DevicesNodes.csv | Device nodes | No |
DevicesPoints.csv | Device points |
No | DevicesAccessTypes.csv | Access type definitions | No |
UnsTagProviders.csv | External tag providersStandard format matching Designer export:
csv
Name,Type,Description,InitialValue,Min,Max
Tank1_Level,Double,"Tank 1 Level",0,0,100
Tank1_Temp,Double,"Tank 1 Temperature",20,0,150
Alternative Naming
Files can include solution prefix:
Solution2_UnsTags.csv
Solution2_DevicesChannels.csv
Batch Automation
Command Line Syntax
batch
SolutionCreator.exe /parameter:value [/parameter:value...]
Parameters
Parameter | Description | Example |
---|
/solutionName: | Solution name | /solutionName:Plant1 |
/outputFileLocation: | Save path | /outputFileLocation:C:\Solutions |
/ |
newFolder:Create folder | /newFolder:true | /platform: | Target platform | /platform:Multiplatform |
/productFamily: | License family | /productFamily: |
FactoryStudioFrameworX |
/productModel: | Point limit | /productModel:1500 |
/MergeCsvFiles: | Import CSVs | /MergeCsvFiles:true |
/pathCSVFiles: | CSV folder | /pathCSVFiles:C:\Data |
/templateName: | Base template | /templateName:HeaderLayout |
/logfile: | Log output/logfile:C:\Logs\create.log | Batch File Example
batch
@echo off
CD "C:\Program Files (x86)\Tatsoft\FrameworX\fx-10"
REM Create multiple edge solutions
FOR %%i IN (1 2 3 4 5) DO (
SolutionCreator.exe ^
/solutionName:Edge%%i ^
/outputFileLocation:C:\EdgeSolutions ^
/newFolder:true ^
/platform:Multiplatform ^
/productFamily:EdgeMachineEdgeHMI ^
/productModel:300 ^
/MergeCsvFiles:true ^
/pathCSVFiles:C:\Templates\Edge%%i ^
/templateName:blank ^
/logfile:C:\Logs\Edge%%i.log
)
Post-Creation
After Wizard Completion
Action | Automatic | Manual Required |
---|
Solution created | ? | Designer opens | ? | License check | ? | Template applied | ? | Initial save | ? | Configure modules | ? | Next Steps
- Configure Tags - Define data model
- Setup Devices - Connect to equipment
- Create Displays - Design user interface
- Add Logic - Scripts and calculations
- Test - Verify functionality
- Deploy - Move to production
Troubleshooting
Creation Issues
Problem | Cause | Solution |
---|
Wizard won't start | No license | Use evaluation mode |
Can't select template | Templates folder empty | Reinstall or add templates |
Name rejected | Invalid characters | Use alphanumeric only |
Location denied | No permissions | Choose different folder |
Template missingFile deleted | Restore from backup | CSV Import Issues
Problem | Cause | Solution |
---|
Files not recognized | Wrong names | Match exact names |
Import fails | Format error | Check CSV structure |
Partial import | Missing columns | Verify headers |
Encoding issues | UTF-8 required | Save as UTF-8 |
See Also
Solution Center (Reference) - Main interfaceManaging Solutions (Reference) - Runtime managementSolution Templates Guide - Template detailsBatch Automation Guide - Scripting solutions