Versions Compared

Key

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

Easy Heading Macro
headingIndent40
navigationTitleOn this page
selectorh2,h3
wrapNavigationTexttrue
navigationExpandOptiondisable-expand-collapse
Project Configuration Environment

This is the main user interface used for project configuration. After selecting a project using in the Welcome interface, the Manager manager application allows customization of the project. The navigation to all features is All features can be reached through a very simple 3 layer navigation.

The Project Configuration Environments are:

EDIT: Configuration for the real-time database (Tags), Historian, Security, Alarms, Devices (remote equipment and multiple protocols), Datasets (databases and files access), Scripts (.NET languages C# and VB.NET) and Displays (User Interfaces) and Reports.

DRAW: Built-in state-of-the-art drawing tool tools using WPF (Windows Presentation Foundation) and XAML technology. It also allows an easy and powerful definition for dynamic behavior, advanced objects, and code behind logic.

RUN: Allows you to run project verification (BUILD command), to TEST the application project using temporary files and a safe communication mode, or to STARTUP the project. It also has additional features like Publish the project, Localization, Cross-Reference, and Unused objects.

INFO: Shows information about the project , such as (the Project build number and published status), the product version and model, and licensing information. This interface also allows tracking of project modifications and sharing notes across the development team.

On this page

Table of ContentsmaxLevel2

stylecircle

More on the QuickStartGuide

Page Tree
rootProject Configuration Overview





Edit - Configuration Tables

To configure the basic elements of your project, from the Main Menu, click on the “Edit” icon in the main menu



The philosophy concept of the configuration user interface is to act like a web-page front-end where you do the easy navigation . This means you easily navigate and fill in the forms, while the data is automatically being saved and commissioned to the backend without the need to do open/save/close operations all the time. For sure, you  You can always undo the table modification modifications when necessary or discard the modifications on the displays if you don’t do not want to include them on in the project.

Using the Datagrid tables

The These new concepts for navigation and a web-like style  style make FactoryStudio much easier to use than other old-style desktop tools.

Using the Datagrid tables

There oldstyle desktop tools. In addition, there are many features to help manage and edit the contents of the configuration tables.

Sort: Click on a column name to sort by that column and to change the order to ascending, descending, or none. When none is selected, the internal row ID is used: every DataGrid has an internal column named "ID".


Filter: Click on the filter icon to select visible rows according to their contents.

Grouping: Just  Drag and Drop drop the column titles to in the upper area to create a dynamic hierarchical grouping of the information. 


Hide or Show columns: Some  By default, some columns that are not typically used are hidden by default. Right click on the title in order to select the columns that you want to make visible:




Draw - Design Displays

To configure dynamic graphic displays, from the Main Menu, click on the “Draw” icon in the main menu.  The The Drawing tools are explained in detail in on the Drawing Tools Page page.


Info - Information about the Project

To configure dynamic graphic displays, from the Main Menu, click on the “Info” icon in the main menu


Project: The table Version shows information about the project version and as well as the product version. The link “check for updates” checks the Tatsoft website for product updates, which are always free to install and project compatible. When an update is found it may be downloaded and installed, but this always requires user confirmation. As a policy, since the tool is used in mission-critical applications, Tatsoft decided not do any background product updates without this explicit confirmation. On the Settings table, you can modify the general configuration for your project. 




Run - Test and Execute the Project

The Run environment provides access to all project execution parameters.




Select the TEST option on in the left side menu. Then, and then click on the RUN TEST button. That will start This will execute the project configuration in the runtime mode of the project, which means the project configuration will be executed.

If you are running the the DEMO project, use this opportunity to do take a tour of the demo display which Demo's display; it contains valuable information about product features.

Note
titleNote

Executing a Build is useful for a achieving complete verification of the an application's logic when preparing an application is being prepared for final production, but this it is not necessary during the development process. All Any modifications you make on the a project are automatically and transparently being compiled in the background while you are editing. 

Test: run Runs the project in test mode, which means it . This means the project runs with some protections that allow the test mode to run even on the same machine where the project is also running in startup mode. Also Further, functions like the historian and alarm logging functions automatically go to temporary files instead of the database that is defined database for the project production. 

UseCount: Shows how many times each object is used inside the application, along with a reference to the object.

CrossReference: Shows CrossReference  showing where each object is used and shows a list of Unused objectsunused objects. You can double click on a selected reference in order to jump to its location.