Buid Rapid SCADA 6 on Visual Studio Code

Forum Home Forums Development and Integration Buid Rapid SCADA 6 on Visual Studio Code

Viewing 9 posts - 46 through 54 (of 54 total)
  • Author
    Posts
  • #16298
    Zeus
    Participant

    Hi all
    I installed wine10.0 and wine-mono.
    Scadaadmin runs fine.
    SchemeEditor runs fine but cannot open sch file it shows ‘unable to upload scheme to the web page’ In console logs ‘cors header Access-Control-Allow-Origin missing’
    Both in arm64 and x86

    • This reply was modified 7 months, 3 weeks ago by Zeus.
    #16302
    Mikhail
    Moderator

    Hi,

    There is no plans to adopt SchemeEditor for Wine, because I hope, the new MimicEditor will be released. But I don’t know when it happens. The work in progress.

    Can you run ScadaAdmin on arm64? If so, how to achieve that?

    #16312
    Zeus
    Participant

    Yes it works in arm64 but not smooth as it work in x86
    I will wait new MimicEditor.

    #16391
    kumajaya
    Participant

    Hi @Mikhail, since Mimic’s source code is now available, how do I try it?

    #16401
    Mikhail
    Moderator

    Hi,
    You can try to build and activate 2 plugins: PlgMimic and PlgMimicEditor. But they are on early stage.
    When they are ready enough, I will publish a demo.

    • This reply was modified 6 months, 2 weeks ago by Mikhail.
    #17208
    kumajaya
    Participant

    For anyone still interested, I have ScadaAdmin artifacts built on a Linux GitHub runner. You can download or inspect them here: [GitHub Actions Run #18769630218](https://github.com/kumajaya/scada-v6/actions/runs/18769630218).

    These artifacts include all modifications made in the ci/github-action branch, such as the WindowsDesktop SDK injection script and GitHub Actions workflow for both Linux and Windows builds.

    #17209
    kumajaya
    Participant

    And ScadaAdmin artifacts built on a Windows GitHub runner: [GitHub Actions Run #18769630218](https://github.com/kumajaya/scada-v6/actions/runs/18770372317).

    Both versions are set up as portable apps and do not require a local .NET runtime, making them ideal for running under Wine.

    The artifacts were built using a self-contained publish command such as:

    dotnet publish ./ScadaAdmin/ScadaAdmin/ScadaAdmin/ScadaAdmin.csproj \
        -c $config -r win-x64 --self-contained true \
        -o ./artifacts/ScadaAdmin \
        /p:PublishSingleFile=true \
        /p:IncludeNativeLibrariesForSelfExtract=true \
        /p:StripSymbols=true
    #17210
    kumajaya
    Participant

    Correction:

    dotnet publish ./ScadaAdmin/ScadaAdmin/ScadaAdmin/ScadaAdmin.csproj \
        -c Release -r win-x64 --self-contained true \
        -o ./artifacts/ScadaAdmin \
        /p:PublishSingleFile=true \
        /p:IncludeNativeLibrariesForSelfExtract=true \
        /p:StripSymbols=true
    #17215
    Mikhail
    Moderator

    Thank you.

Viewing 9 posts - 46 through 54 (of 54 total)
  • You must be logged in to reply to this topic.