@@ -198,25 +198,25 @@ module.exports = {
198198 name : 'Status' ,
199199 description : `Status of the Bioreactor, the bits of this integer code
200200 for the state of specific elements of the reactor (eg. motor ON/OFF, PUMP ON/OFF etc.).
201- bits: 0: pid, 1: stepper, 2: pump 1, 3: pump 2, 4: pumpo 3, 5: pump 4, 6: ph, 7: gas, 8: sedimentation, 9: filling, 10: emptying, 11: ph calibration, 12: acid addition, 13: base addition` ,
201+ bits: 0: pid, 1: stepper, 2: pump 1, 3: pump 2, 4: pump 3, 5: pump 4, 6: ph, 7: gas, 8: sedimentation, 9: filling, 10: emptying, 11: ph calibration, 12: acid addition, 13: base addition` ,
202202 factor : 1 ,
203203 unit : '' ,
204204 writable : true ,
205205 flags : {
206- 0 : 'Enable/disable heating' ,
207- 1 : 'Enable/disable agitation control' ,
208- 2 : 'Enable/disable food control 1' ,
209- 3 : 'Enable/disable food control 2' ,
210- 4 : 'Enable/disable food control 3' ,
211- 5 : 'Enable/disable food control 4' ,
212- 6 : 'Enable/disable pH control' ,
213- 7 : 'Enable/disable gas control' ,
214- 8 : 'Enable/disable sedimentation (one of the phases of food control) ' ,
215- 9 : 'Enable/disable filling pump (one of the phases of food control) ' ,
216- 10 : 'Enable/disable emptying pump (one of the phases of food control) ' ,
217- 11 : 'Enable/disable pH calibration' ,
218- 12 : 'Enable/disable acid addition' ,
219- 13 : 'Enable/disable base addition' ,
206+ 0 : 'heating' ,
207+ 1 : 'agitation control' ,
208+ 2 : 'food control 1' ,
209+ 3 : 'food control 2' ,
210+ 4 : 'food control 3' ,
211+ 5 : 'food control 4' ,
212+ 6 : 'pH control' ,
213+ 7 : 'gas control' ,
214+ 8 : 'sedimentation' ,
215+ 9 : 'filling pump' ,
216+ 10 : 'emptying pump' ,
217+ 11 : 'pH calibration' ,
218+ 12 : 'acid addition' ,
219+ 13 : 'base addition' ,
220220 } ,
221221 } ,
222222
@@ -510,20 +510,20 @@ module.exports = {
510510 description :
511511 'bits: 0: pid, 1: stepper, 2: pump 1, 3: pump 2, 4: pumpo 3, 5: pump 4, 6: ph, 7: gas, 8: sedimentation, 9: filling, 10: emptying, 11: ph calibration, 12: acid addition, 13: base addition' ,
512512 flags : {
513- 0 : 'Enable/disable heating' ,
514- 1 : 'Enable/disable agitation control' ,
515- 2 : 'Enable/disable food control 1' ,
516- 3 : 'Enable/disable food control 2' ,
517- 4 : 'Enable/disable food control 3' ,
518- 5 : 'Enable/disable food control 4' ,
519- 6 : 'Enable/disable pH control' ,
520- 7 : 'Enable/disable gas control' ,
521- 8 : 'Enable/disable sedimentation (one of the phases of food control)' ,
522- 9 : 'Enable/disable filling pump (one of the phases of food control)' ,
523- 10 : 'Enable/disable emptying pump (one of the phases of food control)' ,
524- 11 : 'Enable/disable pH calibration' ,
525- 12 : 'Enable/disable acid addition' ,
526- 13 : 'Enable/disable base addition' ,
513+ 0 : 'heating' ,
514+ 1 : 'agitation control' ,
515+ 2 : 'food control 1' ,
516+ 3 : 'food control 2' ,
517+ 4 : 'food control 3' ,
518+ 5 : 'food control 4' ,
519+ 6 : 'pH control' ,
520+ 7 : 'gas control' ,
521+ 8 : 'sedimentation (one of the phases of food control)' ,
522+ 9 : 'filling pump (one of the phases of food control)' ,
523+ 10 : 'emptying pump (one of the phases of food control)' ,
524+ 11 : 'pH calibration' ,
525+ 12 : 'acid addition' ,
526+ 13 : 'base addition' ,
527527 } ,
528528 } ,
529529 {
@@ -532,20 +532,20 @@ module.exports = {
532532 description :
533533 'bits: 0: pid, 1: stepper, 2: pump 1, 3: pump 2, 4: pumpo 3, 5: pump 4, 6: ph, 7: gas, 8: sedimentation, 9: filling, 10: emptying, 11: ph calibration, 12: acid addition, 13: base addition' ,
534534 flags : {
535- 0 : 'Enable/disable heating' ,
536- 1 : 'Enable/disable agitation control' ,
537- 2 : 'Enable/disable food control 1' ,
538- 3 : 'Enable/disable food control 2' ,
539- 4 : 'Enable/disable food control 3' ,
540- 5 : 'Enable/disable food control 4' ,
541- 6 : 'Enable/disable pH control' ,
542- 7 : 'Enable/disable gas control' ,
543- 8 : 'Enable/disable sedimentation (one of the phases of food control)' ,
544- 9 : 'Enable/disable filling pump (one of the phases of food control)' ,
545- 10 : 'Enable/disable emptying pump (one of the phases of food control)' ,
546- 11 : 'Enable/disable pH calibration' ,
547- 12 : 'Enable/disable acid addition' ,
548- 13 : 'Enable/disable base addition' ,
535+ 0 : 'heating' ,
536+ 1 : 'agitation control' ,
537+ 2 : 'food control 1' ,
538+ 3 : 'food control 2' ,
539+ 4 : 'food control 3' ,
540+ 5 : 'food control 4' ,
541+ 6 : 'pH control' ,
542+ 7 : 'gas control' ,
543+ 8 : 'sedimentation (one of the phases of food control)' ,
544+ 9 : 'filling pump (one of the phases of food control)' ,
545+ 10 : 'emptying pump (one of the phases of food control)' ,
546+ 11 : 'pH calibration' ,
547+ 12 : 'acid addition' ,
548+ 13 : 'base addition' ,
549549 } ,
550550 } ,
551551 {
0 commit comments