Update Designing Your First Real Time Model authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -4,7 +4,7 @@ There are two versions of this tutorial, you can follow one if you have access t ...@@ -4,7 +4,7 @@ There are two versions of this tutorial, you can follow one if you have access t
## Setup ## Setup
### Prerequisites ### Prerequisites
You will need an installation of MATLAB/Simulink(`MATLAB 2019a`) and a clone of the [advligorts](https://git.ligo.org/cds/software/advligorts) repository. You will already have this from the [CyMAC Setup](Debian-11-cymac-Installation-Guide) guide you followed earlier. If you have MATLAB installed on another system than your CyMAC, you can clone the advligo repository onto that machine as well. You will need an installation of MATLAB/Simulink(`MATLAB 2019a`) and a clone of the [advligorts](https://git.ligo.org/cds/software/advligorts) repository. You will already have this from the [CyMAC Setup](Debian-11-cymac-Installation-Guide) guide you followed earlier. If you have MATLAB installed on another system than your CyMAC, you will need to clone the advligorts repository onto that machine as well.
### Path Setup ### Path Setup
After opening Matlab, and navigating to the `advligorts` repository, some changes should be made to the Matlab path so that it can find the required CDS parts. From the `advligorts` root directory, you need to add the `src/epics/simLink/` directory and sub-directories to the Matlab path. After opening Matlab, and navigating to the `advligorts` repository, some changes should be made to the Matlab path so that it can find the required CDS parts. From the `advligorts` root directory, you need to add the `src/epics/simLink/` directory and sub-directories to the Matlab path.
... ...
......