Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Interaction between Control, Controls and FCS #67

Open
AlexS12 opened this issue May 7, 2020 · 0 comments
Open

Interaction between Control, Controls and FCS #67

AlexS12 opened this issue May 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexS12
Copy link
Owner

AlexS12 commented May 7, 2020

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
@AlexS12 AlexS12 added the enhancement New feature or request label May 7, 2020
@AlexS12 AlexS12 mentioned this issue May 7, 2020
14 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant