Notes
- Found Inconsistent data from B-Train in B-Trainmarker settings where the marker threshold was too low, and was not triggering the marking on SFTION cycles. Marker level should be -1.4 V or higher (max ~0.7V). We set up a subscription to monitor the PPM parameter values.
Important
Scaling of changed with recent data processing changes from A/ms to A/s, which will break the inference pipeline.
Tasks
Tasks due today
TASK
FROM ""
WHERE due AND due = date(this.file.name) OR (due < date(this.file.name) AND !completed)
GROUP BY priority
SORT choice(priority="highest", "1",
choice(priority="high", "2",
choice(priority="medium", "3",
choice(priority="low", "4",
choice(priority="lowest", "5", "6"
))))) ASCTasks that can be started
TASK
WHERE start AND start <= date(this.file.name) AND !completed