Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.06 KB

SymPRODeskop_Linux_README.md

File metadata and controls

32 lines (27 loc) · 2.06 KB

NRGPy SymphoniePRO Deskop Software | Convert files on Linux

Summary
The following is an example of how to convert RLD raw wind data files from SymphoniePRO Data Loggers to TXT format by using Wine on Ubuntu 20.04 Linux. Steps for other distros should be similar.

Note that this process requires the presence of an x-environment (GUI). The SymPRO Desktop installation will not complete without a graphical environment.

Also note that only command line functions are available. The program will not load the graphical user interface (as of 4/1/2021).

Steps

  1. Install Wine
    sudo apt install wine winetricks

  2. Download SymphoniePRO installation media
    wget https://www.nrgsystems.com/assets/software-downloads/8968-SymPRODesktopApp-3.10.1.12.exe

  3. Configure a 64-bit wine prefix. Note the last step will require you to install several versions of .NET framework (.NET 4, 4.5, 4.6, 4.6.1, 4.6.2, 4.7.2). There is no need to restart your computer between each installation.

    This may take up to 20 minutes.
    export WINEPREFIX="/home/$USER/prefix64"
    export WINEARCH=win64
    winetricks win10
    winetricks vcrun2013
    winetricks dotnet472
  4. Install the software
    wine 8968-SymPRODesktopApp-3.10.1.12.exe
    # accept defaults EXCEPT!! do not allow SymphoniePRO Desktop to make a firewall rule!
    # press enter to clear command line
  5. Try it out!
    2. Copy some files into your /home/$USER/Documents/Renewable NRG Systems/Raw directory
    3. Run a convert!
    cd prefix64/drive_c/Program\ Files\ \(x86\)/Renewable\ NRG\ Systems/SymPRO\ Desktop/
    wine SymPRODesktop.exe /cmd convert /file "C:\\users\\[your-username]\\My Documents\\Renewable NRG Systems\\Raw\\353008\\353008_2021-01-*.rld"

Files will be saved in your /home/[your-username]/Documents/Renewable NRG Systems/Exports folder!