Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are multiple reasons you might want to run an HLC from outside the LCC, e.g., for easier debugging.

With middleware

If you are using the middleware,  setup your HLC code such that it can synchronize its start and stop with the middleware, see e.g. this basic MATLAB example. Then, to start it:

...

Prerequisite is that the Experiment is set up.

Start HLC from the LCC

  1. On the right, go to the Setup tab
  2. In the script path, select the desired HLC.
  3. Click Deploy.
  4. On the right, go to the Timer tab
  5. Wait for the timer with the ID ID middleware to show up.
  6. Click Start.

...

  1. Let your experiment run as desired.
  2. Click Stop and Reset in the Timer tab.Click 
  3. On the right, go to the Setup tab
  4. Click Kill in the Setup tab.

Without middleware

If you are not using the middleware:

...

Start HLC externally

There are multiple reasons you might want to run an HLC from outside the LCC, e.g., for easier debugging.

Repeat the steps as above, but in step 3, you leave the HLC path blank and run your HLC externally (e.g. in MATLAB or in a terminal for a C++ script).