Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This reference provides comprehensive technical documentation for the Solution Center interface, the primary entry point for managing FrameworX solutions.

Related Topics:



Interface Overview

Main Window Layout

FrameworX Solution Center                                                                                                (info)

Navigation Panel

  • Server Information →
  • License ->
  • About FrameworX ->

Selected Solution:  <solution name>

Image AddedNew    Image AddedEdit    Image AddedView    Image AddedRun   Image AddedManage


Panel
bgColor#FFFFFA
borderWidth1
borderStylesolid

Solutions...




Tatsoft << (panel collapse)       |  Status Bar - Connected: Local 


Access Methods

MethodEntry PointFeatures Available
Desktop ApplicationFrameworX.exeFull functionality
Web Browserhttp://server:10108/solutionsLimited editing*
Remote DesktopVia Solution ServerBased on permissions

*Note: Web access has different features available - documentation pending for advanced web-specific settings.


Action Buttons

Located above the solution list:

ButtonFunctionAvailabilityShortcut
NewCreate new solutionAlwaysCtrl+N
EditOpen in DesignerSolution selectedCtrl+E
ViewOpen read-onlySolution selectedCtrl+R
RunStart runtimeSolution selectedF5
ManageAdvanced optionsSolution selectedCtrl+M
RefreshReload listAlwaysF5

Quick Actions

  • Double-click solution: Opens in Designer
  • Right-click solution: Context menu with all actions

Solution List

Display Modes

View ModeDescriptionBest Use Case
Card ViewThumbnail previews with solution nameVisual identification
List ViewCompact text list with status iconsMany solutions
Table ViewDetailed grid with all propertiesComparing solutions

Solution Item Properties

PropertyDescriptionVisual Indicator
NameSolution identifierText label
PreviewMainPage display thumbnailCard image
StatusRunning/Stopped/EditingIcon overlay
ModifiedLast change timestampTable column
SizeDatabase file sizeTable column
VersionSolution version

Properties panel

Status Indicators

StatusDescription
RunningSolution executing
EditingOpen in Designer
Read-onlyPublished version
LegacyFactoryStudio project



Navigation Panel

Sections

SectionPurposeDetails Page
ServerSolution location settingsServer Information
LicenseLicense status and activationLicensing and Activation
ProductVersion and componentsThis page

Product Information

FieldDescriptionExample
VersionSoftware version10.2.0
BuildBuild number10.2.0.1234
PlatformOperating systemWindows 11
DriversInstalled protocols75 drivers

Solution Files

File Types

ExtensionTypeDescriptionCan Edit
.dbslnSolutionActive configurationYes
.dbbackBackupArchived solutionImport only
.dbrunPublishedProduction versionNo
.tprojLegacyVersion 9.x formatUpgrade only

File Locations

TypeDefault PathConfigurable
SolutionsDocuments\FrameworX\SolutionsYes
TemplatesDocuments\FrameworX\TemplatesYes
BackupsDocuments\FrameworX\BackupsYes
Temp Files%TEMP%\FrameworXNo

