Commit 73a67801 authored by Derick's avatar Derick

commented ui loop reports

parent 7cf49327
Pipeline #760 failed
......@@ -143,12 +143,12 @@ void loop()
alarm_loop.fireAlarms();
ui_loop.reportFastReadings();
ui_loop.reportReadbackValues();
ui_loop.reportCycleReadings();
ui_loop.reportAlarms();
ui_loop.reportIVTReadings();
ui_loop.reportDebugValues(); // data duplicated to fast and readback
ui_loop.reportTargets();
// ui_loop.reportReadbackValues();
// ui_loop.reportCycleReadings();
// ui_loop.reportAlarms();
// ui_loop.reportIVTReadings();
// ui_loop.reportDebugValues(); // data duplicated to fast and readback
// ui_loop.reportTargets();
// per cycle receiver
comms.receiver();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment