Compare commits
57 Commits
5fa035a71f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 80de324b32 | |||
| c8d5ea0fce | |||
| b871b23c24 | |||
| 91b681a74d | |||
| 76d2008e52 | |||
| 3c304f14e5 | |||
| 24c443840b | |||
| c4c8629c01 | |||
| 609c72cedc | |||
|
|
f299e125ea | ||
|
|
3a181e78f3 | ||
|
|
5761fd382e | ||
|
|
04d0b50b3d | ||
|
|
d5a802f04f | ||
|
|
fa8aa0c527 | ||
|
|
d9cced8932 | ||
|
|
53d1e9ac31 | ||
|
|
ba2070e65e | ||
|
|
df9fbb3733 | ||
| e6e292679b | |||
| 72cdc45858 | |||
|
|
84a7cf6b04 | ||
|
|
f464881047 | ||
|
|
cba5f684bc | ||
|
|
4cd90eab23 | ||
|
|
1437431f83 | ||
|
|
5348d92c7a | ||
|
|
11300921ef | ||
|
|
5a15df291b | ||
|
|
a1423b2f7c | ||
|
|
5536af017f | ||
|
|
affa4ac7ea | ||
|
|
fd5f2c2d93 | ||
|
|
2d97f8d7eb | ||
|
|
f37d54ca39 | ||
|
|
0275384bc4 | ||
| b7b1d64713 | |||
| 212f1ec432 | |||
|
|
d3a688a2d0 | ||
|
|
85c79015ce | ||
|
|
b7730ffdaf | ||
|
|
f61070ced4 | ||
| 2f14b21f0b | |||
| 04d5a4a149 | |||
| bcdc3ec064 | |||
| 186b53965c | |||
| 495abc3f2d | |||
| 03b0474737 | |||
| 741ad51b43 | |||
|
|
1a8d60ebc4 | ||
|
|
bea5201526 | ||
|
|
7d2c632d75 | ||
| 537d6d952d | |||
| 20a4aacb8a | |||
| c134fa0b1a | |||
| 2f0e48dfde | |||
|
|
7185fddc99 |
30
.gitmodules
vendored
30
.gitmodules
vendored
@@ -5,18 +5,12 @@
|
||||
[submodule "nodes/generalFunctions"]
|
||||
path = nodes/generalFunctions
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
||||
[submodule "nodes/predict"]
|
||||
path = nodes/predict
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/predict.git
|
||||
[submodule "nodes/valveGroupControl"]
|
||||
path = nodes/valveGroupControl
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git
|
||||
[submodule "nodes/valve"]
|
||||
path = nodes/valve
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
||||
[submodule "nodes/thermalCollector"]
|
||||
path = nodes/thermalCollector
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/thermalCollector.git
|
||||
[submodule "nodes/rotatingMachine"]
|
||||
path = nodes/rotatingMachine
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
||||
@@ -26,30 +20,18 @@
|
||||
[submodule "nodes/measurement"]
|
||||
path = nodes/measurement
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git
|
||||
[submodule "nodes/linearActuator"]
|
||||
path = nodes/linearActuator
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/linearActuator.git
|
||||
[submodule "nodes/heatExchanger"]
|
||||
path = nodes/heatExchanger
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/heatExchanger.git
|
||||
[submodule "nodes/diffuser"]
|
||||
path = nodes/diffuser
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
|
||||
[submodule "nodes/dashboardAPI"]
|
||||
path = nodes/dashboardAPI
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/dashboardAPI.git
|
||||
[submodule "nodes/convert"]
|
||||
path = nodes/convert
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/convert.git
|
||||
[submodule "nodes/reactor"]
|
||||
path = nodes/reactor
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
|
||||
[submodule "nodes/asm1"]
|
||||
path = nodes/asm1
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/asm1.git
|
||||
[submodule "flows"]
|
||||
path = flows
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/flows
|
||||
[submodule "nodes/gateGroupControl"]
|
||||
path = nodes/gateGroupControl
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/gateGroupControl.git
|
||||
[submodule "nodes/pumpingStation"]
|
||||
path = nodes/pumpingStation
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
|
||||
[submodule "nodes/settler"]
|
||||
path = nodes/settler
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/settler.git
|
||||
|
||||
2
.npmignore
Normal file
2
.npmignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# Ignore test files
|
||||
node_modules/
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
## Over
|
||||
|
||||
Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED. Het is bedoeld voor hergebruik binnen **niet-commerciële toepassingen**.
|
||||
Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED.
|
||||
|
||||
|
||||
> *[Voeg hier een korte toelichting toe over de specifieke functionele werking van dit bouwblok]*
|
||||
|
||||
|
||||
1
flows
1
flows
Submodule flows deleted from 0126258b52
Submodule nodes/asm1 deleted from f3454c0471
Submodule nodes/convert deleted from c6ead8b697
Submodule nodes/dashboardAPI updated: 1610a3bcc9...5f1dd7675c
Submodule nodes/diffuser updated: 7b4683bcfc...ce48389791
Submodule nodes/gateGroupControl deleted from bd65f86f53
Submodule nodes/generalFunctions updated: a30f2c90f4...858189d6da
Submodule nodes/heatExchanger deleted from f53f62a522
Submodule nodes/linearActuator deleted from a7f42d89f5
Submodule nodes/machineGroupControl updated: ffab553f7e...e0526250c2
Submodule nodes/measurement updated: be7c929600...756cc4bd20
Submodule nodes/monster updated: 6a2f25bb44...cf10e20404
Submodule nodes/predict deleted from ce495062f7
1
nodes/pumpingStation
Submodule
1
nodes/pumpingStation
Submodule
Submodule nodes/pumpingStation added at 6e9ae9fc7e
Submodule nodes/reactor updated: 6fae5ab4e5...d56e422d90
Submodule nodes/rotatingMachine updated: ddfc612894...99b45c87e4
1
nodes/settler
Submodule
1
nodes/settler
Submodule
Submodule nodes/settler added at 7f2d326612
Submodule nodes/thermalCollector deleted from c0dc13b69d
Submodule nodes/valve updated: 9dea685db7...e69825a48e
Submodule nodes/valveGroupControl updated: a2277eec39...54e1fd0f43
1336
package-lock.json
generated
1336
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@@ -11,28 +11,21 @@
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"asm1": "nodes/asm1/asm1.js",
|
||||
"convert": "nodes/convert/convert.js",
|
||||
"dashboardapi": "nodes/dashboardAPI/dashboardapi.js",
|
||||
"gateGroupControl": "nodes/gateGroupControl/ggc.js",
|
||||
"heatexchanger": "nodes/heatExchanger/heatExchanger.js",
|
||||
"linearActuator": "nodes/linearActuator/linearActuator.js",
|
||||
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
||||
"measurement": "nodes/measurement/measurement.js",
|
||||
"monster": "nodes/monster/monster.js",
|
||||
"predict": "nodes/predict/predict.js",
|
||||
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
|
||||
"reactor": "nodes/reactor/reactor.js",
|
||||
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
||||
"thermalCollector": "nodes/thermalCollector/thermalCollector.js",
|
||||
"settler": "nodes/settler/settler.js",
|
||||
"valve": "nodes/valve/valve.js",
|
||||
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
|
||||
}
|
||||
},
|
||||
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels",
|
||||
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
||||
"license": "SEE LICENSE",
|
||||
"dependencies": {
|
||||
"@tensorflow/tfjs": "^4.22.0",
|
||||
"@tensorflow/tfjs-node": "^4.22.0",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"mathjs": "^13.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user