Skip to content
Snippets Groups Projects

start in OFF state

Merged Claudio Scafuri requested to merge development into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -498,7 +498,7 @@ void SimulatedE2PS::fault()
/* clang-format on */
// Add your own code
if (get_state() == Tango::ON) return; // command is idempotent
if (get_state() == Tango::FAULT) return; // command is idempotent
_current_read = 0.0;
_current = 0.0;
_voltage = 0.0;