Server runtime execution

<< Click to Display Table of Contents >>

Manual > Monitoring system construction guide > System installation and operation > System configuration and operation (runtime execution) >

Server runtime execution

Server runtime executable

There are several ways to run FA-Server at runtime:

 

Server runtime execution format

Manual

Runtime Execution

ope_0008
This can be done by opening the server configuration file from FA-Server and running it manually using the RUN icon at the top of the FA-Server screen.

 

The meaning of each icon is as follows, from left to right:

 

off-line

 

Stops communication and stops server processing.

 

Online (debug)

 

Executes server processing via virtual communication (no communication with PLC). Use this when PLC is not available.

 

Online (Monitor)

 

Communicates with PLC and executes server processing. You can check the current value of PLC and write values to the PLC.

 

Online (fastest)

 

It communicates with PLC and executes server processing. The difference with "Online (Monitor)" is that FA-Server is executed minimized and displayed as an icon in the task tray. Executing it minimized reduces resources related to screen drawing.

Furthermore, by double-clicking the icon in the task tray, the screen will be displayed in online (monitor) mode (communication with PLC will not be interrupted when switching from running the icon to displaying the screen).

 

 

This method is mainly used for manual execution during the development and testing stages. In most cases, server functions should be executed automatically after the start of production operations, and execution is generally performed using the "Runtime execution with automatic startup settings" below.

 

By auto-start setting

Runtime Execution

 

By setting FA-Server to start automatically, you can run the runtime automatically when FA-Server starts. For details on the automatic startup setting, see "Automatic startup of FA-Server".