Skip to content
Snippets Groups Projects
Commit 707c28a6 authored by George Salukvadze's avatar George Salukvadze Committed by George Salukvadze
Browse files

v.3.1.5:

- Added new sensors to coldbox component
- Small fixes
parent f37eefbe
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,17 @@ angular.module('coldbox', []).component('coldbox', {
self.NP04_DCS_01_TE0209 = rArr[7];
self.NP04_DCS_01_TE0210 = rArr[8];
self.NP04_DCS_01_TE0211 = rArr[9];
self.NP04_DCS_01_4CV3160 = rArr[10];
self.NP04_DCS_01_4CV3170 = rArr[11];
self.NP04_DCS_01_4CV3500 = rArr[12];
self.NP04_DCS_01_4CV3510 = rArr[13];
self.NP04_DCS_01_4PT3170 = rArr[14];
self.NP04_DCS_01_4PT3500 = rArr[15];
self.NP04_DCS_01_4PT3510 = rArr[16];
self.NP04_DCS_01_4TT3500 = rArr[17];
self.NP04_DCS_01_4TT3510 = rArr[18];
self.NP04_DCS_01_CB_DeltaT = rArr[19];
self.NP04_DCS_01_CB_Tmax = rArr[20];
self.timestamp = rArr[rArr.length-1] * 1000;
......
No preview for this file type
......@@ -7,4 +7,15 @@
47893733966106,'NP04_DCS_01:TE0208.'
47893750743322,'NP04_DCS_01:TE0209.'
47893767520538,'NP04_DCS_01:TE0210.'
47893784297754,'NP04_DCS_01:TE0211.'
\ No newline at end of file
47893784297754,'NP04_DCS_01:TE0211.'
48020200620570,'NP04_DCS_01:4CV3160.'
48020217397786,'NP04_DCS_01:4CV3170.'
48020234175002,'NP04_DCS_01:4CV3500.'
48020250952218,'NP04_DCS_01:4CV3510.'
48020267729434,'NP04_DCS_01:4PT3170.'
48020284506650,'NP04_DCS_01:4PT3500.'
48020301283866,'NP04_DCS_01:4PT3510.'
48020334838298,'NP04_DCS_01:4TT3500.'
48020351615514,'NP04_DCS_01:4TT3510.'
48020368392730,'NP04_DCS_01:CB_DeltaT.'
48020385169946,'NP04_DCS_01:CB_Tmax.'
\ No newline at end of file
......@@ -17636,4 +17636,15 @@
48019546309146,NP04_DCS_01__Watchdog_WCCILevent_0_2.Blocking
48019781189914,NP04_DCS_01_ShortCut_Detected_During_T2.
48019797967130,NP04_DCS_01_Shortcut_Present_During_T3.
48019814744346,NP04_DCS_01_HV_State.
\ No newline at end of file
48019814744346,NP04_DCS_01_HV_State.
48020200620570,NP04_DCS_01:4CV3160.
48020217397786,NP04_DCS_01:4CV3170.
48020234175002,NP04_DCS_01:4CV3500.
48020250952218,NP04_DCS_01:4CV3510.
48020267729434,NP04_DCS_01:4PT3170.
48020284506650,NP04_DCS_01:4PT3500.
48020301283866,NP04_DCS_01:4PT3510.
48020334838298,NP04_DCS_01:4TT3500.
48020351615514,NP04_DCS_01:4TT3510.
48020368392730,NP04_DCS_01:CB_DeltaT.
48020385169946,NP04_DCS_01:CB_Tmax.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment