From 00a7492299a75c904c575f0bb6a4e17d8f7e3ba6 Mon Sep 17 00:00:00 2001 From: "Bernardo B. Carvalho" Date: Mon, 20 Jan 2020 14:56:03 +0000 Subject: [PATCH 1/3] pre-V04 version. 255Bytes Ch1 DMA. Hanging --- epics/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/epics/README.md b/epics/README.md index 728a03a..b9fcd17 100644 --- a/epics/README.md +++ b/epics/README.md @@ -245,6 +245,25 @@ ISTTOK:central:VVessel-Pressure | ai | yes * `sudo screen -r` +## Download and configure CS-Studio + +* Install JAVA JDK (version Java SE Development Kit 8) +* Download ISTTOK EPICS Files to a working folder + * `git clone https://bernardo@git.ipfn.tecnico.ulisboa.pt/r/ISTTOK.git` +* Goto [CS-Studio](http://download.controlsystemstudio.org/release/4.5/) and download to your OS +* Uncompress folder +* Run `cs-studio` executable + * Choose a workplace folder +* Goto to Menu EDIT->Preferences->CSS Core->Data Sources->Channel Access + * On Address List replace `localhost` with `epics.ipfn.tecnico.ulisboa.pt` + * Uncheck `Auto Address List` + * Restart CS-Studio +* Run File -> Import -> General-> Projects from folder + * point to cloned folder +* Navigate to `ISTTOK/epics/css/sys-mng-opi/CSS` + * Open ´SystemManagerIsttok.opi` with "OPI Display" + + ### EPICS Channel Access Configuration ``` export EPICS_CA_ADDR_LIST="192.168.1.110 192.168.1.152" From ae2b1d78507144c351a6be68c3122493c25d0fb7 Mon Sep 17 00:00:00 2001 From: "Bernardo B. Carvalho" Date: Mon, 20 Jan 2020 15:00:31 +0000 Subject: [PATCH 2/3] Added CS-Studio info --- epics/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/epics/README.md b/epics/README.md index b9fcd17..923a133 100644 --- a/epics/README.md +++ b/epics/README.md @@ -249,19 +249,19 @@ ISTTOK:central:VVessel-Pressure | ai | yes * Install JAVA JDK (version Java SE Development Kit 8) * Download ISTTOK EPICS Files to a working folder - * `git clone https://bernardo@git.ipfn.tecnico.ulisboa.pt/r/ISTTOK.git` -* Goto [CS-Studio](http://download.controlsystemstudio.org/release/4.5/) and download to your OS + * `git clone https://bernardo@git.ipfn.tecnico.ulisboa.pt/r/ISTTOK.git` +* Goto site [CS-Studio](http://download.controlsystemstudio.org/release/4.5/) and download latest version to your OS * Uncompress folder * Run `cs-studio` executable - * Choose a workplace folder + * Choose a workplace folder * Goto to Menu EDIT->Preferences->CSS Core->Data Sources->Channel Access - * On Address List replace `localhost` with `epics.ipfn.tecnico.ulisboa.pt` - * Uncheck `Auto Address List` - * Restart CS-Studio + * On Address List replace `localhost` with `epics.ipfn.tecnico.ulisboa.pt` + * Uncheck `Auto Address List` + * Restart CS-Studio * Run File -> Import -> General-> Projects from folder * point to cloned folder * Navigate to `ISTTOK/epics/css/sys-mng-opi/CSS` - * Open ´SystemManagerIsttok.opi` with "OPI Display" + * Open ´SystemManagerIsttok.opi` with "OPI Display" ### EPICS Channel Access Configuration From e91403e6e575063d711735fddc1ca5019ac85534 Mon Sep 17 00:00:00 2001 From: "Bernardo B. Carvalho" Date: Mon, 20 Jan 2020 15:03:11 +0000 Subject: [PATCH 3/3] Added CS-Studio info --- epics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epics/README.md b/epics/README.md index 923a133..429b524 100644 --- a/epics/README.md +++ b/epics/README.md @@ -261,7 +261,7 @@ ISTTOK:central:VVessel-Pressure | ai | yes * Run File -> Import -> General-> Projects from folder * point to cloned folder * Navigate to `ISTTOK/epics/css/sys-mng-opi/CSS` - * Open ´SystemManagerIsttok.opi` with "OPI Display" + * Open `SystemManagerIsttok.opi` with "OPI Display" ### EPICS Channel Access Configuration