From 44065ce75f5c62601eaf4d44ee2a82574743f94e Mon Sep 17 00:00:00 2001
From: Marcus Jankowski <marcus.jankowski@cern.ch>
Date: Wed, 18 Aug 2021 15:59:17 +0200
Subject: [PATCH] Add remarks.

---
 README.md        |  8 ++++++--
 Release_Notes.md | 23 +++++++++++++++++++++--
 2 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 0cb90da..0c49e57 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 VCS README
 ====================
-_VCS.lvproj_ is used to develop an application based on NI ActorFramework and CS++ libraries. Currently used development SW is LabVIEW 2019.
+_VCS.lvproj_ is used to develop an application based on NI ActorFramework and CS++ libraries. Currently used development SW is LabVIEW 2020.
 
 This is the AF/CS++ based control system for VITO experiment @ISOLDE/CERN. 
 
@@ -39,6 +39,10 @@ Optional Submodules
 
 Refer to https://git.gsi.de/EE-LV/CSPP for more available CS++ submodules.
 
+External Dependencies
+=====================
+- LabVIEW Instrument Design Libraries für rekonfigurierbare Oszilloskope: https://www.ni.com/de-de/support/downloads/drivers/download.labview-instrument-design-libraries-for-reconfigurable-oscilloscopes.html#345644
+
 Optional External Dependencies
 =================================
 - Monitored Actor; Refer to
@@ -65,7 +69,7 @@ Start Implementing VCS
 Known issues:
 =============
 
-Author: H.Brand@gsi.de, D.Neidherr@gsi.de
+Author: H.Brand@gsi.de, D.Neidherr@gsi.de, Marcus.Jankowski@cern.ch, Jared.Croese@cern.ch
 
 Copyright 2021  GSI Helmholtzzentrum für Schwerionenforschung GmbH
 
diff --git a/Release_Notes.md b/Release_Notes.md
index 0acc687..86b06d2 100644
--- a/Release_Notes.md
+++ b/Release_Notes.md
@@ -2,7 +2,26 @@ Release Notes for the VCS Project
 ===========================================
 This LabVIEW project _VCS.lvproj_ is used to develop the applications based on NI ActorFramework and CS++ libraries.
 
-Version 0.0.0.0 16-02-2021 H.Brand@gsi.de, D.Neidherr@gsi.de
---------------------------------------
+Version 0.0.0.0 16-02-2021
+--------------------------
+H.Brand@gsi.de, D.Neidherr@gsi.de
 The VCS project was just forked. There is the master branch with some submodules, only.
 
+Release 0.1.0.0 18-08-2021
+--------------------------
+H.Brand@gsi.de, D.Neidherr@gsi.de, Marcus.Jankowski@cern.ch, Jared.Croese@cern.ch
+
+VITO Scope actor with 8 channels was successfully tested with Co-60 source.
+   - external trigger PFI0
+   - Gated data with timestamp
+   - Pulse properties with 7 parameters
+     - WCM: Window Coincicence Mask  
+	 - Integral
+	 - Maximum
+	 - Time
+	 - ToT: Time over Threshold
+	 - Counter
+
+Additional feature:
+   - Delayed pulse generation, once after PFI0 trigger.
+
-- 
GitLab