Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
runtimesetup [2020/10/12 13:05] wikiadmin [TransSECS Build without Opening the Application] |
runtimesetup [2023/02/01 10:43] (current) wikiadmin [Windows] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Setting | + | =====Setting |
+ | |||
+ | This article covers the basics of setting up and running MIX on a deployment system. It also covers using MIX in the TransSECS or MIStudio installation for testing purposes. | ||
+ | |||
+ | ====Making a MIX Runtime Installation===== | ||
+ | |||
+ | These instructions are specific to Windows systems but can be used to understand how to set up a MIX runtime on Linux systems. | ||
+ | |||
+ | === Copy Files for the Runtime === | ||
+ | |||
+ | There is a MIX directory in your development installation. This is normally used for testing your MIStudio or TransSECS/ | ||
+ | |||
+ | 1. Create a mixruntime directory in a convenient location or on a removable usb flash drive on your development system. | ||
+ | |||
+ | 2. Copy the whole MIX directory as a subdirectory under this mixruntime. | ||
+ | |||
+ | 3. Find the jre in the Windows MIStudioSuite installation directory and copy this as a subdirectory under mixruntime. After this step you will have two subdirectories in mixruntime: MIX and jre. | ||
+ | |||
+ | 4. Transfer the mixruntime to your deployment system. We recommend a simple directory structure, either in Users/ | ||
+ | |||
+ | ===Final Configuration of the Runtime Installation=== | ||
+ | |||
+ | MIX is started using the MIX.exe executable in the MIX directory. This executable uses the jre location set up in the MIX.conf configuration file. Following the steps above will set up the deployment so that this configuration is used as-is. | ||
+ | |||
+ | Run the MIX.exe to start MIX. If you have problems starting MIX look in the mix_wrapper.log for information on start-up errors. | ||
- | ---- | ||
====Configuring MIX Installations==== | ====Configuring MIX Installations==== | ||
Line 63: | Line 86: | ||
</ | </ | ||
- | ====TransSECS Build without Opening the Application==== | + | See also: |
- | + | [[rundevicesdeploymentsasaservice|How | |
- | TransSECS tool files (.tsx and .xpj) are ASCII text XML file. These can be stored in a source control system such as GIT, Source Safe or similar for tracking and change management. | + | |
- | + | ||
- | The TransSECS " | + | |
- | + | ||
- | The headless build behaves exactly as if the application had been opened and the " | + | |
- | + | ||
- | If you are running TransSECS from the executable, either the Windows TransSECS.exe (TransSECSDevices.exe for the Devices | + | |
- | + | ||
- | First, close all TransSECS applications. | + | |
- | + | ||
- | Copy the TransSECS.exe to TransSECSHeadless.exe and TransSECS.conf to TransSECSHeadless.exe (for Devices, copy the TransSECSDevices.exe and TransSECSDevices.conf - whichever file you have been using to start TransSECS) | + | |
- | + | ||
- | In TransSECSHeadless.conf, | + | |
- | + | ||
- | < | + | |
- | wrapper.java.additional.7=-Dtranssecs.headless=false | + | |
- | </ | + | |
- | + | ||
- | and change to: | + | |
- | + | ||
- | < | + | |
- | wrapper.java.additional.7=-Dtranssecs.headless=true | + | |
- | </ | + | |
- | + | ||
- | When you double-click the executable, the application will start, compile the last project you had open, and then exit. You can test this by deleting the deployment | + | |
- | + | ||
- | If you are running TransSECS from a script or a batch file, you will need to add the system property //" | + | |
- | + | ||
- | < | + | |
- | java -Dtranssecs.headless=true .... | + | |
- | </ | + | |
- | + | ||
- | The property name //" | + | |
- | + | ||
- | ===Choosing which Project to build=== | + | |
- | + | ||
- | When running TransSECS normally, the project loaded is described in the //" | + | |
- | + | ||
- | < | + | |
- | #Default TransSECS Application Properties 2007-09-14 10: | + | |
- | #Fri Sep 14 10:05:27 MDT 2007 | + | |
- | lastBrowsedDirectory=C: | + | |
- | project.dir=C: | + | |
- | way_criteria=1 | + | |
- | sort_criteria=3 | + | |
- | </ | + | |
- | + | ||
- | The same file applies when running a headless TransSECS build, the project listed in the //" | + | |
- | + | ||
- | When running TransSECS, the configuration property file to read is provided as an argument to the application. | + | |
- | + | ||
- | < | + | |
- | # Application parameters. | + | |
- | wrapper.app.parameter.1=com.ergotech.transsecs.secs.TransSecs | + | |
- | wrapper.app.parameter.2=application.properties | + | |
- | </ | + | |
- | + | ||
- | For this argument, you can provide the full path the a customized application.properties file. TransSECS will read that file at startup and compile the project described in the file. For example, if you create a file in the folder // | + | |
- | + | ||
- | < | + | |
- | #Default TransSECS Application Properties 2007-09-14 10: | + | |
- | #Fri Sep 14 10:05:27 MDT 2007 | + | |
- | lastBrowsedDirectory=C: | + | |
- | project.dir=C: | + | |
- | way_criteria=1 | + | |
- | sort_criteria=3 | + | |
- | </ | + | |
- | + | ||
- | and you change the appropriate line in the.conf file to read: | + | |
- | + | ||
- | < | + | |
- | wrapper.app.parameter.2=C: | + | |
- | </ | + | |
- | + | ||
- | When you start the headless build, the project in C: | + | |
- | + | ||
- | This property can, again, be added as an argument in a script of batch file. This time at the end of the command line: | + | |
- | + | ||
- | < | + | |
- | java -Dtranssecs.headless=true .... C:/ | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | ===Building only a Selected Tools=== | + | |
- | + | ||
- | Some TransSECS projects contain multiple tools. | + | |
- | + | ||
- | < | + | |
- | wrapper.app.parameter.2=C: | + | |
- | wrapper.app.parameter.3=GEMTool | + | |
- | wrapper.app.parameter.4=RFIDReaderTool1 | + | |
- | </ | + | |
====OPCUA Server Deployments==== | ====OPCUA Server Deployments==== | ||
Line 173: | Line 103: | ||
[[Products/ | [[Products/ | ||
How To start a runtime when Windows starts up | How To start a runtime when Windows starts up | ||
+ | |||
+ | [[StartWindowsMIXasService|Start MIX as a Service on Windows]] | ||
+ | |||
+ | [[StartMIXonLinuxAsAService|Start MIX Runtime on Linux as a Service]] | ||
+ | How to start a runtime (MIX or TransSECS Deployment) on Linux as a Service | ||