File Operations (To Do: Modify to explain to do at the file direction

OperationDescription
OpenLoad existing solution
ImportRestore from backup
ExportCreate backup
CloneDuplicate solution
DeleteRemove solution

Search and Filter

Located top-right of solution list:

Search TypeSyntaxExample
NameText string"Tank"
Status:running :stopped:running
Modified>date <date>2024-01-01
Size>size <size>10MB


Keyboard Shortcuts

Global

ShortcutAction
Ctrl+NNew solution
Ctrl+OOpen solution
F5Refresh list
F1Help
Alt+F4Exit

With Solution Selected

ShortcutAction
EnterEdit solution
Ctrl+EEdit solution
Ctrl+RView read-only
Ctrl+EnterRun solution
DeleteRemove from list

Common Tasks Reference

TaskStepsNotes
Create solutionNew → Select template → ConfigureSee Creating Solutions
Open for editingSelect → EditRequires dev license
Start runtimeSelect → Run or ManageSee Managing Solutions
Connect remoteServer → Enter IPSee Server Information
Check licenseLicense panelSee Licensing

Troubleshooting

Solution List Issues

ProblemCauseSolution
Empty listWrong folderCheck Server settings
Missing solutionNot in search pathAdd folder path
Can't see previewNo MainPage displayNormal for some solutions
Refresh not workingFile lockedClose Designer/Runtime

Access Issues

ProblemCauseSolution
Can't editNo dev licenseCheck license type
Can't runNo runtime licenseVerify license
Remote failsTWebServices stoppedStart service
Web access deniedAccess key requiredAdd ?accesskey=xxx

See Also

Child Pages:

Related Topics:

Introduction to the Solutions Manager

The platform is designed for creating real-time data applications, structured into solutions. A solution includes configurations for various functional modules, such as tag definitions, alarms, communication, and displays.

The Solutions Manager is the central hub for organizing and managing your solutions. It enables you to create, open, and edit solutions from your computer or remote devices, facilitating efficient workflow and productivity.

Image Removed

On this page:

Table of Contents
maxLevel3
minLevel2
stylenone

Key Concepts and Terms

Solution File / Solution Name

The configuration of an application (solution) is saved is a file with extension .dbSln. All modules settings are stored in that file. The solution name matches the name of the configuration file.

Project File

In order to facilitate distinction from legacy product versions, the Project File refers to files with the extension .tProj, a legacy configuration.

AnchorSolutionManagerSolutionManagerUnderstanding the Solutions Manager

The Solutions Manager interface is the main hub for managing and organizing your solutions.

Some very unique and powerful features include:

  • The platform creates a file for each solution. All configurations, including tag definitions, display drawings, images, and report templates, are stored in a single file—an encrypted SQL database with the extension .dbsln — for easy management.

  • You can open multiple solutions simultaneously or allow multiple engineers to work on each solution.

  • You can access solution files located on your computer or on remote devices with the Platform Services enabled. When accessing remote devices, you can use a pure HTML5 interface without needing any local installation.

  • To enable multiple users to work concurrently on the same solution, follow the procedure described in the section Multi-User Collaboration.

Navigating the User Interface

The User Interface is composed by the following sections:

  • The right side contains help-only information; you can close that section if you wish.
  • The middle box, called the Solution List, displays a list of solutions on your computer or on a previously set remote computer.
  • The left side provides summary information and navigation for additional content. It includes:
    • Server Information Page: Select folders, view, and manage connected servers (or local computers).
    • Licensing And Activation: See and modify the license on the connected server (or local computer).
    • Product Information: Displays the current version and list of installed drivers.

Selecting a Solution

The main area in the Solution Manager is where you can select a solution and execute commands on the selected solution or create a new solution.

The middle box, called the Solution List, shows a list of solutions on your computer or on a previously set remote computer. Click "Refresh" to update the solutions list in case external applications or users modify the contents of the folders.

Each item in the solution list represents a complete configuration for an application, with each image corresponding to an independent solution. The image used for the solution preview is the content of the display named "MainPage" in that solution.

In the top right corner, you can select List, Cards, or Table view.

List View

Projects exhibited in listImage Removed

Card View

Projects exhibited as cardsImage Removed

Table View

Projects exhibited in a tableImage Removed

Working with Solutions 

The buttons on the top of Solutions List allow to manage the select solution or create a new one.

Image Removed New:  go to Creating a New Solution

Image Removed Edit: Open the Designer software, to configure the selected solution

Image Removed View: Open the Designer software, in Read-Only mode, which is useful if you simply want to check its configuration.

Image Removed Run: Starts the execution of the selected solution. It will start in Production mode using guest credentials. For more options on starting, you can use the Manage Button. 

Image Removed Manage: navigates to the Managing Solutions page, allowing to perform various actions with the selected solution. 

Solution Configuration File

The configuration for the entire solution, is stored in single file with the extension .dbsln. That file is an encrypted embedded SQL database, with the configuration tables of the various modules, like Tags, Alarms, Scripts and Displays. 

You can move, rename, duplicate, back up, and restore the solution files, working directly in the computer folders, just as you would with any other file. When moving files directly in the computer folders, you need to press the "Refresh" button to update the list content.

Other files extension for Solutions are created, when using the Publish feature, as described in the chapter Runtime Build and Publish.

Warning
titleRenaming or Deleting Solution Files

Be extremely careful when renaming solution files (or solution names). There are macros and properties with the solution name that may have been used to create database files, configuration files, or other application-specific implementations. When renaming a solution that is already in production, it is necessary to address any specific configurations or external connections that might have been created using that specific name.

If you want to Delete a Solution, you just need to Delete the <solutionName>.dbsln file that count as the solution. The folder named <solutionName>-Designer contains users settings and temporary files and it can be deleted anytime. When the solution runs, it may create databases files, text files, that are application-specific implementation, and those files should be traced and deleted, similarly when you are renaming solutions.

Upgrade from Legacy Projects 

When a file with the extension .tProj is found, it appears in the Solution List with the prefix "Project." Only projects from versions 9.1 and 9.2 can be upgraded directly. For older project files, you must first use the 9.1 or 9.2 product to upgrade them to those versions.

When a legacy project is selected, the "Upgrade Version" command button is enabled.

Info
titleLegacy Projects Editing

In order to Edit a legacy project, you need to use the tools for the specific version of that Project. The Solutions Manager will only handle upgrades for that project to the current solution features. 

For further details on the Upgrade process to the page Migrating Legacy Projects.

Accessing Solutions Files

By default, the system will display solutions from your local computer first. You can modify the list of visible solutions by going to the Solution Server page. At that page, you can select to show the solution files from the Local Computer for from a Computer running the TWebServices communication service.

When using Collaborative Engineering, allowing other uses to access the same solution, use the Solution Server connection. The Direct Access to the Solution locks the file to a single user.

For Solution Server access: The target server must have the TWebServices running. You can connect using the desktop version of the Solutions Manager, or the Web UI using a URL. 

Requirements

The Solutions Manager can access configuration files from other computers and devices through two methods: connecting to a Remote Server via Server Information or using a URL to open an interface.

Both methods require that the connected server has TWebServices running and that the necessary firewall ports are open. On Windows computers, you can set up TWebServices by opening a local instance of the Solutions Manager on the target server and configuring TWebServices on the Server Information page. For Linux and other operating systems, you need to configure TWebServices to run on startup using the OS's tools. By default, TWebServices uses port 10108.

When multiple users open the same solution from the Server, it allows Multi-User Collaboration on the solution development.

Connecting to a Solution Server 

On the Server Information page, simply enter the IP address or domain name of the server you want to connect to and press the Connect button.

→ Read more about the Server Information page.

Using the Solution Manager Web UI 

It is possible to access solutions on a remote server without installing the product on your local computer.

Just open browser and use the url: http://<Server IP or Name>:10108/solutions. Example: http://192.169.1.1:10108/solutions

The requirements are that the remote device has TWebServices running. If the device has a security AccessKey defined, the URL shall be:

http://<ServerIPorName>:10108/solutions?accesskey=<key>

Using the Designer in Click-Once Mode

When you are using the Solutions Manager WebUI and open a solution for editing, it is not necessary to have the Designer pre-installed on your computer. The system will use ClickOnce technology (if supported by the browser) to open a Designer window, retrieving the necessary files from the remote computer. Most common browsers allow ClickOnce; check the browser's technical information to confirm ClickOnce compatibility.




In this section:

Page Tree
rootV10:@self
spacesV10



...