Difference between revisions of "Running .mscada deployed PC Developer files"
Line 32: | Line 32: | ||
Any .mscada files opened will appear under the ''Recent'' heading when ''Flowcode Runtime.exe'' is closed and opened the next time. | Any .mscada files opened will appear under the ''Recent'' heading when ''Flowcode Runtime.exe'' is closed and opened the next time. | ||
− | == | + | ==Standalone single .mscada files for customers who do not have Flowcode installed== |
− | If the customer does not have flowcode installed, to | + | If the customer does not have flowcode installed, you will need to send then the bundled Flowcode runtime. |
+ | |||
+ | Within in the source project for example My Project.*fcsx, select ''File'' > ''Export'' > ''Deploy as Flowocde App'' | ||
+ | |||
+ | A window will pop up giving you options on what will be avaiable within the App Developer applicaton. | ||
[[File:Run_mscada_App_Developer_files3.png]] | [[File:Run_mscada_App_Developer_files3.png]] | ||
− | + | Select ''Bundle App Developer Runtime'' at the bottom left of the window ,then click on ''Deploy'' | |
− | |||
− | + | Browse to the desired location for the .mcsada App developer and runtime files then click ''Select Folder''. | |
− | + | A popup will display the path. | |
− | |||
− | |||
− | |||
− | |||
[[File:Run_mscada_App_Developer_files4.png]] | [[File:Run_mscada_App_Developer_files4.png]] | ||
− | + | A new directory will be created and contain the following files: | |
− | + | [[File:Run_mscada_App_Developer_files4.png]] | |
− | |||
− | |||
− | + | Your customer can run the FlowcodeAppLauncher.exe as that will run any .mscada file in the same directory. |
Revision as of 08:40, 27 November 2023
Introduction
Files with .mscada extension created using App Developer to deploy the app that has be created.
The Project Name.mscada file can then be used with Flowcode runtime as a standalone application.
There are two ways to run the .mscada deployed App Developer file.
If you have Flowcode installed
This only requires setting up once.
Within project explorer, browse to App Developer folder within Flowcode installation directory.
E.g. for 64 bit windows:
C:\Program Files (x86)\Flowcode v10\App Developer
Alternatively, you can copy and paste the above into File Explorer.
Right-click on Flowcode Runtime.exe, Select Send to > Desktop (create shortcut)
You should now see the shortcut on your desktop.
Now the .mscada can be run by right-clicking on the Flowcode Runtime.exe - Shortcut and select open, or double clicking on the shortcut.
After the app is opened select Open Program and browse to .mscada project file.
Any .mscada files opened will appear under the Recent heading when Flowcode Runtime.exe is closed and opened the next time.
Standalone single .mscada files for customers who do not have Flowcode installed
If the customer does not have flowcode installed, you will need to send then the bundled Flowcode runtime.
Within in the source project for example My Project.*fcsx, select File > Export > Deploy as Flowocde App
A window will pop up giving you options on what will be avaiable within the App Developer applicaton.
Select Bundle App Developer Runtime at the bottom left of the window ,then click on Deploy
Browse to the desired location for the .mcsada App developer and runtime files then click Select Folder.
A popup will display the path.
A new directory will be created and contain the following files:
Your customer can run the FlowcodeAppLauncher.exe as that will run any .mscada file in the same directory.