Page 1 of 2

App Developer Deployment: Use comport properties

Posted: Thu Aug 12, 2021 4:21 pm
by stefan.erni
Hi Ben

I tried App Developer Deployment and it's working fine,
but on the notebook the comports number are different

Is there a way to refresh and to change the comportnumber in the Deployd runing mode?

regards

Stefan

Re: App Developer Deployment: Use comport properties

Posted: Fri Aug 13, 2021 8:24 am
by medelec35
Hi, Stefan.
Do you have a Refresh Ports option within the API component properties?

Re: App Developer Deployment: Use comport properties

Posted: Fri Aug 13, 2021 8:58 am
by stefan.erni
Hi Martin
Yes I did it it now
refresh_2021-08-13_9-56-14.png
refresh_2021-08-13_9-56-14.png (19.56 KiB) Viewed 6541 times

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 8:40 am
by stefan.erni
Hi Martin

In the Deploit App I have a windows with component properties
I have no idea how it works, it always stays empty.

regards

Stefan

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 9:29 am
by Steve-Matrix
In a deployed app, the component properties window only shows top-level properties - i.e. those you create for your project or have exposed to the top level by right-clicking them and selecting "expose" before you deploy the app.

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 10:02 am
by stefan.erni
Hi Martin, Hi Steven

Thanks a lot.This is fantastic!

regards

Stefan
Toplevel_2021-08-17_10-58-57.png
Toplevel_2021-08-17_10-58-57.png (44.55 KiB) Viewed 6501 times

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 12:04 pm
by medelec35
Hi Stefan,
Don't forget you can expose the UART comport along with the refresh and any other options.

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 2:22 pm
by stefan.erni
Hi Martin

Yes I dit it all and also from the chart I expose a lot in one go. It's fine.

Somthing else about App Developper

I discovered a program in the windows menu:

Flowcode App Developer Runtime

I know such runtime from Matlab. I can simply install this on a computer and my Matlab program will work. Is it possible to download or install only the runtime from Matrix without FC9 so other users can install this once and all the.mscada are easy to use for them.


regards

Stefan

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 2:51 pm
by Steve-Matrix
stefan.erni wrote:
Tue Aug 17, 2021 2:22 pm
Is it possible to download or install only the runtime from Matrix without FC9 so other users can install this once and all the.mscada are easy to use for them.
In short, yes. When you deploy a Flowcode App, you can choose to generate the .mscada file on its own, or you can "bundle the runtime" with the app.

If you deploy without the runtime, then you can still load the app on a PC but you will have to do it via the runtime app. Or you can create a batch file similar to the ones generated by Flowcode so your users can simply run the batch file and have the runtime automatically launch the app.

The runtime you need to distribute to your users is an EXE plus some DLLs in a subfolder. Basically, it's the contents of the "Data\App Developer" subfolder in your Flowcode installation folder.

You will need to ensure the deployed app is suitable for the runtime version. For example, if you create an app using Flowcode v9.2, you should ensure the runtime used is also v9.2.

Re: App Developer Deployment: Use comport properties

Posted: Tue Aug 17, 2021 5:19 pm
by stefan.erni
Hi Steve

I think the FC9 installer did this in the picture. Is it possible to have in
in the future an installer only for the App Developer Runtime.

So I can send the the mscada file and the downloadlink to the matrix homepage for the App Developer Runtime

Actually just an idea.

regards

Stefan
runtime_2021-08-17_18-07-54.png
runtime_2021-08-17_18-07-54.png (409.11 KiB) Viewed 6485 times