You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
Current situation
Right now the FCS is made up of Control elements which are responsible ie, for range check .
The FCSis Control elements are set with a set_controls(fcs, controls) method, where controls::Controls (notice final "s").
At least naming (Controls and Control) is confusing. This is an indication that something this types and their interaction might have duplicates in their function. In fact, and just as an example the values in Controls, are afterwards saved in FCS in different Control elements.
Objective
Develop a simple but functional FCS structure which can serve (at the present moment) to manage a Reversible control system. This will need to be refined to introduce a real FCS, AP, SAS...
Solution proposal
Some ideas to be explored are:
Use Control elements in Controls that could afterwards stored in FCS.
Store Controlsdirectly in FCS
The text was updated successfully, but these errors were encountered:
Current situation
Right now the
FCS
is made up ofControl
elements which are responsible ie, for range check .The
FCS
isControl
elements are set with aset_controls(fcs, controls)
method, wherecontrols::Controls
(notice final "s").At least naming (
Controls
andControl
) is confusing. This is an indication that something this types and their interaction might have duplicates in their function. In fact, and just as an example the values inControls
, are afterwards saved in FCS in differentControl
elements.Objective
Develop a simple but functional FCS structure which can serve (at the present moment) to manage a Reversible control system. This will need to be refined to introduce a real FCS, AP, SAS...
Solution proposal
Some ideas to be explored are:
Control
elements inControls
that could afterwards stored inFCS
.Controls
directly inFCS
The text was updated successfully, but these errors were encountered: