Solutions

Euromap63 Simulator

3min

Overview

Document image


Requirements

Euromap63 requires that the shared folder is mounted on as an external storage folder on Litmus Edge.

You can find the documentation on how to create an external storage folder on Litmus Edge here: Mount External Storage.

Running the application using the downloaded Tar File

  1. After Checkout, a tar.gz file is expected to be downloaded
  2. Log in to your LitmusEdge, Navigate to Applications -> Images
  3. Click on Upload Image and upload the tar file there
  4. Navigate back to Applications -> Containers and enter the following command there:
    1. docker run -v {HOST_VOLUME_LOCATION}/:/work/app/data/euromap em63:latest
    2. Replace {HOST_VOLUME_LOCATION} with the external storage folder
  5. (optional) Inputs can be provided by docker env variables (adding them with -e tag)
    1. varATActSimPara1 - (default is 5)
    2. varATActSimPara2period - Sine period (default is 20)
    3. varATActSimPara2amplitude - Sine amplitude (default is 1)
    4. varATActSimPara2phase - Sine phase (default is 0)
    5. varATActSimPara2offset - Sine offset (default is 1)
    6. varSetCntMld - Number of moulds per tool (default is 10)
    7. varSetCntPrt - Number of parts to be produced (default is 10,000)
    8. varSetTimCyc - set cycle time (default is 5)

Example:

docker run -v /data/euromapfolder/:/work/app/data/euromap em63:latest

After running the command, the container will be running.

Document image


The simulator is now ready and a DeviceHub device can be connected. Documentation for the Euromap63 driver can be found here: Euromap63 (Gen1).